zpinto commented on code in PR #2877:
URL: https://github.com/apache/helix/pull/2877#discussion_r1736775229
##########
helix-core/src/main/java/org/apache/helix/controller/rebalancer/strategy/AutoRebalanceStrategy.java:
##########
@@ -127,15 +129,16 @@ public ZNRecord computePartitionAssignment(final
List<String> allNodes, final Li
_stateMap = generateStateMap();
// compute the preferred mapping if all nodes were up
- _preferredAssignment = computePreferredPlacement(sortedAllNodes);
+ _preferredAssignment = computePreferredPlacement(sortedAllNodes,
clusterData);
// logger.info("preferred mapping:"+ preferredAssignment);
Review Comment:
the commented out log line
--
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]