[
https://issues.apache.org/jira/browse/HADOOP-4220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633209#action_12633209
]
Steve Loughran commented on HADOOP-4220:
----------------------------------------
one cause of the delay is the 60second wait
// Wait for a minute before submitting a job
waitFor(60 * 1000);
Would it be possible to spin and poll for whatever state change is required
before starting the service. Relying on delays is very brittle.
> Job Restart tests take 10 minutes, can time out very easily
> -----------------------------------------------------------
>
> Key: HADOOP-4220
> URL: https://issues.apache.org/jira/browse/HADOOP-4220
> Project: Hadoop Core
> Issue Type: Bug
> Components: test
> Affects Versions: 0.19.0
> Reporter: Steve Loughran
> Assignee: Amar Kamat
>
> HADOOP-3245 added job restart and tests for it, but the tests take a long time
> TestJobTrackerRestart 667.682
> TestJobTrackerRestartWithLostTracker 322.223
> Something needs to be done to speed them up to keep the test cycle viable.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.