Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-6883

AllocationFileLoaderService.reloadAllocations() should use a switch statement in the main tag parsing loop instead of the if/else-if/...

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.0.0-alpha4
    • None
    • fairscheduler

    Description

              if ("queue".equals(element.getTagName()) ||
                "pool".equals(element.getTagName())) {
                queueElements.add(element);
              } else if ("user".equals(element.getTagName())) {
              ...

      Attachments

        Issue Links

          Activity

            People

              LarryLo Larry Lo
              templedf Daniel Templeton
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: