diff --git a/internal/distributed/querynode/service.go b/internal/distributed/querynode/service.go index dd8f0a41c1..75edb9b2e4 100644 --- a/internal/distributed/querynode/service.go +++ b/internal/distributed/querynode/service.go @@ -223,6 +223,7 @@ func (s *Server) startGrpcLoop(grpcPort int) { } +// Run initializes and starts QueryNode's grpc service. func (s *Server) Run() error { if err := s.init(); err != nil {