Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4.0
Description
Placeholder releases are handled specially as it could trigger a replacement and not just a removal of the placeholder. The placeholder count in the partition that we use to skip the replacement cycle is adjusted for each replacement.
However, If a placeholder gets deleted on K8s, times out or gets preempted the termination type is different. The placeholder gets released as any other allocation but we still need to adjust the placeholder counter.
The impact of this issue is a less optimal scheduling cycle as the counter will never reach 0 anymore. Beside that there is no impact.
Attachments
Issue Links
- is caused by
-
YUNIKORN-1886 Optimize scheduling cycle if there's no placeholder allocation or reservation
- Closed
- Testing discovered
-
YUNIKORN-2197 remove FitInMaxUndef from node code
- Closed
- links to