[
https://issues.apache.org/jira/browse/YARN-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143898#comment-16143898
]
Jason Lowe commented on YARN-7112:
----------------------------------
This was broken by YARN-6640. After that change the response ID for the
initial allocation request must be zero, and these unit tests were sending a
response ID of 1 instead.
TestDistributedScheduling was failing with the same type of error since it
leverages the same code to create an allocation request.
> TestAMRMProxy is failing with invalid request
> ---------------------------------------------
>
> Key: YARN-7112
> URL: https://issues.apache.org/jira/browse/YARN-7112
> Project: Hadoop YARN
> Issue Type: Bug
> Affects Versions: 2.9.0, 3.0.0-beta1, 2.8.2
> Reporter: Jason Lowe
> Assignee: Jason Lowe
>
> The testAMRMProxyE2E and testAMRMProxyTokenRenewal tests in TestAMRMProxy are
> failing:
> {noformat}
> org.apache.hadoop.yarn.exceptions.InvalidApplicationMasterRequestException:
> Invalid responseId in AllocateRequest from application attempt:
> appattempt_1503933047334_0001_000001, expect responseId to be 0, but get 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]