mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: panic when streaming release if using msgstream (#39374)
issue: #39367 Signed-off-by: chyezh <chyezh@outlook.com>
This commit is contained in:
parent
c38bca8d80
commit
92bde5b4f6
@ -163,7 +163,9 @@ func (w *walAccesserImpl) Close() {
|
||||
}
|
||||
w.producerMutex.Unlock()
|
||||
|
||||
w.handlerClient.Close()
|
||||
if w.handlerClient != nil {
|
||||
w.handlerClient.Close()
|
||||
}
|
||||
w.streamingCoordClient.Close()
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user