sanpwc commented on code in PR #5824:
URL: https://github.com/apache/ignite-3/pull/5824#discussion_r2099570061
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/RebalanceRaftGroupEventsListener.java:
##########
@@ -181,19 +180,9 @@ public void
onNewPeersConfigurationApplied(PeersAndLearners configuration, long
}
try {
- rebalanceScheduler.schedule(() -> {
Review Comment:
In what thread will we do this now? Please pay attention, that we should not
call doStableKeySwitch within raft thread.
--
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]