[skip ci]Add comment for startGrpcLoop in indexnode (#12046)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-11-18 10:45:12 +08:00 committed by GitHub
parent da0e5b7b0b
commit 6d652263a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()