Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
We found two issues when adding an application to a queue:
- Inside Queue.AddApplication(), we parse and process "quota" and "guaranteed" from the application tags, then we set them on the queue if they have a valid value. We shouldn't be doing this inside AddApplication(), but rather when we're constructing the application object. That way, they're already available when the app is being added.
- We an add application to the Queue, but this can be reverted immediately if the placeholder doesn't fit or the "sortType" is not FIFO.
Attachments
Issue Links
- causes
-
YUNIKORN-2633 Unnecessary warning from Partition when adding an application
- Resolved
-
YUNIKORN-2592 Remove spurious log from partition on app addition
- Open
- links to