[
https://issues.apache.org/jira/browse/YARN-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated YARN-1583:
-------------------------
Priority: Major (was: Minor)
> 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.1.5#6160)