mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
fix: Query node panic during sending rpc to worker (#36975)
issue: #36976 Signed-off-by: Wei Liu <wei.liu@zilliz.com>
This commit is contained in:
parent
304098cd40
commit
2441c92ae0
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user