[ 
https://issues.apache.org/jira/browse/YUNIKORN-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193101#comment-17193101
 ] 

Weiwei Yang commented on YUNIKORN-384:
--------------------------------------

This is a known issue. To resolve this, we will need to get YUNIKORN-359 (the 
REST API redesign work) first.

> [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
>            Priority: Major
>
> 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.3.4#803005)

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

Reply via email to