ibessonov commented on code in PR #2165:
URL: https://github.com/apache/ignite-3/pull/2165#discussion_r1222600477
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##########
@@ -116,7 +117,7 @@ public class RocksDbKeyValueStorage implements
KeyValueStorage {
private static final long SYSTEM_REVISION_MARKER_VALUE = 0;
/** Revision key. */
- private static final byte[] REVISION_KEY = keyToRocksKey(
+ protected static final byte[] REVISION_KEY = keyToRocksKey(
Review Comment:
This no longer needs to be protected
--
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]