diff --git a/internal/distributed/indexcoord/service.go b/internal/distributed/indexcoord/service.go index e9a155b4da3ad461c442258f806a918f4c92bd75..82da812a2628fbd04f3944aa54048ccd8ddbe5d9 100644 --- a/internal/distributed/indexcoord/service.go +++ b/internal/distributed/indexcoord/service.go @@ -170,6 +170,7 @@ func (s *Server) GetMetrics(ctx context.Context, request *milvuspb.GetMetricsReq return s.indexcoord.GetMetrics(ctx, request) } +// startGrpcLoop starts the grep loop of IndexCoord component. func (s *Server) startGrpcLoop(grpcPort int) { defer s.loopWg.Done()