mirror of https://github.com/milvus-io/milvus.git
fix: Forget to set EntriesNum for deltalogs (#28858)
See also: #28520 Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/28866/head
parent
cac802ef7f
commit
5d0a9f9344
|
@ -188,6 +188,7 @@ func (t *SyncTask) serializeDeleteData() error {
|
|||
t.segmentData[blobPath] = value
|
||||
data.LogSize = int64(len(blob.Value))
|
||||
data.LogPath = blobPath
|
||||
data.EntriesNum = t.deleteData.RowCount
|
||||
t.appendDeltalog(data)
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue