[
https://issues.apache.org/jira/browse/HELIX-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15504888#comment-15504888
]
ASF GitHub Bot commented on HELIX-635:
--------------------------------------
Github user dasahcc commented on a diff in the pull request:
https://github.com/apache/helix/pull/51#discussion_r79503640
--- 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 --
Fixed
> 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)