Fix EntriesNum is not passed in flush task (#15482)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/15171/merge
congqixia 2022-02-09 10:05:46 +08:00 committed by GitHub
parent 5bd0de4d81
commit 2263425cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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(),
}, },
} }
} }