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

Duplicate declaration of ApplicationId in RMAppManager#submitApplication method

Details

    • Reviewed

    Description

      ApplicationId is declared double in RMAppManager.

      Attachments

        Activity

          hadoopqa Hadoop QA added a comment -



          -1 overall



          Vote Subsystem Runtime Comment
          0 pre-patch 16m 36s Pre-patch trunk compilation is healthy.
          +1 @author 0m 0s The patch does not contain any @author tags.
          -1 tests included 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
          +1 javac 7m 41s There were no new javac warning messages.
          +1 javadoc 9m 51s There were no new javadoc warning messages.
          +1 release audit 0m 23s The applied patch does not increase the total number of release audit warnings.
          +1 checkstyle 0m 49s There were no new checkstyle issues.
          +1 whitespace 0m 0s The patch has no lines that end in whitespace.
          +1 install 1m 28s mvn install still works.
          +1 eclipse:eclipse 0m 33s The patch built with eclipse:eclipse.
          +1 findbugs 1m 28s The patch does not introduce any new Findbugs (version 3.0.0) warnings.
          -1 yarn tests 54m 31s Tests failed in hadoop-yarn-server-resourcemanager.
              93m 23s  



          Reason Tests
          Failed unit tests hadoop.yarn.server.resourcemanager.TestRMHA
            hadoop.yarn.server.resourcemanager.scheduler.fair.TestAllocationFileLoaderService



          Subsystem Report/Notes
          Patch URL http://issues.apache.org/jira/secure/attachment/12754621/YARN-4130.00.patch
          Optional Tests javadoc javac unit findbugs checkstyle
          git revision trunk / 435f935
          hadoop-yarn-server-resourcemanager test log https://builds.apache.org/job/PreCommit-YARN-Build/9036/artifact/patchprocess/testrun_hadoop-yarn-server-resourcemanager.txt
          Test Results https://builds.apache.org/job/PreCommit-YARN-Build/9036/testReport/
          Java 1.7.0_55
          uname Linux asf906.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
          Console output https://builds.apache.org/job/PreCommit-YARN-Build/9036/console

          This message was automatically generated.

          hadoopqa Hadoop QA added a comment - -1 overall Vote Subsystem Runtime Comment 0 pre-patch 16m 36s Pre-patch trunk compilation is healthy. +1 @author 0m 0s The patch does not contain any @author tags. -1 tests included 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. +1 javac 7m 41s There were no new javac warning messages. +1 javadoc 9m 51s There were no new javadoc warning messages. +1 release audit 0m 23s The applied patch does not increase the total number of release audit warnings. +1 checkstyle 0m 49s There were no new checkstyle issues. +1 whitespace 0m 0s The patch has no lines that end in whitespace. +1 install 1m 28s mvn install still works. +1 eclipse:eclipse 0m 33s The patch built with eclipse:eclipse. +1 findbugs 1m 28s The patch does not introduce any new Findbugs (version 3.0.0) warnings. -1 yarn tests 54m 31s Tests failed in hadoop-yarn-server-resourcemanager.     93m 23s   Reason Tests Failed unit tests hadoop.yarn.server.resourcemanager.TestRMHA   hadoop.yarn.server.resourcemanager.scheduler.fair.TestAllocationFileLoaderService Subsystem Report/Notes Patch URL http://issues.apache.org/jira/secure/attachment/12754621/YARN-4130.00.patch Optional Tests javadoc javac unit findbugs checkstyle git revision trunk / 435f935 hadoop-yarn-server-resourcemanager test log https://builds.apache.org/job/PreCommit-YARN-Build/9036/artifact/patchprocess/testrun_hadoop-yarn-server-resourcemanager.txt Test Results https://builds.apache.org/job/PreCommit-YARN-Build/9036/testReport/ Java 1.7.0_55 uname Linux asf906.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Console output https://builds.apache.org/job/PreCommit-YARN-Build/9036/console This message was automatically generated.
          adhoot Anubhav Dhoot added a comment -

          LGTM the failures look unrelated

          adhoot Anubhav Dhoot added a comment - LGTM the failures look unrelated
          lewuathe Kai added a comment -

          adhoot Thank you so much for checking it? Can someone merge this?

          lewuathe Kai added a comment - adhoot Thank you so much for checking it? Can someone merge this?
          kshukla Kuhu Shukla added a comment -

          +1 (non-binding).

          kshukla Kuhu Shukla added a comment - +1 (non-binding).

          +1 LGTM

          rohithsharma Rohith Sharma K S added a comment - +1 LGTM

          committed to branch-2/trunk.. thanks lewuathe for your contributions!!
          thanks Anubhav and Kuhu Shukla for the review.

          rohithsharma Rohith Sharma K S added a comment - committed to branch-2/trunk.. thanks lewuathe for your contributions!! thanks Anubhav and Kuhu Shukla for the review.
          hudson Hudson added a comment -

          FAILURE: Integrated in Hadoop-trunk-Commit #8723 (See https://builds.apache.org/job/Hadoop-trunk-Commit/8723/)
          YARN-4130. Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e)

          • hadoop-yarn-project/CHANGES.txt
          • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          hudson Hudson added a comment - FAILURE: Integrated in Hadoop-trunk-Commit #8723 (See https://builds.apache.org/job/Hadoop-trunk-Commit/8723/ ) YARN-4130 . Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e) hadoop-yarn-project/CHANGES.txt hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          hudson Hudson added a comment -

          FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #599 (See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/599/)
          YARN-4130. Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e)

          • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          • hadoop-yarn-project/CHANGES.txt
          hudson Hudson added a comment - FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #599 (See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/599/ ) YARN-4130 . Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java hadoop-yarn-project/CHANGES.txt
          hudson Hudson added a comment -

          FAILURE: Integrated in Hadoop-Mapreduce-trunk #2542 (See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2542/)
          YARN-4130. Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e)

          • hadoop-yarn-project/CHANGES.txt
          • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          hudson Hudson added a comment - FAILURE: Integrated in Hadoop-Mapreduce-trunk #2542 (See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2542/ ) YARN-4130 . Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e) hadoop-yarn-project/CHANGES.txt hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          hudson Hudson added a comment -

          FAILURE: Integrated in Hadoop-Yarn-trunk #1335 (See https://builds.apache.org/job/Hadoop-Yarn-trunk/1335/)
          YARN-4130. Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e)

          • hadoop-yarn-project/CHANGES.txt
          • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          hudson Hudson added a comment - FAILURE: Integrated in Hadoop-Yarn-trunk #1335 (See https://builds.apache.org/job/Hadoop-Yarn-trunk/1335/ ) YARN-4130 . Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e) hadoop-yarn-project/CHANGES.txt hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          hudson Hudson added a comment -

          FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #612 (See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/612/)
          YARN-4130. Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e)

          • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          • hadoop-yarn-project/CHANGES.txt
          hudson Hudson added a comment - FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #612 (See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/612/ ) YARN-4130 . Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java hadoop-yarn-project/CHANGES.txt
          hudson Hudson added a comment -

          FAILURE: Integrated in Hadoop-Hdfs-trunk #2488 (See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2488/)
          YARN-4130. Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e)

          • hadoop-yarn-project/CHANGES.txt
          • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          hudson Hudson added a comment - FAILURE: Integrated in Hadoop-Hdfs-trunk #2488 (See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2488/ ) YARN-4130 . Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e) hadoop-yarn-project/CHANGES.txt hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          hudson Hudson added a comment -

          FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #550 (See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/550/)
          YARN-4130. Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e)

          • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
          • hadoop-yarn-project/CHANGES.txt
          hudson Hudson added a comment - FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #550 (See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/550/ ) YARN-4130 . Duplicate declaration of ApplicationId in (rohithsharmaks: rev 656c8f952738f469766ede729dc0f25a3ce4214e) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java hadoop-yarn-project/CHANGES.txt

          People

            lewuathe Kai
            lewuathe Kai
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: