[skip ci]Add comment when stop rpc server in querynode service (#12602)

Signed-off-by: yun.zhang <yun.zhang@zilliz.com>

Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
pull/12639/head
jaime 2021-12-02 18:11:52 +08:00 committed by GitHub
parent 4d72a6fa6e
commit d58daf06cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ func (s *Server) Stop() error {
s.cancel()
if s.grpcServer != nil {
log.Debug("Graceful stop grpc server...")
s.grpcServer.GracefulStop()
}