narendly commented on a change in pull request #1061:
URL: https://github.com/apache/helix/pull/1061#discussion_r437691078
##########
File path: helix-core/src/main/java/org/apache/helix/model/IdealState.java
##########
@@ -721,9 +719,7 @@ private RebalanceMode
normalizeRebalanceMode(IdealStateModeProperty mode) {
String rebalancerName = getRebalancerClassName();
if (rebalancerName != null) {
if (rebalancerName.equals(JobRebalancer.class.getName())
- || rebalancerName.equals(WorkflowRebalancer.class.getName())
- || rebalancerName.equals(GenericTaskRebalancer.class.getName())
- ||
rebalancerName.equals(FixedTargetTaskRebalancer.class.getName())) {
+ || rebalancerName.equals(WorkflowRebalancer.class.getName())) {
Review comment:
Would this break backward compatibility for existing long-running TF
resources?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]