未验证 提交 ba806429 编写于 作者: X Xiaofan 提交者: GitHub

Remove frequent log on search growing segment (#26315)

Signed-off-by: Nxiaofan-luan <xiaofan.luan@zilliz.com>
上级 fbb5d32c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册