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 "Sunil G (JIRA)" <ji...@apache.org> on 2016/01/27 14:43:39 UTC

[jira] [Updated] (YARN-4615) TestAbstractYarnScheduler#testResourceRequestRecoveryToTheRightAppAttempt fails occasionally

     [ https://issues.apache.org/jira/browse/YARN-4615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sunil G updated YARN-4615:
--------------------------
    Description: 
Sometimes TestAbstractYarnScheduler#testResourceRequestRecoveryToTheRightAppAttempt will fail like this:
{noformat}
org.apache.hadoop.yarn.server.resourcemanager.scheduler.TestAbstractYarnScheduler
testResourceRequestRecoveryToTheRightAppAttempt[1](org.apache.hadoop.yarn.server.resourcemanager.scheduler.TestAbstractYarnScheduler)  Time elapsed: 77.427 sec  <<< FAILURE!
java.lang.AssertionError: Attempt state is not correct (timedout): expected: SCHEDULED actual: ALLOCATED for the application attempt appattempt_1453254869107_0001_000002
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:197)
	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:172)
	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForAttemptScheduled(MockRM.java:831)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.TestAbstractYarnScheduler.testResourceRequestRecoveryToTheRightAppAttempt(TestAbstractYarnScheduler.java:572)

{noformat}

  was:
Sometimes TestAbstractYarnScheduler#testResourceRequestRecoveryToTheRightAppAttempt will fail like this:
{noformat}
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0
Running org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestApplicationPriority
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 116.776 sec <<< FAILURE! - in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestApplicationPriority
testApplicationPriorityAllocationWithChangeInPriority(org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestApplicationPriority)  Time elapsed: 50.687 sec  <<< FAILURE!
java.lang.AssertionError: Attempt state is not correct (timedout): expected: SCHEDULED actual: ALLOCATED for the application attempt appattempt_1453255879005_0002_000001
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:197)
	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:172)
	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForAttemptScheduled(MockRM.java:831)
	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.launchAM(MockRM.java:818)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestApplicationPriority.testApplicationPriorityAllocationWithChangeInPriority(TestApplicationPriority.java:494)

{noformat}


> TestAbstractYarnScheduler#testResourceRequestRecoveryToTheRightAppAttempt fails occasionally
> --------------------------------------------------------------------------------------------
>
>                 Key: YARN-4615
>                 URL: https://issues.apache.org/jira/browse/YARN-4615
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Jason Lowe
>
> Sometimes TestAbstractYarnScheduler#testResourceRequestRecoveryToTheRightAppAttempt will fail like this:
> {noformat}
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.TestAbstractYarnScheduler
> testResourceRequestRecoveryToTheRightAppAttempt[1](org.apache.hadoop.yarn.server.resourcemanager.scheduler.TestAbstractYarnScheduler)  Time elapsed: 77.427 sec  <<< FAILURE!
> java.lang.AssertionError: Attempt state is not correct (timedout): expected: SCHEDULED actual: ALLOCATED for the application attempt appattempt_1453254869107_0001_000002
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:197)
> 	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:172)
> 	at org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForAttemptScheduled(MockRM.java:831)
> 	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.TestAbstractYarnScheduler.testResourceRequestRecoveryToTheRightAppAttempt(TestAbstractYarnScheduler.java:572)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)