Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.10
Description
The check in the normal allocation Application.tryAllocate() does not take into account that there can be multiple types of gang definitions. Which triggers weird behaviour if you either request more instances of a gang member than there are defined or there is a mismatch between the placeholder and the real allocation size.
Requirement is to have at least 2 gang types defined with placeholders and 1 of those has all its placeholder exhausted and the other is not.
This causes the pod for the gang type that has exhausted its placeholders to be delayed for scheduling until the other gang type's placeholder time out.
Attachments
Issue Links
- Blocked
-
YUNIKORN-1252 expose timed out placeholders count in application REST info
- Closed
- is depended upon by
-
YUNIKORN-1241 remove RequiredNode from PlaceholderData
- Closed
- Testing discovered
-
YUNIKORN-1246 release reservation of required node in tryAllocate
- Closed
- links to