ibessonov commented on code in PR #3551: URL: https://github.com/apache/ignite-3/pull/3551#discussion_r1555869269
########## modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbMvPartitionStorage.java: ########## @@ -1035,6 +1032,7 @@ public long leaseStartTime() { void destroyData(WriteBatch writeBatch) throws RocksDBException { writeBatch.delete(meta, lastAppliedIndexAndTermKey); writeBatch.delete(meta, lastGroupConfigKey); + writeBatch.delete(meta, leaseKey); Review Comment: Please fix `org.apache.ignite.internal.storage.rocksdb.instance.SharedRocksDbInstance#destroyTable` as well. Maybe there are other places, please be careful and ensure that you covered everything -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org