Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-384

[webUI] UI doesn't parse partition info correctly with more than one partition

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • None
    • None

    Description

      When we have more than one partition defined, the Queues UI is empty.

      Use the following config to reproduce: 

      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
      ...
      

      Attachments

        Issue Links

          Activity

            People

              akhilpb Akhil PB
              kmarton Kinga Marton
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: