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

SLS generates a realtimetrack.json file but that file is missing the closing ']'

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      File hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/SchedulerMetrics.java shows:

        void tearDown() throws Exception {
          if (metricsLogBW != null)  {
            metricsLogBW.write("]");
            metricsLogBW.close();
          }
          ....
      

      So the exit logic is flawed.

      Attachments

        1. YARN-7200-branch-trunk.patch
          2 kB
          Agshin Kazimli
        2. snemeth-testing-20201113.zip
          23 kB
          Szilard Nemeth
        3. YARN-7200.002.patch
          3 kB
          Agshin Kazimli
        4. YARN-7200.003.patch
          4 kB
          Agshin Kazimli
        5. YARN-7200.004.patch
          4 kB
          Agshin Kazimli
        6. YARN-7200.005.patch
          5 kB
          Agshin Kazimli

        Activity

          People

            akshink Agshin Kazimli
            gsohn Grant Sohn
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: