tkalkirill commented on code in PR #4529: URL: https://github.com/apache/ignite-3/pull/4529#discussion_r1793383921
########## modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/KeyValueStorage.java: ########## @@ -132,21 +131,23 @@ public interface KeyValueStorage extends ManuallyCloseable { List<Entry> get(byte[] key, long revLowerBound, long revUpperBound); /** - * Returns all entries corresponding to given keys. + * Returns the latest version of an entries by keys. Review Comment: Thanks. -- 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