diff --git a/internal/distributed/indexnode/service.go b/internal/distributed/indexnode/service.go index ac4e58ff72..dc05403c93 100644 --- a/internal/distributed/indexnode/service.go +++ b/internal/distributed/indexnode/service.go @@ -67,6 +67,7 @@ func (s *Server) Run() error { return nil } +// startGrpcLoop starts the grep loop of IndexNode component. func (s *Server) startGrpcLoop(grpcPort int) { defer s.loopWg.Done()