sashapolo commented on code in PR #2581:
URL: https://github.com/apache/ignite-3/pull/2581#discussion_r1325688386
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -2273,7 +2300,8 @@ private CompletableFuture<Void>
handleChangePendingAssignmentEvent(Entry pending
replicaGrpId,
tables.get(tblId),
Review Comment:
I don't think we can receive null here, because we are using the *recovery
revision* and, looking at the code, it seems that all VVs will be inititally
completed with this revision (see `IgniteImpl#recoverComponentsStateOnStart`)
--
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]