mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Remove dropped segments' info (#19839)
Signed-off-by: yah01 <yang.cen@zilliz.com> Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
parent
34e04c27ad
commit
b0404cbbab
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user