mirror of https://github.com/milvus-io/milvus.git
Remove frequent log on search growing segment (#26315)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>pull/26407/head
parent
fbb5d32cb6
commit
ba806429fa
|
@ -89,7 +89,7 @@ func searchSegments(ctx context.Context, segments []Segment, segType SegmentType
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(segmentsWithoutIndex) > 0 {
|
if len(segmentsWithoutIndex) > 0 {
|
||||||
log.Ctx(ctx).Info("search growing/sealed segments without indexes", zap.Int64s("segmentIDs", segmentsWithoutIndex))
|
log.Ctx(ctx).Debug("search growing/sealed segments without indexes", zap.Int64s("segmentIDs", segmentsWithoutIndex))
|
||||||
}
|
}
|
||||||
|
|
||||||
return searchResults, nil
|
return searchResults, nil
|
||||||
|
|
Loading…
Reference in New Issue