SammyVimes commented on code in PR #2098:
URL: https://github.com/apache/ignite-3/pull/2098#discussion_r1204304786


##########
modules/metastorage/src/testFixtures/java/org/apache/ignite/internal/metastorage/server/SimpleInMemoryKeyValueStorage.java:
##########
@@ -64,6 +64,9 @@ public class SimpleInMemoryKeyValueStorage implements 
KeyValueStorage {
     /** Timestamp to revision mapping. */
     private final NavigableMap<Long, Long> tsToRevMap = new TreeMap<>();
 
+    /** Revision to timestamp mapping. */
+    private final NavigableMap<Long, Long> revToTsMap = new TreeMap<>();

Review Comment:
   It doesn't, changed to HashMap



-- 
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]

Reply via email to