mirror of https://github.com/milvus-io/milvus.git
Remove annoying not useful logs (#21963)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/21977/head
parent
932ced5cd6
commit
f02f83da50
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue