-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.8.0
-
Fix Version/s: None
-
Component/s: fairscheduler
-
Labels:
-
Hadoop Flags:Reviewed
JIRA to track unit tests to verify the identification of starved applications. An application should be marked starved only when:
- Cluster allocation is over the configured threshold for preemption.
- Preemption is enabled for a queue and any of the following:
- The queue is under its minshare for longer than minsharePreemptionTimeout
- One of the queue’s applications is under its fairshare for longer than fairsharePreemptionTimeout.