tkalkirill commented on code in PR #4524: URL: https://github.com/apache/ignite-3/pull/4524#discussion_r1792995185
########## modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java: ########## @@ -1076,35 +1078,27 @@ private Collection<Entry> doGetAll(Collection<byte[]> keys, long rev) { return res; } - /** - * Gets the value by key and revision. - * - * @param key Target key. - * @param revUpperBound Target upper bound of revision. - * @return Value. - */ private Entry doGet(byte[] key, long revUpperBound) { - assert revUpperBound >= 0 : "Invalid arguments: [revUpperBound=" + revUpperBound + ']'; Review Comment: I tried to fix it differently. -- 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