You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Craig Condit (Jira)" <ji...@apache.org> on 2023/03/28 13:45:00 UTC

[jira] [Resolved] (YUNIKORN-1658) autoscaling is not triggered for requests with unlimited resources

     [ 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: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org