Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In current design and implementation, when we decrease resource on node to less than resource consumption of current running tasks, tasks can still be running until the end. But just no new task get assigned on this node (because AvailableResource < 0) until some tasks are finished and AvailableResource > 0 again. This is good for most cases but in case of long running task, it could be too slow for resource setting to actually work so preemption could be used here.
Attachments
Attachments
Issue Links
- contains
-
YARN-2489 ResouceOption's overcommitTimeout should be respected during resource update on NM
- Resolved
- relates to
-
YARN-10388 RMNode updatedCapability flag not set while RecommissionNodeTransition
- Resolved
-
YARN-9501 TestCapacitySchedulerOvercommit#testReducePreemptAndCancel fails intermittent
- Resolved
-
YARN-9942 Reset overcommit timeout
- Patch Available