Takashi Ohnishi created YARN-4574:
-------------------------------------
Summary: TestAMRMClientOnRMRestart.TestAMRMClientOnRMRestart fails
on trunk
Key: YARN-4574
URL: https://issues.apache.org/jira/browse/YARN-4574
Project: Hadoop YARN
Issue Type: Bug
Components: client, test
Reporter: Takashi Ohnishi
The test fails with
{code}
testAMRMClientResendsRequestsOnRMRestart(org.apache.hadoop.yarn.client.api.impl.TestAMRMClientOnRMRestart)
Time elapsed: 3.937 sec <<< ERROR!
org.apache.hadoop.yarn.exceptions.InvalidResourceRequestException:
rmContainer's state is not RUNNING, for increase request, with
container-id=container_1452411127386_0001_01_000003
at
org.apache.hadoop.yarn.server.resourcemanager.RMServerUtils.checkAndNormalizeContainerChangeRequest(RMServerUtils.java:147)
at
org.apache.hadoop.yarn.server.resourcemanager.RMServerUtils.validateIncreaseDecreaseRequest(RMServerUtils.java:287)
at
org.apache.hadoop.yarn.server.resourcemanager.RMServerUtils.increaseDecreaseRequestSanityCheck(RMServerUtils.java:227)
at
org.apache.hadoop.yarn.server.resourcemanager.ApplicationMasterService.allocate(ApplicationMasterService.java:475)
at
org.apache.hadoop.yarn.client.api.impl.AMRMClientImpl.allocate(AMRMClientImpl.java:311)
at
org.apache.hadoop.yarn.client.api.impl.TestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart(TestAMRMClientOnRMRestart.java:226)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)