tkalkirill commented on code in PR #2019:
URL: https://github.com/apache/ignite-3/pull/2019#discussion_r1185765578
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##########
@@ -150,6 +155,12 @@ public class RocksDbKeyValueStorage implements
KeyValueStorage {
/** Index column family. */
private volatile ColumnFamily index;
+ /** Timestamp to revision mapping column family. */
+ private volatile ColumnFamily tsToRevision;
+
+ /** Revision to timestamp mapping column family. */
Review Comment:
I'm hinting at the fact that the revision of what is not clear, and I ask
you to specify a little more in the documentation.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]