Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
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)
- application.sort.priority = enabled
- 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)
- application.sort.priority = enabled
- 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)
- application.sort.priority = enabled
Attachments
Attachments
Issue Links
- links to