mirror of https://github.com/milvus-io/milvus.git
Cherry-pick from master pr: #43408 Related to #43407 When `MultiSaveAndRemove` like ops contains same key in saves and removal keys it may cause data lost if the execution order is save first than removal. This PR make all the kv execute removal first then save the new values. Even when same key appeared in both saves and removals, the new value shall stay. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> |
||
---|---|---|
.. | ||
kv | ||
mocks | ||
model | ||
catalog.go | ||
catalog_test.go |