[
https://issues.apache.org/jira/browse/YARN-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15607714#comment-15607714
]
Hudson commented on YARN-5753:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10683 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/10683/])
YARN-5753. fix NPE in AMRMClientImpl.getMatchingRequests() (haibochen (rkanter:
rev 44fdf009642ae4e99b15f89ec0ca43834f991ef3)
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/api/impl/TestAMRMClient.java
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/impl/AMRMClientImpl.java
> fix NPE in AMRMClientImpl.getMatchingRequests()
> -----------------------------------------------
>
> Key: YARN-5753
> URL: https://issues.apache.org/jira/browse/YARN-5753
> Project: Hadoop YARN
> Issue Type: Bug
> Components: yarn
> Affects Versions: 3.0.0-alpha1
> Reporter: Haibo Chen
> Assignee: Haibo Chen
> Fix For: 3.0.0-alpha2
>
> Attachments: yarn5753.001.patch, yarn5753.002.patch
>
>
> {code:java}
> RemoteRequestsTable remoteRequestsTable = getTable(0);
> List<ResourceRequestInfo<T>> matchingRequests =
> remoteRequestsTable.getMatchingRequests(priority, resourceName,
> executionType, capability);
> {code}
> remoteRequestsTable can be null, causing NPE.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]