EgorKuts commented on code in PR #7445:
URL: https://github.com/apache/ignite-3/pull/7445#discussion_r2742941783


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/disaster/GroupUpdateRequestHandler.java:
##########
@@ -333,7 +333,17 @@ private static CompletableFuture<Integer> partitionUpdate(
                     .stable(Assignments.of(currentAssignments, 
assignmentsTimestamp))
                     .target(Assignments.forced(Set.of(nextAssignment), 
assignmentsTimestamp))
                     .toQueue();
-
+            if (!manualUpdate) {

Review Comment:
   If A and B are left by the reset revision, they won’t be put into pending. 
When they start and recover, they will be destroyed.
   
   If A and B are not left by the reset revision, they will win the election 
and become leaders instead of C.



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