rpuch commented on code in PR #4528: URL: https://github.com/apache/ignite-3/pull/4528#discussion_r1793587703
########## modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java: ########## @@ -191,6 +196,9 @@ public class RocksDbKeyValueStorage implements KeyValueStorage { /** Revision to timestamp mapping column family. */ private volatile ColumnFamily revisionToTs; + /** Revision to checksum mapping column family. */ + private volatile ColumnFamily revisionToChecksum; Review Comment: I added the corresponding check to the first test you mention, but not to the second one (as it's not clear how it could be implemented without looking at the storage internals). Also, soon the storage will stop being cleared at start (Ivan is working on it). -- 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