未验证 提交 263e22fe 编写于 作者: J jaime 提交者: GitHub

[skip ci] Add graceful stop grpc server log in indexcoord (#12922)

Signed-off-by: Nyun.zhang <yun.zhang@zilliz.com>
Co-authored-by: Nyun.zhang <yun.zhang@zilliz.com>
上级 8eda489c
......@@ -126,6 +126,7 @@ func (s *Server) Stop() error {
s.loopCancel()
if s.grpcServer != nil {
log.Debug("Graceful stop grpc server...")
s.grpcServer.GracefulStop()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册