Skip to content

Conversation

@hunshenshi
Copy link
Contributor

In nodes page of router web, there only are node info, No cluster id corresponding to the node.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 118 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 47 Maven dependency ordering for branch
+1 mvninstall 1226 trunk passed
+1 compile 201 trunk passed
+1 checkstyle 59 trunk passed
+1 mvnsite 87 trunk passed
+1 shadedclient 876 branch has no errors when building and testing our client artifacts.
+1 javadoc 57 trunk passed
0 spotbugs 44 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 148 trunk passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 71 the patch passed
+1 compile 188 the patch passed
+1 javac 188 the patch passed
-0 checkstyle 49 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 3 new + 100 unchanged - 0 fixed = 103 total (was 100)
+1 mvnsite 80 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 792 patch has no errors when building and testing our client artifacts.
+1 javadoc 45 the patch passed
+1 findbugs 156 the patch passed
_ Other Tests _
-1 unit 6867 hadoop-yarn-server-resourcemanager in the patch failed.
+1 unit 105 hadoop-yarn-server-router in the patch passed.
+1 asflicense 34 The patch does not generate ASF License warnings.
11265
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesReservation
hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
hadoop.yarn.server.resourcemanager.rmapp.TestRMAppTransitions
hadoop.yarn.server.resourcemanager.TestRMEmbeddedElector
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/1/artifact/out/Dockerfile
GITHUB PR #1018
JIRA Issue YARN-9643
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 57d2f1e82829 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / a79bdf7
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/1/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/1/testReport/
Max. process+thread count 860 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/1/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

YarnConfiguration.RM_RESOURCE_TRACKER_ADDRESS,
YarnConfiguration.DEFAULT_RM_RESOURCE_TRACKER_ADDRESS,
server.getListenerAddress());
clusterId = conf.get(YarnConfiguration.RM_CLUSTER_ID, "default-cluster");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"default-cluster" should be a constant somewhere.
Probably "_DEFAULT".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @goiri , I will use YarnConfiguration.DEFAULT_RM_CLUSTER_ID

}

@Override
public String getClusterID() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs some tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will add a test in TestNodesListManager

@hunshenshi
Copy link
Contributor Author

add constant and test.
Thanks @goiri

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 35 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 29 Maven dependency ordering for branch
+1 mvninstall 1077 trunk passed
+1 compile 173 trunk passed
+1 checkstyle 53 trunk passed
+1 mvnsite 84 trunk passed
+1 shadedclient 821 branch has no errors when building and testing our client artifacts.
+1 javadoc 55 trunk passed
0 spotbugs 46 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 137 trunk passed
_ Patch Compile Tests _
0 mvndep 11 Maven dependency ordering for patch
+1 mvninstall 64 the patch passed
+1 compile 166 the patch passed
+1 javac 166 the patch passed
-0 checkstyle 45 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 72 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 725 patch has no errors when building and testing our client artifacts.
+1 javadoc 43 the patch passed
+1 findbugs 150 the patch passed
_ Other Tests _
-1 unit 4976 hadoop-yarn-server-resourcemanager in the patch failed.
+1 unit 106 hadoop-yarn-server-router in the patch passed.
+1 asflicense 32 The patch does not generate ASF License warnings.
8880
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/2/artifact/out/Dockerfile
GITHUB PR #1018
JIRA Issue YARN-9643
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 3699f50551fa 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 4848280
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/2/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/2/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/2/testReport/
Max. process+thread count 909 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/2/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@goiri goiri changed the title YARN-9643:Federation: Add subClusterID in nodes page of Router web YARN-9643. Federation: Add subClusterID in nodes page of Router web Jun 27, 2019
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 31 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 1032 trunk passed
+1 compile 163 trunk passed
+1 checkstyle 46 trunk passed
+1 mvnsite 74 trunk passed
+1 shadedclient 730 branch has no errors when building and testing our client artifacts.
+1 javadoc 46 trunk passed
0 spotbugs 39 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 128 trunk passed
_ Patch Compile Tests _
0 mvndep 11 Maven dependency ordering for patch
+1 mvninstall 65 the patch passed
+1 compile 161 the patch passed
+1 javac 161 the patch passed
-0 checkstyle 42 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 67 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 653 patch has no errors when building and testing our client artifacts.
+1 javadoc 42 the patch passed
+1 findbugs 143 the patch passed
_ Other Tests _
-1 unit 4958 hadoop-yarn-server-resourcemanager in the patch failed.
+1 unit 105 hadoop-yarn-server-router in the patch passed.
+1 asflicense 33 The patch does not generate ASF License warnings.
8565
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/3/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux b4c70eec13e9 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / be80334
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/3/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/3/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/3/testReport/
Max. process+thread count 912 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/3/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 140 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 19 Maven dependency ordering for branch
+1 mvninstall 1451 trunk passed
+1 compile 247 trunk passed
+1 checkstyle 69 trunk passed
+1 mvnsite 102 trunk passed
+1 shadedclient 1063 branch has no errors when building and testing our client artifacts.
+1 javadoc 71 trunk passed
0 spotbugs 53 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 176 trunk passed
_ Patch Compile Tests _
0 mvndep 18 Maven dependency ordering for patch
+1 mvninstall 92 the patch passed
+1 compile 220 the patch passed
+1 javac 220 the patch passed
-0 checkstyle 61 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 99 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 971 patch has no errors when building and testing our client artifacts.
+1 javadoc 65 the patch passed
+1 findbugs 194 the patch passed
_ Other Tests _
-1 unit 5505 hadoop-yarn-server-resourcemanager in the patch failed.
-1 unit 25 hadoop-yarn-server-router in the patch failed.
+1 asflicense 31 The patch does not generate ASF License warnings.
10647
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.rmcontainer.TestRMContainerImpl
hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption
hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
hadoop.yarn.server.resourcemanager.webapp.TestRMWebServices
hadoop.yarn.server.resourcemanager.TestAppManager
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/4/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux a8dabdb3b53e 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 4e66cb9
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/4/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/4/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/4/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/4/testReport/
Max. process+thread count 862 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/4/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 47 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 18 Maven dependency ordering for branch
+1 mvninstall 1087 trunk passed
+1 compile 175 trunk passed
+1 checkstyle 55 trunk passed
+1 mvnsite 87 trunk passed
+1 shadedclient 835 branch has no errors when building and testing our client artifacts.
+1 javadoc 57 trunk passed
0 spotbugs 46 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 143 trunk passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 70 the patch passed
+1 compile 169 the patch passed
+1 javac 169 the patch passed
-0 checkstyle 47 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 74 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 749 patch has no errors when building and testing our client artifacts.
+1 javadoc 52 the patch passed
+1 findbugs 156 the patch passed
_ Other Tests _
-1 unit 5016 hadoop-yarn-server-resourcemanager in the patch failed.
+1 unit 108 hadoop-yarn-server-router in the patch passed.
+1 asflicense 35 The patch does not generate ASF License warnings.
9026
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/5/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux f3df08fec98a 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / c0a0c35
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/5/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/5/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/5/testReport/
Max. process+thread count 883 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/5/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 48 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 1033 trunk passed
+1 compile 167 trunk passed
+1 checkstyle 49 trunk passed
+1 mvnsite 82 trunk passed
+1 shadedclient 739 branch has no errors when building and testing our client artifacts.
+1 javadoc 48 trunk passed
0 spotbugs 41 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 131 trunk passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 66 the patch passed
+1 compile 177 the patch passed
+1 javac 177 the patch passed
-0 checkstyle 27 The patch fails to run checkstyle in hadoop-yarn-server
+1 mvnsite 73 the patch passed
+1 whitespace 2 The patch has no whitespace issues.
+1 shadedclient 688 patch has no errors when building and testing our client artifacts.
+1 javadoc 43 the patch passed
-1 findbugs 21 hadoop-yarn-server-router in the patch failed.
_ Other Tests _
-1 unit 4813 hadoop-yarn-server-resourcemanager in the patch failed.
-1 unit 21 hadoop-yarn-server-router in the patch failed.
+1 asflicense 25 The patch does not generate ASF License warnings.
8381
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacityScheduler
hadoop.yarn.server.resourcemanager.TestResourceTrackerService
hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/6/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux c918c66350e3 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 17e8cf5
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/6/artifact/out//home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-1018/out/maven-patch-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/6/artifact/out/patch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/6/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/6/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/6/testReport/
Max. process+thread count 924 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/6/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 43 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 1098 trunk passed
+1 compile 157 trunk passed
+1 checkstyle 49 trunk passed
+1 mvnsite 71 trunk passed
+1 shadedclient 754 branch has no errors when building and testing our client artifacts.
+1 javadoc 54 trunk passed
0 spotbugs 37 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 132 trunk passed
_ Patch Compile Tests _
0 mvndep 11 Maven dependency ordering for patch
+1 mvninstall 65 the patch passed
+1 compile 143 the patch passed
+1 javac 143 the patch passed
-0 checkstyle 44 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 61 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 709 patch has no errors when building and testing our client artifacts.
+1 javadoc 40 the patch passed
+1 findbugs 137 the patch passed
_ Other Tests _
-1 unit 4883 hadoop-yarn-server-resourcemanager in the patch failed.
-1 unit 16 hadoop-yarn-server-router in the patch failed.
+1 asflicense 30 The patch does not generate ASF License warnings.
8548
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestNodeLabelContainerAllocation
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/7/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux d7a782231a87 4.4.0-157-generic #185-Ubuntu SMP Tue Jul 23 09:17:01 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 70b4617
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/7/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/7/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/7/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/7/testReport/
Max. process+thread count 895 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/7/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 43 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 1188 trunk passed
+1 compile 178 trunk passed
+1 checkstyle 50 trunk passed
+1 mvnsite 72 trunk passed
+1 shadedclient 787 branch has no errors when building and testing our client artifacts.
+1 javadoc 51 trunk passed
0 spotbugs 43 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 156 trunk passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 81 the patch passed
+1 compile 172 the patch passed
+1 javac 172 the patch passed
-0 checkstyle 53 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 73 the patch passed
+1 whitespace 1 The patch has no whitespace issues.
+1 shadedclient 795 patch has no errors when building and testing our client artifacts.
+1 javadoc 52 the patch passed
+1 findbugs 165 the patch passed
_ Other Tests _
-1 unit 5054 hadoop-yarn-server-resourcemanager in the patch failed.
+1 unit 104 hadoop-yarn-server-router in the patch passed.
+1 asflicense 30 The patch does not generate ASF License warnings.
9165
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/8/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux a235017192ce 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 397a563
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/8/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/8/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/8/testReport/
Max. process+thread count 923 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/8/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 65 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 1049 trunk passed
+1 compile 144 trunk passed
+1 checkstyle 46 trunk passed
+1 mvnsite 63 trunk passed
+1 shadedclient 750 branch has no errors when building and testing our client artifacts.
+1 javadoc 47 trunk passed
0 spotbugs 36 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 130 trunk passed
_ Patch Compile Tests _
0 mvndep 11 Maven dependency ordering for patch
+1 mvninstall 67 the patch passed
+1 compile 139 the patch passed
+1 javac 139 the patch passed
-0 checkstyle 42 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 58 the patch passed
+1 whitespace 1 The patch has no whitespace issues.
+1 shadedclient 711 patch has no errors when building and testing our client artifacts.
+1 javadoc 47 the patch passed
+1 findbugs 146 the patch passed
_ Other Tests _
-1 unit 5164 hadoop-yarn-server-resourcemanager in the patch failed.
-1 unit 16 hadoop-yarn-server-router in the patch failed.
+1 asflicense 26 The patch does not generate ASF License warnings.
8772
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
hadoop.yarn.server.resourcemanager.ahs.TestRMApplicationHistoryWriter
hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/9/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 13e5189b260d 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / e356e4f
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/9/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/9/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/9/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/9/testReport/
Max. process+thread count 883 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/9/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 137 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 33 Maven dependency ordering for branch
+1 mvninstall 1471 trunk passed
+1 compile 212 trunk passed
+1 checkstyle 73 trunk passed
+1 mvnsite 91 trunk passed
+1 shadedclient 953 branch has no errors when building and testing our client artifacts.
+1 javadoc 51 trunk passed
0 spotbugs 42 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 136 trunk passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 72 the patch passed
+1 compile 153 the patch passed
+1 javac 153 the patch passed
-0 checkstyle 50 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 104 unchanged - 0 fixed = 114 total (was 104)
+1 mvnsite 65 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 870 patch has no errors when building and testing our client artifacts.
+1 javadoc 49 the patch passed
-1 findbugs 19 hadoop-yarn-server-router in the patch failed.
_ Other Tests _
-1 unit 5250 hadoop-yarn-server-resourcemanager in the patch failed.
-1 unit 19 hadoop-yarn-server-router in the patch failed.
+1 asflicense 31 The patch does not generate ASF License warnings.
9870
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.metrics.TestCombinedSystemMetricsPublisher
hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/10/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux e683320ffeb6 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 094d736
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/10/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/10/artifact/out/patch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/10/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/10/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/10/testReport/
Max. process+thread count 914 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/10/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 40 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 1123 trunk passed
+1 compile 144 trunk passed
+1 checkstyle 44 trunk passed
+1 mvnsite 62 trunk passed
+1 shadedclient 739 branch has no errors when building and testing our client artifacts.
+1 javadoc 49 trunk passed
0 spotbugs 37 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 124 trunk passed
_ Patch Compile Tests _
0 mvndep 11 Maven dependency ordering for patch
+1 mvninstall 67 the patch passed
+1 compile 146 the patch passed
+1 javac 146 the patch passed
-0 checkstyle 42 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 60 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 718 patch has no errors when building and testing our client artifacts.
+1 javadoc 40 the patch passed
-1 findbugs 14 hadoop-yarn-server-router in the patch failed.
_ Other Tests _
-1 unit 4709 hadoop-yarn-server-resourcemanager in the patch failed.
-1 unit 15 hadoop-yarn-server-router in the patch failed.
+1 asflicense 26 The patch does not generate ASF License warnings.
8315
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestIncreaseAllocationExpirer
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacitySchedulerQueueACLs
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacitySchedulerSchedulingRequestUpdate
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/11/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 0f25c00c4c1f 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 69ddb36
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/11/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/11/artifact/out/patch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/11/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/11/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/11/testReport/
Max. process+thread count 918 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/11/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 76 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 1211 trunk passed
+1 compile 162 trunk passed
+1 checkstyle 54 trunk passed
+1 mvnsite 72 trunk passed
+1 shadedclient 895 branch has no errors when building and testing our client artifacts.
+1 javadoc 52 trunk passed
0 spotbugs 41 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 139 trunk passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 71 the patch passed
+1 compile 153 the patch passed
+1 javac 153 the patch passed
-0 checkstyle 47 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 68 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 845 patch has no errors when building and testing our client artifacts.
+1 javadoc 55 the patch passed
-1 findbugs 16 hadoop-yarn-server-router in the patch failed.
_ Other Tests _
-1 unit 5275 hadoop-yarn-server-resourcemanager in the patch failed.
-1 unit 17 hadoop-yarn-server-router in the patch failed.
+1 asflicense 29 The patch does not generate ASF License warnings.
9404
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/12/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux b2ea5578f75a 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 3329257
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/12/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/12/artifact/out/patch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/12/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/12/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/12/testReport/
Max. process+thread count 800 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/12/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 33 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 1228 trunk passed
+1 compile 185 trunk passed
+1 checkstyle 57 trunk passed
+1 mvnsite 74 trunk passed
+1 shadedclient 880 branch has no errors when building and testing our client artifacts.
+1 javadoc 53 trunk passed
0 spotbugs 39 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 139 trunk passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 68 the patch passed
+1 compile 154 the patch passed
+1 javac 154 the patch passed
-0 checkstyle 52 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server: The patch generated 10 new + 103 unchanged - 0 fixed = 113 total (was 103)
+1 mvnsite 68 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 806 patch has no errors when building and testing our client artifacts.
+1 javadoc 48 the patch passed
+1 findbugs 152 the patch passed
_ Other Tests _
-1 unit 4884 hadoop-yarn-server-resourcemanager in the patch failed.
-1 unit 17 hadoop-yarn-server-router in the patch failed.
+1 asflicense 30 The patch does not generate ASF License warnings.
8979
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.rmapp.TestApplicationLifetimeMonitor
hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodes
hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesAppsCustomResourceTypes
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/13/artifact/out/Dockerfile
GITHUB PR #1018
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 537c3143015a 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 915cbc9
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/13/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/13/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/13/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/13/testReport/
Max. process+thread count 812 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1018/13/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

int usedMemory = (int) info.getUsedMemory();
int availableMemory = (int) info.getAvailableMemory();
TR<TBODY<TABLE<Hamlet>>> row = tbody.tr();
row.td().__(info.getClusterId());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you attach a screenshot with the end result?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I lost the screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants