mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Format rocksdbkv log (#13191)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
f6ec741114
commit
197bcbba08
@ -221,7 +221,7 @@ func (kv *RocksdbKV) Remove(key string) error {
|
||||
// MultiRemove is used to remove a batch of key-values
|
||||
func (kv *RocksdbKV) MultiRemove(keys []string) error {
|
||||
if kv.DB == nil {
|
||||
return errors.New("Rocksdb instance is nil when do MultiRemove")
|
||||
return errors.New("rocksdb instance is nil when do MultiRemove")
|
||||
}
|
||||
writeBatch := gorocksdb.NewWriteBatch()
|
||||
defer writeBatch.Destroy()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user