未验证 提交 8a458b7a 编写于 作者: C cai.zhang 提交者: GitHub

Add log for building index about num rows (#7811)

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 691e4c5b
......@@ -840,8 +840,7 @@ func (c *Core) BuildIndex(ctx context.Context, segID typeutil.UniqueID, field *s
}
}
log.Debug("build index", zap.String("index name", idxInfo.IndexName),
zap.String("field name", field.Name),
zap.Int64("segment id", segID))
zap.String("field name", field.Name), zap.Int64("segment id", segID), zap.Int64("num rows", rows))
return bldID, nil
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册