[
https://issues.apache.org/jira/browse/HELIX-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15504849#comment-15504849
]
ASF GitHub Bot commented on HELIX-635:
--------------------------------------
Github user lei-xia commented on a diff in the pull request:
https://github.com/apache/helix/pull/51#discussion_r79500989
--- Diff: helix-core/src/main/java/org/apache/helix/task/JobConfig.java ---
@@ -449,11 +446,6 @@ public Builder setMaxAttemptsPerTask(int v) {
return this;
}
- public Builder setMaxForcedReassignmentsPerTask(int v) {
--- End diff --
same here, do not remove the method. Deprecate it and clearly comment that
this field will no longer used by Helix.
> GenericTaskAssignmentCalculator does not balance task assignment
> ----------------------------------------------------------------
>
> Key: HELIX-635
> URL: https://issues.apache.org/jira/browse/HELIX-635
> Project: Apache Helix
> Issue Type: Bug
> Components: helix-core
> Reporter: Junkai Xue
> Assignee: Junkai Xue
> Fix For: 0.6.x
>
>
> Currently, GenericTaskAssignmentCalculator using AutoRebalancerStrategy
> compute the assignment mapping. There is a bug that all the tasks from same
> job will be assigned to one node, which is not balanced.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)