sanpwc commented on code in PR #7025:
URL: https://github.com/apache/ignite-3/pull/7025#discussion_r2556045426


##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/DistributionZoneRebalanceEngineV2.java:
##########
@@ -122,7 +126,11 @@ protected CompletableFuture<Void> 
onReplicasUpdate(AlterZoneEventParameters para
 
             long recoveryRevision = recoveryFinishFuture.join().revision();
 
-            return recoveryRebalanceTrigger(recoveryRevision);
+            if (getBoolean(SKIP_REBALANCE_TRIGGERS_RECOVERY, false)) {

Review Comment:
   I don't think that it's that important. Hope that it's no longer needed at 
all, however I don't won't to mix flag elimination with non-colocation code 
removal.



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