You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Wilfred Spiegelenburg (Jira)" <ji...@apache.org> on 2022/04/07 02:10:00 UTC

[jira] [Resolved] (YUNIKORN-384) [webUI] UI doesn't parse partition info correctly with more than one partition

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

Wilfred Spiegelenburg resolved YUNIKORN-384.
--------------------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

With the move to the new web UI we now load partitions before queues etc. Issues is solved by changing the rest endpoint used in the UI

> [webUI] UI doesn't parse partition info correctly with more than one partition
> ------------------------------------------------------------------------------
>
>                 Key: YUNIKORN-384
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-384
>             Project: Apache YuniKorn
>          Issue Type: Bug
>            Reporter: Kinga Marton
>            Assignee: Akhil PB
>            Priority: Major
>             Fix For: 1.0.0
>
>
> When we have more than one partition defined, the Queues UI is empty.
> Use the following config to reproduce: 
> {code:yaml}
> configuration: |
>   partitions:
>     -
>       name: otherPart
>       queues:
>         -
>           name: root
>           submitacl: '*'
>           queues:
>             -
>               name: someQueue
>               resources:
>                 guaranteed:
>                   memory: 50000
>                   vcore: 5000
>                 max:
>                   memory: 80000
>                   vcore: 8000
>     -
>       name: default
>       queues:
>         -
>           name: root
>           submitacl: '*'
>           queues:
>             -
>               name: advertisement
>               resources:
>                 guaranteed:
>                   memory: 500000
>                   vcore: 50000
>                 max:
>                   memory: 800000
>                   vcore: 80000
> ...
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org