[ https://issues.apache.org/jira/browse/MAPREDUCE-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Joseph Evans updated MAPREDUCE-4813: ------------------------------------------- Resolution: Fixed Fix Version/s: 0.23.6 2.0.3-alpha 3.0.0 Status: Resolved (was: Patch Available) Thanks Jason, I looked at the differences between the 0.23 patch and the trunk patch and they all look fine. I put this into trunk, branch-2, and branch-0.23 > AM timing out during job commit > ------------------------------- > > Key: MAPREDUCE-4813 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4813 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: applicationmaster > Affects Versions: 0.23.3, 2.0.1-alpha > Reporter: Jason Lowe > Assignee: Jason Lowe > Priority: Critical > Fix For: 3.0.0, 2.0.3-alpha, 0.23.6 > > Attachments: JobImplStateMachine.pdf, > MAPREDUCE-4813-2-branch-0.23.patch, MAPREDUCE-4813-2.patch, > MAPREDUCE-4813-2.patch, MAPREDUCE-4813-2.patch, MAPREDUCE-4813-2.patch, > MAPREDUCE-4813.patch, MAPREDUCE-4813.patch, MAPREDUCE-4813.patch > > > The AM calls the output committer's {{commitJob}} method synchronously during > JobImpl state transitions, which means the JobImpl write lock is held the > entire time the job is being committed. Holding the write lock prevents the > RM allocator thread from heartbeating to the RM. Therefore if committing the > job takes too long (e.g.: the job has tons of files to commit and/or the > namenode is bogged down) then the AM appears to be unresponsive to the RM and > the RM kills the AM attempt. -- 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