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

FSAppAttempt has several variables that should be final

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      These should all be final:

        private long startTime;
        private Priority appPriority;
        private ResourceWeights resourceWeights;
        private FairScheduler scheduler;
        private Map<String, Set<String>> reservations = new HashMap<>();
        private List<FSSchedulerNode> blacklistNodeIds = new ArrayList<>();
      

      Attachments

        1. YARN-6381.001.patch
          2 kB
          Ameet Zaveri

        Activity

          People

            ameetz Ameet Zaveri
            templedf Daniel Templeton
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: