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 "Daniel Templeton (JIRA)" <ji...@apache.org> on 2017/05/08 23:28:04 UTC

[jira] [Updated] (YARN-6380) FSAppAttempt keeps redundant copy of the queue

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

Daniel Templeton updated YARN-6380:
-----------------------------------
    Attachment: YARN-6380.003.patch

Updated patch to address {{getHeadroom()}}

> FSAppAttempt keeps redundant copy of the queue
> ----------------------------------------------
>
>                 Key: YARN-6380
>                 URL: https://issues.apache.org/jira/browse/YARN-6380
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: fairscheduler
>    Affects Versions: 3.0.0-alpha2
>            Reporter: Daniel Templeton
>            Assignee: Daniel Templeton
>         Attachments: YARN-6380.001.patch, YARN-6380.002.patch, YARN-6380.003.patch
>
>
> The {{FSAppAttempt}} class defines its own {{fsQueue}} variable that is a second copy of the {{SchedulerApplicationAttempt}}'s {{queue}} variable.  Aside from being redundant, it's also a bug, because when moving applications, we only update the {{SchedulerApplicationAttempt}}'s {{queue}}, not the {{FSAppAttempt}}'s {{fsQueue}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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