sanpwc commented on code in PR #759:
URL: https://github.com/apache/ignite-3/pull/759#discussion_r857817276
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/MetaStorageManager.java:
##########
@@ -858,7 +858,12 @@ private void
storeEntries(Collection<IgniteBiTuple<ByteArray, byte[]>> entries,
entries.forEach(e -> batch.put(e.getKey(), e.getValue()));
- return vaultMgr.putAll(batch);
+ // skip already processed revision
Review Comment:
Seems that it's also not required 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]