[
https://issues.apache.org/jira/browse/YARN-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988513#comment-14988513
]
Wangda Tan commented on YARN-1510:
----------------------------------
I run failed tests locally (yarn-client). There're some tests failed in my
local box, I'm not sure if they're related.
{code}
Failed tests:
TestYarnClient.testReservationAPIs:1207 The size of the largest gang in the
reservation refinition (<memory:1024, vCores:1>) exceed the capacity available
(<memory:0, vCores:0> )
at
org.apache.hadoop.yarn.ipc.RPCUtil.getRemoteException(RPCUtil.java:45)
at
org.apache.hadoop.yarn.server.resourcemanager.reservation.ReservationInputValidator.validateReservationDefinition(ReservationInputValidator.java:168)
at
org.apache.hadoop.yarn.server.resourcemanager.reservation.ReservationInputValidator.validateReservationSubmissionRequest(ReservationInputValidator.java:212)
at
org.apache.hadoop.yarn.server.resourcemanager.ClientRMService.submitReservation(ClientRMService.java:1206)
at
org.apache.hadoop.yarn.api.impl.pb.service.ApplicationClientProtocolPBServiceImpl.submitReservation(ApplicationClientProtocolPBServiceImpl.java:452)
at
org.apache.hadoop.yarn.proto.ApplicationClientProtocol$ApplicationClientProtocolService$2.callBlockingMethod(ApplicationClientProtocol.java:499)
at
org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:637)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:976)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2305)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2301)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1669)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2299)
Tests in error:
TestAMRMClient.setup:146 » IndexOutOfBounds Index: 0, Size: 0
TestNMClient.testNMClient:227->allocateContainers:244 » IndexOutOfBounds
Index...
TestNMClient.testNMClientNoCleanupOnStop:210->allocateContainers:244 »
IndexOutOfBounds
{code}
YARN-4326 was included when running tests.
> Make NMClient support change container resources
> ------------------------------------------------
>
> Key: YARN-1510
> URL: https://issues.apache.org/jira/browse/YARN-1510
> Project: Hadoop YARN
> Issue Type: Sub-task
> Components: nodemanager
> Reporter: Wangda Tan (No longer used)
> Assignee: MENG DING
> Attachments: YARN-1510-YARN-1197.1.patch,
> YARN-1510-YARN-1197.2.patch, YARN-1510.3.patch, YARN-1510.4.patch,
> YARN-1510.5.patch, YARN-1510.6.patch, YARN-1510.7.patch
>
>
> As described in YARN-1197, YARN-1449, we need add API in NMClient to support
> 1) sending request of increase/decrease container resource limits
> 2) get succeeded/failed changed containers response from NM.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)