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

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

Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
pull/12801/head^2
jaime 2021-12-08 14:59:56 +08:00 committed by GitHub
parent 8eda489c5b
commit 263e22fe66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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