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

[skip e2e]Add log for BuildIndex (#13577)

Signed-off-by: NCai.Zhang <cai.zhang@zilliz.com>
上级 0456188d
......@@ -434,10 +434,11 @@ func (i *IndexCoord) BuildIndex(ctx context.Context, req *indexpb.BuildIndexRequ
ret.Status.Reason = err.Error()
return ret, nil
}
log.Debug("IndexCoord BuildIndex Enqueue successfully", zap.Any("IndexBuildID", t.indexBuildID))
log.Debug("IndexCoord BuildIndex Enqueue successfully", zap.Int64("IndexBuildID", t.indexBuildID))
err = t.WaitToFinish()
if err != nil {
log.Error("IndexCoord scheduler index task failed", zap.Int64("IndexBuildID", t.indexBuildID))
ret.Status.ErrorCode = commonpb.ErrorCode_UnexpectedError
ret.Status.Reason = err.Error()
return ret, nil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册