diff --git a/internal/distributed/querycoord/service.go b/internal/distributed/querycoord/service.go index 9cc4288e1b..735752a147 100644 --- a/internal/distributed/querycoord/service.go +++ b/internal/distributed/querycoord/service.go @@ -223,6 +223,7 @@ func (s *Server) start() error { return s.queryCoord.Start() } +// Stop stops QueryCoord's grpc service. func (s *Server) Stop() error { if s.closer != nil { if err := s.closer.Close(); err != nil {