sashapolo commented on code in PR #5023:
URL: https://github.com/apache/ignite-3/pull/5023#discussion_r1912772490


##########
modules/metastorage/src/integrationTest/java/org/apache/ignite/internal/metastorage/TestMetasStorageUtils.java:
##########
@@ -98,11 +100,22 @@ public static long latestKeyRevision(MetaStorageManager 
metaStorageManager, Byte
 
     /** Returns {@code true} if the metastorage key has only one revision in 
the cluster. */
     public static boolean allNodesContainSingleRevisionForKeyLocally(Cluster 
cluster, ByteArray key, long revision) {
+        return collectRevisionForKeyForAllNodesLocally(cluster, 
key).values().stream()

Review Comment:
   Not related to this PR, but this class' name contains a typo



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