diff --git a/internal/datacoord/handler.go b/internal/datacoord/handler.go index 99361bdfa9..ae109a6ac4 100644 --- a/internal/datacoord/handler.go +++ b/internal/datacoord/handler.go @@ -86,10 +86,6 @@ func (h *ServerHandler) GetDataVChanPositions(channel RWChannel, partitionID Uni // Skip bulk insert segments. continue } - if s.GetIsInvisible() { - // skip invisible segments - continue - } if s.GetState() == commonpb.SegmentState_Dropped { droppedIDs.Insert(s.GetID())