fix: Query node panic during sending rpc to worker (#36975)

issue: #36976

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
pull/36927/head
wei liu 2024-10-18 12:33:25 +08:00 committed by GitHub
parent 304098cd40
commit 2441c92ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ func (w *remoteWorker) Stop() {
for _, client := range w.clients {
client.Close()
}
return
}
if err := w.client.Close(); err != nil {
log.Warn("failed to call Close via grpc worker", zap.Error(err))