[ 
https://issues.apache.org/jira/browse/YUNIKORN-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Condit resolved YUNIKORN-1658.
------------------------------------
    Fix Version/s: 1.3.0
       Resolution: Fixed

Merged to master.

> autoscaling is not triggered for requests with unlimited resources
> ------------------------------------------------------------------
>
>                 Key: YUNIKORN-1658
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1658
>             Project: Apache YuniKorn
>          Issue Type: Bug
>          Components: core - scheduler
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0
>            Reporter: Wilfred Spiegelenburg
>            Assignee: Wilfred Spiegelenburg
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.3.0
>
>
> Auto scaling is triggered by marking pods as unschedulable. The core triggers 
> the checks to mark pods unschedulable. The checks is based on the maximum 
> resource quotas for the queues and the requested resources.
> The number of requests to mark outstanding can never exceed the resources 
> amount available within the quota for the queues.
> If a request has unlimited resource types in a limited queue scale up will 
> not be triggered due to failures in the headroom calculation. The headroom 
> calculation for the resource type that is not limited will become negative. 
> This then breaks the "fit in" check as the unlimited resource is now defined 
> as a negative value.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to