You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Bibin A Chundatt (Jira)" <ji...@apache.org> on 2019/09/24 11:22:00 UTC

[jira] [Updated] (YARN-9424) Change getDeclaredMethods to getMethods in FederationClientInterceptor#invokeConcurrent()

     [ https://issues.apache.org/jira/browse/YARN-9424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bibin A Chundatt updated YARN-9424:
-----------------------------------
    Fix Version/s: 3.3.0

> 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
>             Fix For: 3.3.0
>
>         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
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org