Remove annoying not useful logs (#21963)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/21977/head
XuanYang-cn 2023-02-03 17:23:54 +08:00 committed by GitHub
parent 932ced5cd6
commit f02f83da50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -154,9 +154,6 @@ func FilterInIndexedSegments(handler Handler, indexCoord types.IndexCoord, segme
}
indexed := extractSegmentsWithVectorIndex(vecFieldID, resp.GetSegmentInfo())
if len(indexed) == 0 {
log.Info("no vector index for the segment",
zap.Int64("collectionID", segment.GetCollectionID()),
zap.Int64("segmentID", segment.GetID()))
return
}
indexedSegmentCh <- indexed