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

Sean Po commented on YARN-4957:
-------------------------------

The following are new test failures.
--
hadoop.yarn.client.api.impl.TestDistributedScheduling
hadoop.yarn.server.resourcemanager.TestRMAdminService

I have not found existing JIRAs for them, but I did run the tests locally with 
the patch applied, and they both passed. 
--

The following are all the test failures with this patch that existed in the 
past.
–
hadoop.yarn.server.nodemanager.containermanager.monitor.TestContainerMetrics
https://issues.apache.org/jira/browse/YARN-5107
–
hadoop.yarn.server.resourcemanager.TestAMAuthorization
hadoop.yarn.server.resourcemanager.TestClientRMTokens
https://issues.apache.org/jira/browse/YARN-5091
–
hadoop.yarn.client.TestGetGroups
https://issues.apache.org/jira/browse/YARN-4351
–
hadoop.mapred.TestMiniMRChildTask
https://issues.apache.org/jira/browse/MAPREDUCE-6702?jql=text%20~%20%22TestMiniMRChildTask%22
–
hadoop.yarn.client.api.impl.TestAMRMProxy - Test passes locally
hadoop.yarn.client.api.impl.TestYarnClient - Test passes locally
org.apache.hadoop.yarn.client.cli.TestYarnCLI
org.apache.hadoop.yarn.client.api.impl.TestAMRMClient
org.apache.hadoop.yarn.client.api.impl.TestNMClient
https://issues.apache.org/jira/browse/YARN-4982?jql=text%20~%20%22TestYarnCLI%22
--


> Add getNewReservation in ApplicationClientProtocol
> --------------------------------------------------
>
>                 Key: YARN-4957
>                 URL: https://issues.apache.org/jira/browse/YARN-4957
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: applications, client, resourcemanager
>    Affects Versions: 2.8.0
>            Reporter: Subru Krishnan
>            Assignee: Sean Po
>              Labels: api-breaking
>         Attachments: YARN-4957.v0.patch, YARN-4957.v1.patch, 
> YARN-4957.v2.patch, YARN-4957.v3.patch, YARN-4957.v4.patch, 
> YARN-4957.v5.1.patch, YARN-4957.v5.2.patch, YARN-4957.v5.patch, 
> YARN-4957.v7.patch
>
>
> Currently submitReservation returns a ReservationId if sucessful. This JIRA 
> propose adding a getNewReservation in ApplicationClientProtocol for the 
> following reasons:
>   * Prevent zombie reservations in the face of client and/or network failures 
> post submitReservation
>   * Align reservation submission with application submission



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to