[ https://issues.apache.org/jira/browse/MAPREDUCE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865734#action_12865734 ]
Ravi Gummadi commented on MAPREDUCE-1606: ----------------------------------------- Could reproduce the issue in trunk by placing a sleep for 1 sec before killJob() call in verifyACLPersistence(). So once job is initialized, the problem of "not having slot for JOB_CLEANUP task" arises when killJob() is done. > TestJobACLs may timeout as there are no slots for launching JOB_CLEANUP task > ---------------------------------------------------------------------------- > > Key: MAPREDUCE-1606 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1606 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: test > Affects Versions: 0.22.0 > Reporter: Ravi Gummadi > Assignee: Ravi Gummadi > Fix For: 0.22.0 > > Attachments: 1606.patch, 1606.v1.1.patch, 1606.v1.patch, > MR1606.20S.1.patch, MR1606.20S.patch, MR1606.patch > > > TestJobACLs may timeout as there are no slots for launching JOB_CLEANUP task. > Because MiniMRCluster with 0 TaskTrackers is started in the test. In trunk, > we can set the config property mapreduce.job.committer.setup.cleanup.needed > to false sothat we don't get into this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.