tkalkirill commented on code in PR #4524:
URL: https://github.com/apache/ignite-3/pull/4524#discussion_r1793002442
##########
modules/metastorage/src/testFixtures/java/org/apache/ignite/internal/metastorage/server/SimpleInMemoryKeyValueStorage.java:
##########
@@ -740,22 +741,26 @@ private Collection<Entry> doGetAll(List<byte[]> keys,
long rev) {
}
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]