sanpwc commented on code in PR #759:
URL: https://github.com/apache/ignite-3/pull/759#discussion_r857816809


##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/MetaStorageManager.java:
##########
@@ -845,7 +845,7 @@ private CompletableFuture<IgniteUuid> 
updateAggregatedWatch() {
     private void storeEntries(Collection<IgniteBiTuple<ByteArray, byte[]>> 
entries, long revision) {
         appliedRevision()
                 .thenCompose(appliedRevision -> {
-                    if (revision <= appliedRevision) {

Review Comment:
   Seems that `<=` is valid within given solution because all watches are 
registered on start only.



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

Reply via email to