sashapolo commented on code in PR #2581:
URL: https://github.com/apache/ignite-3/pull/2581#discussion_r1324103184
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -2202,7 +2220,11 @@ public CompletableFuture<Void> onUpdate(WatchEvent evt) {
try {
assert evt.single();
- return
handleChangePendingAssignmentEvent(evt.entryEvent().newEntry());
+ return recoveryFuture.thenComposeAsync(v -> {
Review Comment:
How will you do that? Versioned Values get completed after all components
have started. I've modified the Watch code to be a little bit more optimal
--
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]