desaikomal commented on code in PR #2546:
URL: https://github.com/apache/helix/pull/2546#discussion_r1248019491
##########
helix-core/src/main/java/org/apache/helix/controller/rebalancer/DelayedAutoRebalancer.java:
##########
@@ -408,4 +420,129 @@ private int getNumExtraReplicas(ClusterConfig
clusterConfig) {
}
return numExtraReplicas;
}
+
+
+ private Map<String, String>
computeBestPossibleStateForPartition(ResourceControllerDataProvider cache,
Review Comment:
As we talked offline, I have done the code cleanup/consolidation with this
change. the line of code change have increased but between the 2 versions, you
can review core logic + code consolidation. thanks,
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]