diff --git a/internal/distributed/querycoord/service.go b/internal/distributed/querycoord/service.go index c5928ebf0c4154debd8c015eaf0a20a1fa9d4f79..9cc4288e1be921bdd8a2e93308f449d3a5aaa3c1 100644 --- a/internal/distributed/querycoord/service.go +++ b/internal/distributed/querycoord/service.go @@ -218,6 +218,7 @@ func (s *Server) startGrpcLoop(grpcPort int) { } } +// start starts QueryCoord's grpc service. func (s *Server) start() error { return s.queryCoord.Start() }