alievmirza commented on code in PR #5012:
URL: https://github.com/apache/ignite-3/pull/5012#discussion_r1913120493


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -2353,6 +2384,15 @@ private CompletableFuture<Void> 
handleChangePendingAssignmentEvent(
                 }), ioExecutor);
     }
 
+    /**
+     * For HA zones: Check that last rebalance was graceful (raft group 
maintained the majority) rather than forced (caused by a disaster

Review Comment:
   ```suggestion
        * For HA zones: Check that last rebalance was graceful (caused by 
common rebalance triggers, like data nodes change, replica factor change, etc.) 
rather than forced (caused by a disaster
   ```



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