Remove dropped segments' info (#19839)

Signed-off-by: yah01 <yang.cen@zilliz.com>

Signed-off-by: yah01 <yang.cen@zilliz.com>
pull/19838/head
yah01 2022-10-17 19:41:26 +08:00 committed by GitHub
parent 34e04c27ad
commit b0404cbbab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ func fillSubDmChannelRequest(
for _, vchannel := range req.GetInfos() {
segmentIDs.Insert(vchannel.GetFlushedSegmentIds()...)
segmentIDs.Insert(vchannel.GetUnflushedSegmentIds()...)
segmentIDs.Insert(vchannel.GetDroppedSegmentIds()...)
}
if segmentIDs.Len() == 0 {