mirror of https://github.com/milvus-io/milvus.git
fix: Query node panic during sending rpc to worker (#36975)
issue: #36976 Signed-off-by: Wei Liu <wei.liu@zilliz.com>pull/36927/head
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…
Reference in New Issue