tkalkirill commented on code in PR #4572: URL: https://github.com/apache/ignite-3/pull/4572#discussion_r1802978118
########## modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/AbstractKeyValueStorage.java: ########## @@ -273,6 +264,11 @@ public void watchExact(byte[] key, long rev, WatchListener listener) { watchProcessor.addWatch(new Watch(rev, listener, exactPredicate)); } + @Override + public CompletableFuture<Void> readOperationsFuture(long revisionExcluded) { Review Comment: I will not apply it. -- 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