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 "fanshilun (Jira)" <ji...@apache.org> on 2022/05/11 06:53:00 UTC

[jira] [Assigned] (YARN-11122) Support getClusterNodes API in FederationClientInterceptor

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

fanshilun reassigned YARN-11122:
--------------------------------

    Assignee: fanshilun

> Support getClusterNodes API in FederationClientInterceptor
> ----------------------------------------------------------
>
>                 Key: YARN-11122
>                 URL: https://issues.apache.org/jira/browse/YARN-11122
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: federation
>    Affects Versions: 3.3.0, 3.3.1, 3.3.2
>            Reporter: fanshilun
>            Assignee: fanshilun
>            Priority: Major
>         Attachments: YARN-11122.01.patch
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Yarn Federation is a very useful feature, especially important in clusters with more than 1,000 units. For example, we have 2 offline clusters, which are used for ad-hoc and offline scheduling (etl) respectively. We hope to be able to isolate and rationally use 2 The resources of a cluster, at night, adhoc resources can be used by the etl cluster; at the same time, during breakfast (9:00-22:00), the etl cluster resources can also be used by the adhoc cluster.
> At the same time, so that more people can use this feature, gradually improve the method that has not been implemented.
> In YARN-10465, some methods have been implemented, from a personal point of view, some doubts.
> Question 1: Without considering the metric implementation, it is impossible to understand the execution of related functions.
> Question 2: Using multi-threading and reflection implementation, the readability of the related logic is relatively poor, and there is not much performance difference between this method and the conventional loop method to obtain the theory.
> Question 3: The code is already 2 years old, merged into the local branch, there may be conflicts.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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