Github user lei-xia commented on a diff in the pull request:

    https://github.com/apache/helix/pull/51#discussion_r79500824
  
    --- Diff: helix-core/src/main/java/org/apache/helix/task/JobConfig.java ---
    @@ -218,10 +211,6 @@ public int getMaxAttemptsPerTask() {
         return _maxAttemptsPerTask;
       }
     
    -  public int getMaxForcedReassignmentsPerTask() {
    -    return _maxForcedReassignmentsPerTask;
    --- End diff --
    
    For back-compatiblility, do not remove this method, instead, mark it as 
deprecated and comment with the field is not used by Helix anymore.
    
    Add a todo comment to delete this method in next major release.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to