You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Craig Condit (Jira)" <ji...@apache.org> on 2022/12/19 09:52:00 UTC

[jira] [Resolved] (YUNIKORN-1459) Update application sorting policies to consider priority

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

Craig Condit resolved YUNIKORN-1459.
------------------------------------
     Fix Version/s: 1.2.0
    Target Version: 1.2.0
        Resolution: Fixed

Merged to master.

> Update application sorting policies to consider priority
> --------------------------------------------------------
>
>                 Key: YUNIKORN-1459
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1459
>             Project: Apache YuniKorn
>          Issue Type: Sub-task
>          Components: core - scheduler
>            Reporter: Craig Condit
>            Assignee: Craig Condit
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.2.0
>
>
> The application sorting policies need to be updated to consider priority:
>  
>  * fair
>  ** application.sort.priority = enabled
>  *** Sort by priority, and then using existing FAIR algorithm
>  ** application.sort.priority = disabled
>  *** Use priority as last sort key (tiebreaker)
>  * fifo
>  ** application.sort.priority = enabled
>  *** Sort by priority, and then using existing FIFO algorithm.
>  ** application.sort.priority = disabled
>  *** Use priority as last sort key (tiebreaker)
>  * stateaware
>  ** application.sort.priority = enabled
>  *** Sort by priority first, and then using existing algorithm.
>  *** Exception: If an app is already in an accepted state, no other apps will be considered.
>  ** application.sort.priority = disabled
>  *** Use priority as last sort key (tiebreaker)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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