mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
[skip ci]Add comment for startGrpcLoop in indexnode (#12046)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
da0e5b7b0b
commit
6d652263a2
@ -67,6 +67,7 @@ func (s *Server) Run() error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// startGrpcLoop starts the grep loop of IndexNode component.
|
||||||
func (s *Server) startGrpcLoop(grpcPort int) {
|
func (s *Server) startGrpcLoop(grpcPort int) {
|
||||||
defer s.loopWg.Done()
|
defer s.loopWg.Done()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user