Weiwei Yang created YUNIKORN-278:
------------------------------------

             Summary: Outstanding requests in queues with no max capacity set 
should always trigger auto-scaling
                 Key: YUNIKORN-278
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-278
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: core - scheduler
            Reporter: Weiwei Yang
            Assignee: Weiwei Yang


Currently, getMaxHeadRoom()  returns nil when capacity is not set, we expect 
this queue has unlimited capacity; however, resources.FitIn(headRoom, 
request.AllocatedResource)  will always return false in such case
this causes the problem if the queue has no capacity set, pods will not be set 
to unschedulable to trigger auto-scaling (we expect this is always setting to 
unschedulable)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org

Reply via email to