未验证 提交 29051822 编写于 作者: J JackLCL 提交者: GitHub

[skip ci]Fix error log output format in task.go (#13131)

Signed-off-by: NJackLCL <chenglong.li@zilliz.com>
上级 3ddcec79
......@@ -183,7 +183,7 @@ func (t *CreateCollectionReqTask) Execute(ctx context.Context) error {
reason := fmt.Sprintf("create collection %d", collID)
ts, err := t.core.TSOAllocator(1)
if err != nil {
return fmt.Errorf("TSO alloc fail, error = %w", err)
return fmt.Errorf("tso alloc fail, error = %w", err)
}
// build DdOperation and save it into etcd, when ddmsg send fail,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册