rpuch commented on code in PR #4541:
URL: https://github.com/apache/ignite-3/pull/4541#discussion_r1796828139


##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/KeyValueStorageUtils.java:
##########
@@ -77,6 +77,27 @@ public static int maxRevisionIndex(long[] keyRevisions, long 
upperBoundRevision)
         return i;
     }
 
+    /**
+     * Returns index of minimum revision which must be greater or equal to 
{@code lowerBoundRevision}. If there is no such revision then

Review Comment:
   ```suggestion
        * Returns index of minimum revision which is greater or equal to {@code 
lowerBoundRevision}. If there is no such revision then
   ```



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

Reply via email to