未验证 提交 8245e078 编写于 作者: Y yah01 提交者: GitHub

Add max segment size log (#26015)

Signed-off-by: Nyah01 <yang.cen@zilliz.com>
上级 16e342d6
...@@ -911,6 +911,7 @@ func (loader *segmentLoader) checkSegmentSize(segmentLoadInfos []*querypb.Segmen ...@@ -911,6 +911,7 @@ func (loader *segmentLoader) checkSegmentSize(segmentLoadInfos []*querypb.Segmen
} }
log.Info("predict memory and disk usage while loading (in MiB)", log.Info("predict memory and disk usage while loading (in MiB)",
zap.Uint64("maxSegmentSize", toMB(maxSegmentSize)),
zap.Int("concurrency", concurrency), zap.Int("concurrency", concurrency),
zap.Uint64("memUsage", toMB(memUsage)), zap.Uint64("memUsage", toMB(memUsage)),
zap.Uint64("diskUsage", toMB(diskUsage)), zap.Uint64("diskUsage", toMB(diskUsage)),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册