[
https://issues.apache.org/jira/browse/YARN-9424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16824779#comment-16824779
]
Hudson commented on YARN-9424:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16459 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/16459/])
YARN-9424. Change getDeclaredMethods to getMethods in (gifuma: rev
3f2f4186f6543272cf4bb7c815f1f46ba50e7640)
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm/FederationClientInterceptor.java
> Change getDeclaredMethods to getMethods in
> FederationClientInterceptor#invokeConcurrent()
> -----------------------------------------------------------------------------------------
>
> Key: YARN-9424
> URL: https://issues.apache.org/jira/browse/YARN-9424
> Project: Hadoop YARN
> Issue Type: Bug
> Components: federation
> Reporter: Shen Yinjie
> Assignee: Shen Yinjie
> Priority: Major
> Attachments: YARN-9124_1.patch
>
>
> In YARN-8699, FederationClientInterceptor#invokeConcurrent uses
> getDeclaredMethods(), which cannot recongnize some methods in
> ApplicationBaseProtocol (ApplicationClientProtocol extend
> ApplicationBaseProtocol) .
> We have implemented some methods in FederationClientInterceptor, such as
> getApplications(), GetQueueUserAclsInfo ...etc, when I run "yarn application
> -list" by connecting to yarn router, router will throw exception.
> So change getDeclaredMethods() to getMethods().
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]