mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
Remove frequent log on search growing segment (#26315)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
parent
fbb5d32cb6
commit
ba806429fa
@ -89,7 +89,7 @@ func searchSegments(ctx context.Context, segments []Segment, segType SegmentType
|
||||
}
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user