Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YARN-9509: Added a configuration for admins to be able to capped per-container cpu usage based on a multiplier #766

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

ashangit
Copy link

Add a multiplier configuration on strict resource usage to authorize container to use spare cpu up to a limit.
Currently with strict resource usage you can't get more than what you request which is sometime not good for jobs that doesn't have a constant usage of cpu (for ex. spark jobs with multiple stages).
But without strict resource usage we have seen some bad behaviour from our users that don't tune at all their needs and it leads to some containers requesting 2 vcore but constantly using 20.
The idea here is to still authorize containers to get more cpu than what they request if some are free but also to avoid too big differencies so SLA on jobs is not breached if the cluster is full (at least increase of runtime is contain)

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 26 Docker mode activated.
_ Prechecks _
+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 182 Maven dependency ordering for branch
+1 mvninstall 1114 trunk passed
+1 compile 518 trunk passed
+1 checkstyle 68 trunk passed
+1 mvnsite 87 trunk passed
+1 shadedclient 785 branch has no errors when building and testing our client artifacts.
+1 findbugs 146 trunk passed
+1 javadoc 58 trunk passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 66 the patch passed
+1 compile 494 the patch passed
+1 javac 494 the patch passed
-0 checkstyle 65 hadoop-yarn-project/hadoop-yarn: The patch generated 6 new + 220 unchanged - 0 fixed = 226 total (was 220)
+1 mvnsite 81 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 716 patch has no errors when building and testing our client artifacts.
+1 findbugs 173 the patch passed
+1 javadoc 71 the patch passed
_ Other Tests _
-1 unit 49 hadoop-yarn-api in the patch failed.
+1 unit 1270 hadoop-yarn-server-nodemanager in the patch passed.
+1 asflicense 38 The patch does not generate ASF License warnings.
6062
Reason Tests
Failed junit tests TEST-TestYarnConfigurationFields
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/1/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux cf20ec8f1d32 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 / e1c5ddf
maven version: Apache Maven 3.3.9
Default Java 1.8.0_191
findbugs v3.1.0-RC1
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/1/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-766/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-api.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/1/testReport/
Max. process+thread count 447 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/1/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 23 Docker mode activated.
_ Prechecks _
+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 41 Maven dependency ordering for branch
+1 mvninstall 1028 trunk passed
+1 compile 525 trunk passed
+1 checkstyle 79 trunk passed
+1 mvnsite 155 trunk passed
+1 shadedclient 937 branch has no errors when building and testing our client artifacts.
+1 findbugs 251 trunk passed
+1 javadoc 128 trunk passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 108 the patch passed
+1 compile 483 the patch passed
+1 javac 483 the patch passed
-0 checkstyle 76 hadoop-yarn-project/hadoop-yarn: The patch generated 6 new + 221 unchanged - 0 fixed = 227 total (was 221)
+1 mvnsite 146 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 2 The patch has no ill-formed XML file.
+1 shadedclient 734 patch has no errors when building and testing our client artifacts.
+1 findbugs 280 the patch passed
+1 javadoc 117 the patch passed
_ Other Tests _
+1 unit 56 hadoop-yarn-api in the patch passed.
+1 unit 243 hadoop-yarn-common in the patch passed.
+1 unit 1304 hadoop-yarn-server-nodemanager in the patch passed.
+1 asflicense 46 The patch does not generate ASF License warnings.
6762
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/2/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux f407dda8033b 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 / 0b3d41b
maven version: Apache Maven 3.3.9
Default Java 1.8.0_191
findbugs v3.1.0-RC1
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/2/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/2/testReport/
Max. process+thread count 410 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/2/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

Copy link
Member

@jiwq jiwq left a comment

Choose a reason for hiding this comment

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

Hi @ashangit , thanks for your patch. But I have some suggestions for the style nits.

@@ -138,13 +139,18 @@ void initConfig() throws IOException {
.NM_LINUX_CONTAINER_CGROUPS_STRICT_RESOURCE_USAGE,
YarnConfiguration
.DEFAULT_NM_LINUX_CONTAINER_CGROUPS_STRICT_RESOURCE_USAGE);
this.cappedMultiplier =
Copy link
Member

@jiwq jiwq May 4, 2019

Choose a reason for hiding this comment

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

Suggested change
this.cappedMultiplier =
this.cappedMultiplier = conf.getFloat(

@@ -138,13 +139,18 @@ void initConfig() throws IOException {
.NM_LINUX_CONTAINER_CGROUPS_STRICT_RESOURCE_USAGE,
YarnConfiguration
.DEFAULT_NM_LINUX_CONTAINER_CGROUPS_STRICT_RESOURCE_USAGE);
this.cappedMultiplier =
conf
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
conf

@@ -138,13 +139,18 @@ void initConfig() throws IOException {
.NM_LINUX_CONTAINER_CGROUPS_STRICT_RESOURCE_USAGE,
YarnConfiguration
.DEFAULT_NM_LINUX_CONTAINER_CGROUPS_STRICT_RESOURCE_USAGE);
this.cappedMultiplier =
conf
.getFloat(
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
.getFloat(

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 461 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 48 Maven dependency ordering for branch
+1 mvninstall 1150 trunk passed
+1 compile 544 trunk passed
+1 checkstyle 80 trunk passed
+1 mvnsite 141 trunk passed
+1 shadedclient 962 branch has no errors when building and testing our client artifacts.
+1 javadoc 116 trunk passed
0 spotbugs 93 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 309 trunk passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 127 the patch passed
+1 compile 581 the patch passed
+1 javac 581 the patch passed
-0 checkstyle 77 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 135 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 792 patch has no errors when building and testing our client artifacts.
+1 javadoc 114 the patch passed
+1 findbugs 320 the patch passed
_ Other Tests _
+1 unit 51 hadoop-yarn-api in the patch passed.
+1 unit 222 hadoop-yarn-common in the patch passed.
+1 unit 1259 hadoop-yarn-server-nodemanager in the patch passed.
+1 asflicense 43 The patch does not generate ASF License warnings.
7528
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/3/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux d780d5be3ec7 4.4.0-143-generic #169~14.04.2-Ubuntu SMP Wed Feb 13 15:00:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 1d70c8c
Default Java 1.8.0_191
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/3/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/3/testReport/
Max. process+thread count 309 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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.

Copy link
Member

@jiwq jiwq left a comment

Choose a reason for hiding this comment

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

+1 (non-binding)

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 68 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 16 Maven dependency ordering for branch
+1 mvninstall 1121 trunk passed
+1 compile 709 trunk passed
+1 checkstyle 77 trunk passed
+1 mvnsite 153 trunk passed
+1 shadedclient 936 branch has no errors when building and testing our client artifacts.
+1 javadoc 114 trunk passed
0 spotbugs 81 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 294 trunk passed
_ Patch Compile Tests _
0 mvndep 17 Maven dependency ordering for patch
+1 mvninstall 105 the patch passed
+1 compile 610 the patch passed
+1 javac 610 the patch passed
-0 checkstyle 69 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 122 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 700 patch has no errors when building and testing our client artifacts.
+1 javadoc 95 the patch passed
+1 findbugs 302 the patch passed
_ Other Tests _
+1 unit 57 hadoop-yarn-api in the patch passed.
+1 unit 231 hadoop-yarn-common in the patch passed.
-1 unit 1190 hadoop-yarn-server-nodemanager in the patch failed.
-1 asflicense 44 The patch generated 1 ASF License warnings.
7004
Subsystem Report/Notes
Docker Client=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/4/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux 3c0367d3c3f4 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 / 6282c02
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/4/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-766/4/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/4/testReport/
asflicense https://builds.apache.org/job/hadoop-multibranch/job/PR-766/4/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 412 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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 142 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 65 Maven dependency ordering for branch
+1 mvninstall 1289 trunk passed
+1 compile 612 trunk passed
+1 checkstyle 81 trunk passed
+1 mvnsite 152 trunk passed
+1 shadedclient 1009 branch has no errors when building and testing our client artifacts.
+1 javadoc 123 trunk passed
0 spotbugs 100 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 348 trunk passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 117 the patch passed
+1 compile 475 the patch passed
+1 javac 475 the patch passed
-0 checkstyle 78 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 151 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 808 patch has no errors when building and testing our client artifacts.
+1 javadoc 121 the patch passed
+1 findbugs 339 the patch passed
_ Other Tests _
+1 unit 58 hadoop-yarn-api in the patch passed.
+1 unit 237 hadoop-yarn-common in the patch passed.
+1 unit 1291 hadoop-yarn-server-nodemanager in the patch passed.
+1 asflicense 45 The patch does not generate ASF License warnings.
7564
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/5/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux 46f1703f2c2c 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 / c0a0c35
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/5/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/5/testReport/
Max. process+thread count 331 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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 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 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 15 Maven dependency ordering for branch
+1 mvninstall 1030 trunk passed
+1 compile 589 trunk passed
+1 checkstyle 71 trunk passed
+1 mvnsite 137 trunk passed
+1 shadedclient 907 branch has no errors when building and testing our client artifacts.
+1 javadoc 110 trunk passed
0 spotbugs 82 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 286 trunk passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 102 the patch passed
+1 compile 507 the patch passed
+1 javac 507 the patch passed
-0 checkstyle 68 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 139 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 673 patch has no errors when building and testing our client artifacts.
+1 javadoc 105 the patch passed
+1 findbugs 314 the patch passed
_ Other Tests _
+1 unit 53 hadoop-yarn-api in the patch passed.
+1 unit 231 hadoop-yarn-common in the patch passed.
+1 unit 1289 hadoop-yarn-server-nodemanager in the patch passed.
+1 asflicense 48 The patch does not generate ASF License warnings.
6722
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/6/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux be1218267c53 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 / e20b195
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/6/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/6/testReport/
Max. process+thread count 447 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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 94 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 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 19 Maven dependency ordering for branch
+1 mvninstall 1276 trunk passed
+1 compile 586 trunk passed
+1 checkstyle 79 trunk passed
+1 mvnsite 139 trunk passed
+1 shadedclient 1003 branch has no errors when building and testing our client artifacts.
+1 javadoc 122 trunk passed
0 spotbugs 94 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 324 trunk passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 118 the patch passed
+1 compile 502 the patch passed
+1 javac 502 the patch passed
-0 checkstyle 77 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 131 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 854 patch has no errors when building and testing our client artifacts.
+1 javadoc 118 the patch passed
+1 findbugs 345 the patch passed
_ Other Tests _
+1 unit 57 hadoop-yarn-api in the patch passed.
+1 unit 244 hadoop-yarn-common in the patch passed.
-1 unit 1286 hadoop-yarn-server-nodemanager in the patch failed.
+1 asflicense 46 The patch does not generate ASF License warnings.
7451
Reason Tests
Failed junit tests hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/7/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux 809a67252d4a 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 / 70b4617
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/7/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-766/7/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/7/testReport/
Max. process+thread count 308 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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 41 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 13 Maven dependency ordering for branch
+1 mvninstall 1037 trunk passed
+1 compile 533 trunk passed
+1 checkstyle 77 trunk passed
+1 mvnsite 125 trunk passed
+1 shadedclient 886 branch has no errors when building and testing our client artifacts.
+1 javadoc 116 trunk passed
0 spotbugs 82 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 286 trunk passed
_ Patch Compile Tests _
0 mvndep 17 Maven dependency ordering for patch
+1 mvninstall 105 the patch passed
+1 compile 483 the patch passed
+1 javac 483 the patch passed
-0 checkstyle 76 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 128 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 721 patch has no errors when building and testing our client artifacts.
+1 javadoc 107 the patch passed
+1 findbugs 296 the patch passed
_ Other Tests _
+1 unit 47 hadoop-yarn-api in the patch passed.
+1 unit 227 hadoop-yarn-common in the patch passed.
+1 unit 1281 hadoop-yarn-server-nodemanager in the patch passed.
+1 asflicense 48 The patch does not generate ASF License warnings.
6666
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/8/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux 1ee3bf325026 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 / 397a563
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/8/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/8/testReport/
Max. process+thread count 440 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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 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 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 15 Maven dependency ordering for branch
+1 mvninstall 1151 trunk passed
+1 compile 550 trunk passed
+1 checkstyle 65 trunk passed
+1 mvnsite 115 trunk passed
+1 shadedclient 829 branch has no errors when building and testing our client artifacts.
+1 javadoc 107 trunk passed
0 spotbugs 79 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 284 trunk passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 98 the patch passed
+1 compile 580 the patch passed
+1 javac 580 the patch passed
-0 checkstyle 66 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 220 unchanged - 0 fixed = 225 total (was 220)
+1 mvnsite 118 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 672 patch has no errors when building and testing our client artifacts.
+1 javadoc 103 the patch passed
+1 findbugs 304 the patch passed
_ Other Tests _
+1 unit 48 hadoop-yarn-api in the patch passed.
-1 unit 223 hadoop-yarn-common in the patch failed.
-1 unit 1150 hadoop-yarn-server-nodemanager in the patch failed.
+1 asflicense 40 The patch does not generate ASF License warnings.
6588
Reason Tests
Failed junit tests hadoop.yarn.client.api.impl.TestTimelineClientV2Impl
hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService
hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/9/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux d2c089f6d241 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_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/9/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-766/9/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-766/9/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/9/testReport/
Max. process+thread count 399 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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 42 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 12 Maven dependency ordering for branch
+1 mvninstall 1129 trunk passed
+1 compile 553 trunk passed
+1 checkstyle 69 trunk passed
+1 mvnsite 114 trunk passed
+1 shadedclient 822 branch has no errors when building and testing our client artifacts.
+1 javadoc 102 trunk passed
0 spotbugs 78 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 279 trunk passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 106 the patch passed
+1 compile 519 the patch passed
+1 javac 519 the patch passed
-0 checkstyle 72 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 111 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 690 patch has no errors when building and testing our client artifacts.
+1 javadoc 107 the patch passed
+1 findbugs 293 the patch passed
_ Other Tests _
+1 unit 52 hadoop-yarn-api in the patch passed.
-1 unit 219 hadoop-yarn-common in the patch failed.
-1 unit 25 hadoop-yarn-server-nodemanager in the patch failed.
+1 asflicense 38 The patch does not generate ASF License warnings.
5392
Reason Tests
Failed junit tests hadoop.yarn.util.resource.TestResources
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/10/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux 6c14a790bb6b 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 / 094d736
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/10/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-766/10/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-766/10/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/10/testReport/
Max. process+thread count 447 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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 46 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 16 Maven dependency ordering for branch
+1 mvninstall 1184 trunk passed
+1 compile 655 trunk passed
+1 checkstyle 78 trunk passed
+1 mvnsite 144 trunk passed
+1 shadedclient 922 branch has no errors when building and testing our client artifacts.
+1 javadoc 125 trunk passed
0 spotbugs 100 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 336 trunk passed
_ Patch Compile Tests _
0 mvndep 22 Maven dependency ordering for patch
+1 mvninstall 124 the patch passed
+1 compile 598 the patch passed
+1 javac 598 the patch passed
-0 checkstyle 79 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 138 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 2 The patch has no ill-formed XML file.
+1 shadedclient 730 patch has no errors when building and testing our client artifacts.
+1 javadoc 117 the patch passed
+1 findbugs 363 the patch passed
_ Other Tests _
+1 unit 59 hadoop-yarn-api in the patch passed.
+1 unit 248 hadoop-yarn-common in the patch passed.
-1 unit 1133 hadoop-yarn-server-nodemanager in the patch failed.
+1 asflicense 41 The patch does not generate ASF License warnings.
7151
Reason Tests
Failed junit tests hadoop.yarn.server.nodemanager.containermanager.TestContainerManager
hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/11/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux a0f9300b85eb 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 / 69ddb36
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/11/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-766/11/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/11/testReport/
Max. process+thread count 447 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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 42 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 17 Maven dependency ordering for branch
+1 mvninstall 1273 trunk passed
+1 compile 563 trunk passed
+1 checkstyle 88 trunk passed
+1 mvnsite 146 trunk passed
+1 shadedclient 993 branch has no errors when building and testing our client artifacts.
+1 javadoc 144 trunk passed
0 spotbugs 92 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 330 trunk passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 107 the patch passed
+1 compile 511 the patch passed
+1 javac 511 the patch passed
-0 checkstyle 79 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 129 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 2 The patch has no ill-formed XML file.
+1 shadedclient 795 patch has no errors when building and testing our client artifacts.
+1 javadoc 137 the patch passed
+1 findbugs 367 the patch passed
_ Other Tests _
+1 unit 53 hadoop-yarn-api in the patch passed.
+1 unit 232 hadoop-yarn-common in the patch passed.
+1 unit 1302 hadoop-yarn-server-nodemanager in the patch passed.
+1 asflicense 46 The patch does not generate ASF License warnings.
7366
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/12/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux 5d66bfa0b3ba 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 / 3329257
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/12/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/12/testReport/
Max. process+thread count 340 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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 69 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 1 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 17 Maven dependency ordering for branch
+1 mvninstall 1449 trunk passed
+1 compile 792 trunk passed
+1 checkstyle 97 trunk passed
+1 mvnsite 166 trunk passed
+1 shadedclient 1134 branch has no errors when building and testing our client artifacts.
+1 javadoc 154 trunk passed
0 spotbugs 104 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 363 trunk passed
_ Patch Compile Tests _
0 mvndep 18 Maven dependency ordering for patch
+1 mvninstall 133 the patch passed
+1 compile 659 the patch passed
+1 javac 659 the patch passed
-0 checkstyle 98 hadoop-yarn-project/hadoop-yarn: The patch generated 5 new + 219 unchanged - 0 fixed = 224 total (was 219)
+1 mvnsite 180 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 1016 patch has no errors when building and testing our client artifacts.
+1 javadoc 160 the patch passed
+1 findbugs 377 the patch passed
_ Other Tests _
+1 unit 52 hadoop-yarn-api in the patch passed.
+1 unit 231 hadoop-yarn-common in the patch passed.
-1 unit 1311 hadoop-yarn-server-nodemanager in the patch failed.
+1 asflicense 45 The patch does not generate ASF License warnings.
8522
Reason Tests
Failed junit tests hadoop.yarn.server.nodemanager.webapp.TestNMWebServicesAuxServices
hadoop.yarn.server.nodemanager.TestNodeStatusUpdater
hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-766/13/artifact/out/Dockerfile
GITHUB PR #766
JIRA Issue YARN-9509
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml
uname Linux baec3f92e0ad 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 / 915cbc9
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-766/13/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-766/13/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-766/13/testReport/
Max. process+thread count 342 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-766/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.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 4s #766 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
Subsystem Report/Notes
GITHUB PR #766
JIRA Issue YARN-9509
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-766/3/console
versions git=2.17.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 5s #766 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
Subsystem Report/Notes
GITHUB PR #766
JIRA Issue YARN-9509
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-766/1/console
versions git=2.17.1
Powered by Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 21s #766 does not apply to trunk. Rebase required? Wrong Branch? See https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute for help.
Subsystem Report/Notes
GITHUB PR #766
JIRA Issue YARN-9509
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-766/1/console
versions git=2.17.1
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants