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 (#39375)
issue: #39367 pr: #39374 Signed-off-by: chyezh <chyezh@outlook.com>
This commit is contained in:
parent
56cb1683eb
commit
5330fc981c
@ -158,7 +158,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