Remove frequent log on search growing segment (#26315)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
Xiaofan 2023-08-17 15:44:53 +08:00 committed by GitHub
parent fbb5d32cb6
commit ba806429fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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