mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Fix EntriesNum is not passed in flush task (#15482)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
5bd0de4d81
commit
2263425cde
@ -153,6 +153,7 @@ func (t *flushTaskRunner) runFlushDel(task flushDeleteTask, deltaLogs *DelDataBu
|
||||
LogPath: deltaLogs.GetLogPath(),
|
||||
TimestampFrom: deltaLogs.GetTimestampFrom(),
|
||||
TimestampTo: deltaLogs.GetTimestampTo(),
|
||||
EntriesNum: deltaLogs.GetEntriesNum(),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user