You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Gergely Pollák (Jira)" <ji...@apache.org> on 2021/10/07 15:11:03 UTC

[jira] [Resolved] (YARN-10953) Make CapacityScheduler#getOrCreateQueueFromPlacementContext easier to comprehend

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

Gergely Pollák resolved YARN-10953.
-----------------------------------
       Fix Version/s: 3.4.0
        Hadoop Flags: Reviewed
    Target Version/s: 3.4.0
          Resolution: Resolved

> Make CapacityScheduler#getOrCreateQueueFromPlacementContext easier to comprehend
> --------------------------------------------------------------------------------
>
>                 Key: YARN-10953
>                 URL: https://issues.apache.org/jira/browse/YARN-10953
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Szilard Nemeth
>            Assignee: Andras Gyori
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> 1. Most of the method body is wrapped in an if-statement that checks if the queue is null. We could negate this and return immediately if the queue != null, so we don't need a large if statement.
> 2. Similarly in that large if body, there's a check for fallbackContext.hasParentQueue(). If it's true, we are having yet another large if-body. We should also negate this condition and return immediately if it's false.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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