mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
Cherry-pick from master pr: #33926 See also #33925 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
032685239f
commit
c28b69384a
@ -398,7 +398,7 @@ func (kv *txnTiKV) MultiRemove(keys []string) error {
|
||||
|
||||
for _, key := range keys {
|
||||
key = path.Join(kv.rootPath, key)
|
||||
loggingErr = txn.Delete([]byte(key))
|
||||
err = txn.Delete([]byte(key))
|
||||
if err != nil {
|
||||
loggingErr = errors.Wrap(err, fmt.Sprintf("Failed to delete %s for MultiRemove", key))
|
||||
return loggingErr
|
||||
|
Loading…
Reference in New Issue
Block a user