You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Prabhu Joseph (JIRA)" <ji...@apache.org> on 2019/01/25 13:47:00 UTC

[jira] [Commented] (YARN-9231) TestDistributedShell fix timeout

    [ https://issues.apache.org/jira/browse/YARN-9231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752269#comment-16752269 ] 

Prabhu Joseph commented on YARN-9231:
-------------------------------------

On analysis - found there are more than 25 test cases and each average takes 30 seconds. Overall the test cases takes more than 15minutes. The surefire.fork.timeout is set to 900 seconds and so Maven Surefire Plugin timing out. Have increased the timeout to 2500 seconds for hadoop-yarn-applications-distributedshell project.

{code}
<forkedProcessTimeoutInSeconds>2500</forkedProcessTimeoutInSeconds>
{code}

> TestDistributedShell fix timeout
> --------------------------------
>
>                 Key: YARN-9231
>                 URL: https://issues.apache.org/jira/browse/YARN-9231
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: distributed-shell
>    Affects Versions: 3.1.0
>            Reporter: Prabhu Joseph
>            Assignee: Prabhu Joseph
>            Priority: Major
>         Attachments: 0001-YARN-9231.patch
>
>
> TestDistributedShell test cases time out with - "There was a timeout or other error in the fork"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org