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-9479] Use Objects.equals(String,String) to avoid possible NullPointerException #738

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

Conversation

bd2019us
Copy link

@bd2019us bd2019us commented Apr 14, 2019

Hello,
I found that the String "queueName" may cause potential risk of
NullPointerException since it is immediately used after initialization and there is no null checker. One recommended API is Objects.equals(String,String) which can avoid this exception.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 42 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 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.
_ trunk Compile Tests _
+1 mvninstall 1203 trunk passed
+1 compile 47 trunk passed
+1 checkstyle 40 trunk passed
+1 mvnsite 51 trunk passed
+1 shadedclient 815 branch has no errors when building and testing our client artifacts.
-1 findbugs 75 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager in trunk has 2 extant Findbugs warnings.
+1 javadoc 30 trunk passed
_ Patch Compile Tests _
-1 mvninstall 25 hadoop-yarn-server-resourcemanager in the patch failed.
-1 compile 25 hadoop-yarn-server-resourcemanager in the patch failed.
-1 javac 25 hadoop-yarn-server-resourcemanager in the patch failed.
-0 checkstyle 35 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager: The patch generated 2 new + 14 unchanged - 0 fixed = 16 total (was 14)
-1 mvnsite 27 hadoop-yarn-server-resourcemanager in the patch failed.
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedclient 229 patch has errors when building and testing our client artifacts.
-1 findbugs 25 hadoop-yarn-server-resourcemanager in the patch failed.
+1 javadoc 27 the patch passed
_ Other Tests _
-1 unit 27 hadoop-yarn-server-resourcemanager in the patch failed.
+1 asflicense 26 The patch does not generate ASF License warnings.
2798
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-738/1/artifact/out/Dockerfile
GITHUB PR #738
JIRA Issue YARN-9479
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 7dc3bda83038 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 / b2cdf80
maven version: Apache Maven 3.3.9
Default Java 1.8.0_191
findbugs v3.1.0-RC1
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-738/1/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html
mvninstall https://builds.apache.org/job/hadoop-multibranch/job/PR-738/1/artifact/out/patch-mvninstall-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
compile https://builds.apache.org/job/hadoop-multibranch/job/PR-738/1/artifact/out/patch-compile-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
javac https://builds.apache.org/job/hadoop-multibranch/job/PR-738/1/artifact/out/patch-compile-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-738/1/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
mvnsite https://builds.apache.org/job/hadoop-multibranch/job/PR-738/1/artifact/out/patch-mvnsite-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-738/1/artifact/out/patch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-738/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-738/1/testReport/
Max. process+thread count 339 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/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 26 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 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.
_ trunk Compile Tests _
+1 mvninstall 1050 trunk passed
+1 compile 43 trunk passed
+1 checkstyle 40 trunk passed
+1 mvnsite 47 trunk passed
+1 shadedclient 676 branch has no errors when building and testing our client artifacts.
-1 findbugs 72 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager in trunk has 2 extant Findbugs warnings.
+1 javadoc 27 trunk passed
_ Patch Compile Tests _
+1 mvninstall 40 the patch passed
+1 compile 39 the patch passed
+1 javac 39 the patch passed
-0 checkstyle 31 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager: The patch generated 2 new + 14 unchanged - 0 fixed = 16 total (was 14)
+1 mvnsite 43 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 673 patch has no errors when building and testing our client artifacts.
+1 findbugs 79 the patch passed
+1 javadoc 26 the patch passed
_ Other Tests _
-1 unit 4663 hadoop-yarn-server-resourcemanager in the patch failed.
+1 asflicense 28 The patch does not generate ASF License warnings.
7633
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-738/2/artifact/out/Dockerfile
GITHUB PR #738
JIRA Issue YARN-9479
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 90a22cc098c3 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 / b2cdf80
maven version: Apache Maven 3.3.9
Default Java 1.8.0_191
findbugs v3.1.0-RC1
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-738/2/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-738/2/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-738/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-738/2/testReport/
Max. process+thread count 899 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/2/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 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 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.
_ trunk Compile Tests _
+1 mvninstall 1053 trunk passed
+1 compile 44 trunk passed
+1 checkstyle 30 trunk passed
+1 mvnsite 47 trunk passed
+1 shadedclient 691 branch has no errors when building and testing our client artifacts.
+1 javadoc 29 trunk passed
0 spotbugs 103 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 101 trunk passed
_ Patch Compile Tests _
+1 mvninstall 50 the patch passed
+1 compile 43 the patch passed
+1 javac 43 the patch passed
-0 checkstyle 29 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager: The patch generated 2 new + 14 unchanged - 0 fixed = 16 total (was 14)
+1 mvnsite 48 the patch passed
+1 whitespace 1 The patch has no whitespace issues.
+1 shadedclient 720 patch has no errors when building and testing our client artifacts.
+1 javadoc 28 the patch passed
+1 findbugs 104 the patch passed
_ Other Tests _
+1 unit 4786 hadoop-yarn-server-resourcemanager in the patch passed.
+1 asflicense 26 The patch does not generate ASF License warnings.
7914
Subsystem Report/Notes
Docker Client=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-738/3/artifact/out/Dockerfile
GITHUB PR #738
JIRA Issue YARN-9479
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 9cbb22d3c000 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 / 6282c02
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-738/3/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-738/3/testReport/
Max. process+thread count 925 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/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.

@aajisaka
Copy link
Member

@aajisaka aajisaka self-requested a review July 26, 2019 06:15
Copy link
Member

@aajisaka aajisaka left a comment

Choose a reason for hiding this comment

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

./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/placement/UserGroupMappingPlacementRule.java:199:          if (Objects.equals(queueName,YarnConfiguration.DEFAULT_QUEUE_NAME):39: ',' is not followed by whitespace. [WhitespaceAfter]
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/placement/UserGroupMappingPlacementRule.java:201:              || Objects.equals(queueName,mappedQueue.getQueue()):42: ',' is not followed by whitespace. [WhitespaceAfter]

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 72 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 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.
_ trunk Compile Tests _
+1 mvninstall 1230 trunk passed
+1 compile 59 trunk passed
+1 checkstyle 36 trunk passed
+1 mvnsite 55 trunk passed
+1 shadedclient 826 branch has no errors when building and testing our client artifacts.
+1 javadoc 36 trunk passed
0 spotbugs 115 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 112 trunk passed
_ Patch Compile Tests _
+1 mvninstall 54 the patch passed
+1 compile 51 the patch passed
+1 javac 51 the patch passed
-0 checkstyle 34 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager: The patch generated 2 new + 15 unchanged - 0 fixed = 17 total (was 15)
+1 mvnsite 54 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 768 patch has no errors when building and testing our client artifacts.
+1 javadoc 29 the patch passed
+1 findbugs 121 the patch passed
_ Other Tests _
-1 unit 5298 hadoop-yarn-server-resourcemanager in the patch failed.
+1 asflicense 29 The patch does not generate ASF License warnings.
8916
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer
hadoop.yarn.server.resourcemanager.reservation.TestCapacitySchedulerPlanFollower
hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-738/4/artifact/out/Dockerfile
GITHUB PR #738
JIRA Issue YARN-9479
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux b1db80e57343 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-738/4/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-738/4/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-738/4/testReport/
Max. process+thread count 900 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/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 102 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 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.
_ trunk Compile Tests _
+1 mvninstall 1202 trunk passed
+1 compile 53 trunk passed
+1 checkstyle 39 trunk passed
+1 mvnsite 60 trunk passed
+1 shadedclient 889 branch has no errors when building and testing our client artifacts.
+1 javadoc 31 trunk passed
0 spotbugs 110 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 109 trunk passed
_ Patch Compile Tests _
+1 mvninstall 53 the patch passed
+1 compile 52 the patch passed
+1 javac 52 the patch passed
-0 checkstyle 35 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager: The patch generated 2 new + 14 unchanged - 0 fixed = 16 total (was 14)
+1 mvnsite 52 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 836 patch has no errors when building and testing our client artifacts.
+1 javadoc 27 the patch passed
+1 findbugs 110 the patch passed
_ Other Tests _
-1 unit 6074 hadoop-yarn-server-resourcemanager in the patch failed.
+1 asflicense 30 The patch does not generate ASF License warnings.
9799
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.metrics.TestCombinedSystemMetricsPublisher
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-738/5/artifact/out/Dockerfile
GITHUB PR #738
JIRA Issue YARN-9479
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 3c1e7b580419 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 / e20b195
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-738/5/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-738/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-738/5/testReport/
Max. process+thread count 869 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/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 75 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 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.
_ trunk Compile Tests _
+1 mvninstall 1278 trunk passed
+1 compile 50 trunk passed
+1 checkstyle 41 trunk passed
+1 mvnsite 50 trunk passed
+1 shadedclient 854 branch has no errors when building and testing our client artifacts.
+1 javadoc 31 trunk passed
0 spotbugs 106 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 104 trunk passed
_ Patch Compile Tests _
+1 mvninstall 48 the patch passed
+1 compile 40 the patch passed
+1 javac 40 the patch passed
-0 checkstyle 31 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager: The patch generated 2 new + 14 unchanged - 0 fixed = 16 total (was 14)
+1 mvnsite 42 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 830 patch has no errors when building and testing our client artifacts.
+1 javadoc 33 the patch passed
+1 findbugs 122 the patch passed
_ Other Tests _
-1 unit 5514 hadoop-yarn-server-resourcemanager in the patch failed.
-1 asflicense 39 The patch generated 1 ASF License warnings.
9233
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.scheduler.capacity.TestNodeLabelContainerAllocation
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacitySchedulerOvercommit
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-738/6/artifact/out/Dockerfile
GITHUB PR #738
JIRA Issue YARN-9479
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 15a4320d4de3 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_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-738/6/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-738/6/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-738/6/testReport/
asflicense https://builds.apache.org/job/hadoop-multibranch/job/PR-738/6/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 915 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/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 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 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.
_ trunk Compile Tests _
+1 mvninstall 1030 trunk passed
+1 compile 38 trunk passed
+1 checkstyle 29 trunk passed
+1 mvnsite 44 trunk passed
+1 shadedclient 719 branch has no errors when building and testing our client artifacts.
+1 javadoc 32 trunk passed
0 spotbugs 93 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 90 trunk passed
_ Patch Compile Tests _
+1 mvninstall 41 the patch passed
+1 compile 36 the patch passed
+1 javac 36 the patch passed
-0 checkstyle 24 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager: The patch generated 2 new + 14 unchanged - 0 fixed = 16 total (was 14)
+1 mvnsite 39 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 714 patch has no errors when building and testing our client artifacts.
+1 javadoc 26 the patch passed
+1 findbugs 91 the patch passed
_ Other Tests _
-1 unit 4790 hadoop-yarn-server-resourcemanager in the patch failed.
+1 asflicense 26 The patch does not generate ASF License warnings.
7871
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.scheduler.capacity.TestIncreaseAllocationExpirer
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-738/7/artifact/out/Dockerfile
GITHUB PR #738
JIRA Issue YARN-9479
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 272f989107ab 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-738/7/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-738/7/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-738/7/testReport/
Max. process+thread count 891 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/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 0 Docker mode activated.
-1 patch 9 #738 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
Subsystem Report/Notes
GITHUB PR #738
JIRA Issue YARN-9479
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/8/console
versions git=2.17.1
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 0 Docker mode activated.
-1 patch 10 #738 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
Subsystem Report/Notes
GITHUB PR #738
JIRA Issue YARN-9479
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/9/console
versions git=2.17.1
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 0 Docker mode activated.
-1 patch 13 #738 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
Subsystem Report/Notes
GITHUB PR #738
JIRA Issue YARN-9479
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/10/console
versions git=2.7.4
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 0 Docker mode activated.
-1 patch 9 #738 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
Subsystem Report/Notes
GITHUB PR #738
JIRA Issue YARN-9479
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/11/console
versions git=2.17.1
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 0 Docker mode activated.
-1 patch 10 #738 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
Subsystem Report/Notes
GITHUB PR #738
JIRA Issue YARN-9479
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-738/12/console
versions git=2.17.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
Author: Boris S <[email protected]>
Author: Boris S <[email protected]>
Author: Boris Shkolnik <[email protected]>

Reviewers: bharathkk <[email protected]>

Closes apache#738 from sborya/KafkaConsumerImprovements
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.

4 participants