[
https://issues.apache.org/jira/browse/YARN-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jian He resolved YARN-1583.
---------------------------
Resolution: Fixed
> Ineffective state check in FairSchedulerAppsBlock#render()
> ----------------------------------------------------------
>
> Key: YARN-1583
> URL: https://issues.apache.org/jira/browse/YARN-1583
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Ted Yu
>
> Starting line 90:
> {code}
> for (RMApp app : apps.values()) {
> if (reqAppStates != null && !reqAppStates.contains(app.getState())) {
> {code}
> reqAppStates is of type YarnApplicationState.
> app.getState() returns RMAppState.
> These are two different enum types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)