[
https://issues.apache.org/jira/browse/YARN-5559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15706246#comment-15706246
]
Jian He commented on YARN-5559:
-------------------------------
Thanks for updating !
- Found that the getter/setter name is inconsistent, make it set/getNodeLabels ?
{code}
public abstract void setNodeLabels(List<NodeLabel> labels);
public abstract List<NodeLabel> getNodeLabelsList();
{code}
- I still think we don't need to add back this config, it is only used by RM's
own code, user code is not using this. your opinion ?
{code}
@Deprecated
public static final String RM_NODEMANAGER_CONNECT_RETIRES =
RM_NODEMANAGER_CONNECT_RETRIES;
{code}
> Analyse 2.8.0/3.0.0 jdiff reports and fix any issues
> ----------------------------------------------------
>
> Key: YARN-5559
> URL: https://issues.apache.org/jira/browse/YARN-5559
> Project: Hadoop YARN
> Issue Type: Bug
> Components: resourcemanager
> Reporter: Wangda Tan
> Assignee: Akira Ajisaka
> Priority: Blocker
> Labels: oct16-easy
> Attachments: YARN-5559.1.patch, YARN-5559.2.patch, YARN-5559.3.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]