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

Jason Lowe commented on YARN-7515:
----------------------------------

There aren't enough logs from the precommit build to prove this, but I believe 
this could be a duplicate of YARN-6647.  All of these tests did not fail in the 
usual sense but were marked as timed out, but actually I think this was because 
these tests called System.exit which was misinterpreted as a surefire timeout.  
From 
https://builds.apache.org/job/PreCommit-YARN-Build/18498/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt:
{noformat}

[...]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-yarn-server-resourcemanager: ExecutionException: 
java.lang.RuntimeException: The forked VM terminated without properly saying 
goodbye. VM crash or System.exit called?
{noformat}

YARN-6647 describes how ZKRMStateStore can cause the async dispatcher to call 
System.exit because it receives an unhandled exception due to badly managed 
InterruptedException received when the RM is trying to shut down.


> HA related tests fails in trunk
> -------------------------------
>
>                 Key: YARN-7515
>                 URL: https://issues.apache.org/jira/browse/YARN-7515
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 3.0.0-beta1
>            Reporter: Bibin A Chundatt
>
>       https://builds.apache.org/job/PreCommit-YARN-Build/18498/testReport/
> {noformat}
> org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands
>       
> org.apache.hadoop.yarn.server.resourcemanager.TestReservationSystemWithRMHA
>       
> org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA
>       
> org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to