Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.9.0
-
None
-
Reviewed
Description
Today, on a saturated cluster, apps with pending demand reserve nodes. A new app might not be able to preempt resources because these nodes are already reserved. This can be reproduced by the example in YARN-6151.
Since node reservations are to prevent starvation of apps requesting large containers, triggering these reservations only on starved applications would avoid this situation.