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

Reply via email to