mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
fix: binlog reader not released in time (#36078)
https://github.com/milvus-io/milvus/issues/36077 Signed-off-by: fengjun2016 <jornfeng@gmail.com>
This commit is contained in:
parent
9a8ed9af5f
commit
62f4a6a112
@ -437,6 +437,7 @@ func (insertCodec *InsertCodec) DeserializeInto(fieldBinlogs []*Blob, rowNum int
|
||||
for {
|
||||
eventReader, err := binlogReader.NextEventReader()
|
||||
if err != nil {
|
||||
binlogReader.Close()
|
||||
return InvalidUniqueID, InvalidUniqueID, InvalidUniqueID, err
|
||||
}
|
||||
if eventReader == nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user