mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix go format error (#13212)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
255be8f4a8
commit
0a99e1aeba
@ -411,7 +411,7 @@ func (kv *EtcdKV) CompareVersionAndSwap(key string, source int64, target string,
|
||||
return err
|
||||
}
|
||||
if !resp.Succeeded {
|
||||
return fmt.Errorf("function CompareAndSwap error for compare is false for key: %s," +
|
||||
return fmt.Errorf("function CompareAndSwap error for compare is false for key: %s,"+
|
||||
" source version: %d, target version: %s", key, source, target)
|
||||
}
|
||||
CheckElapseAndWarn(start, "Slow etcd operation compare version and swap")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user