[
https://issues.apache.org/jira/browse/YARN-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira AJISAKA updated YARN-1832:
--------------------------------
Priority: Minor (was: Trivial)
Labels: (was: BB2015-05-TBR)
Summary: Fix wrong MockLocalizerStatus.equals() method implementation
(was: wrong MockLocalizerStatus.equals() method implementation)
> Fix wrong MockLocalizerStatus.equals() method implementation
> ------------------------------------------------------------
>
> Key: YARN-1832
> URL: https://issues.apache.org/jira/browse/YARN-1832
> Project: Hadoop YARN
> Issue Type: Bug
> Components: nodemanager
> Affects Versions: 2.2.0
> Reporter: Hong Zhiguo
> Assignee: Hong Zhiguo
> Priority: Minor
> Attachments: YARN-1832.patch
>
>
> "return getLocalizerId().equals(other) && ...;" should be
> "return getLocalizerId().equals(other. getLocalizerId()) && ...;"
> getLocalizerId() returns String. It's expected to compare
> this.getLocalizerId() against other.getLocalizerId().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)