Karthik Kambatla created MAPREDUCE-4806:
-------------------------------------------

             Summary: Cleanup: Some (5) private methods in 
JobTracker.RecoveryManager are not used anymore after MAPREDUCE-3837
                 Key: MAPREDUCE-4806
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4806
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv1
    Affects Versions: 1.1.0
            Reporter: Karthik Kambatla


MAPREDUCE-3837 re-organized the job recovery code, moving out the code that was 
using the methods in RecoveryManager.

Now, the following methods in {{JobTracker.RecoveryManager}}seem to be unused:
# {{updateJob()}}
# {{updateTip()}}
# {{createTaskAttempt()}}
# {{addSuccessfulAttempt()}}
# {{addUnsuccessfulAttempt()}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to