mirror of https://github.com/milvus-io/milvus.git
Fix EntriesNum is not passed in flush task (#15482)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/15171/merge
parent
5bd0de4d81
commit
2263425cde
|
@ -153,6 +153,7 @@ func (t *flushTaskRunner) runFlushDel(task flushDeleteTask, deltaLogs *DelDataBu
|
||||||
LogPath: deltaLogs.GetLogPath(),
|
LogPath: deltaLogs.GetLogPath(),
|
||||||
TimestampFrom: deltaLogs.GetTimestampFrom(),
|
TimestampFrom: deltaLogs.GetTimestampFrom(),
|
||||||
TimestampTo: deltaLogs.GetTimestampTo(),
|
TimestampTo: deltaLogs.GetTimestampTo(),
|
||||||
|
EntriesNum: deltaLogs.GetEntriesNum(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue