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

[HBASE-22601] Misconfigured addition of peers leads to cluster shutdown. #490

Merged
merged 2 commits into from
Aug 22, 2019

Conversation

shahrs87
Copy link
Contributor

@shahrs87 shahrs87 commented Aug 13, 2019

I have tested the change in our internal dev cluster. Before the change, all the RS used to crash and after the change it doesn't crash. Please review.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 1348 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 424 branch-1.3 passed
+1 compile 39 branch-1.3 passed
+1 checkstyle 80 branch-1.3 passed
-1 shadedjars 12 branch has 10 errors when building our shaded downstream artifacts.
+1 javadoc 36 branch-1.3 passed
0 spotbugs 138 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 136 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 101 the patch passed
+1 compile 38 the patch passed
+1 javac 38 the patch passed
+1 checkstyle 94 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedjars 10 patch has 10 errors when building our shaded downstream artifacts.
+1 hadoopcheck 537 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 31 the patch passed
+1 findbugs 137 the patch passed
_ Other Tests _
-1 unit 6917 hbase-server in the patch failed.
+1 asflicense 22 The patch does not generate ASF License warnings.
10051
Reason Tests
Failed junit tests hadoop.hbase.client.replication.TestReplicationAdminWithTwoDifferentZKClusters
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/1/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 7a96ffc0e253 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 /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / 8e5e868
Default Java 1.8.0_222
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/1/artifact/out/branch-shadedjars.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/1/artifact/out/patch-shadedjars.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/1/testReport/
Max. process+thread count 3994 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/1/console
versions git=1.9.1 maven=3.0.5 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 42 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 428 branch-1.3 passed
+1 compile 35 branch-1.3 passed with JDK v1.8.0_222
+1 compile 36 branch-1.3 passed with JDK v1.7.0_232
+1 checkstyle 85 branch-1.3 passed
+1 shadedjars 145 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 35 branch-1.3 passed with JDK v1.8.0_222
+1 javadoc 34 branch-1.3 passed with JDK v1.7.0_232
0 spotbugs 154 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 150 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 93 the patch passed
+1 compile 36 the patch passed with JDK v1.8.0_222
+1 javac 36 the patch passed
+1 compile 37 the patch passed with JDK v1.7.0_232
+1 javac 37 the patch passed
+1 checkstyle 81 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 136 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 514 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 29 the patch passed with JDK v1.8.0_222
+1 javadoc 41 the patch passed with JDK v1.7.0_232
+1 findbugs 158 the patch passed
_ Other Tests _
-1 unit 5605 hbase-server in the patch failed.
+1 asflicense 26 The patch does not generate ASF License warnings.
7845
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestScannerHeartbeatMessages
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/2/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux d16b6b0330b2 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 /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / 18c5abe
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/2/testReport/
Max. process+thread count 4093 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/2/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 1346 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 464 branch-1.3 passed
+1 compile 51 branch-1.3 passed with JDK v1.8.0_222
+1 compile 54 branch-1.3 passed with JDK v1.7.0_232
+1 checkstyle 109 branch-1.3 passed
+1 shadedjars 188 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 56 branch-1.3 passed with JDK v1.8.0_222
+1 javadoc 60 branch-1.3 passed with JDK v1.7.0_232
0 spotbugs 204 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 201 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 134 the patch passed
+1 compile 50 the patch passed with JDK v1.8.0_222
+1 javac 50 the patch passed
+1 compile 51 the patch passed with JDK v1.7.0_232
+1 javac 51 the patch passed
+1 checkstyle 117 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 199 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 691 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 34 the patch passed with JDK v1.8.0_222
+1 javadoc 47 the patch passed with JDK v1.7.0_232
+1 findbugs 208 the patch passed
_ Other Tests _
-1 unit 8951 hbase-server in the patch failed.
+1 asflicense 35 The patch does not generate ASF License warnings.
13162
Reason Tests
Failed junit tests hadoop.hbase.replication.TestReplicationSource
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/3/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux e817aa692df5 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / d2b310b
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/3/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/3/testReport/
Max. process+thread count 3747 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/3/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 46 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 446 branch-1.3 passed
+1 compile 41 branch-1.3 passed with JDK v1.8.0_222
+1 compile 39 branch-1.3 passed with JDK v1.7.0_232
+1 checkstyle 92 branch-1.3 passed
+1 shadedjars 166 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 40 branch-1.3 passed with JDK v1.8.0_222
+1 javadoc 39 branch-1.3 passed with JDK v1.7.0_232
0 spotbugs 165 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 162 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 96 the patch passed
+1 compile 38 the patch passed with JDK v1.8.0_222
+1 javac 38 the patch passed
+1 compile 40 the patch passed with JDK v1.7.0_232
+1 javac 40 the patch passed
+1 checkstyle 88 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 151 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 564 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 32 the patch passed with JDK v1.8.0_222
+1 javadoc 39 the patch passed with JDK v1.7.0_232
+1 findbugs 171 the patch passed
_ Other Tests _
-1 unit 5572 hbase-server in the patch failed.
+1 asflicense 24 The patch does not generate ASF License warnings.
7970
Reason Tests
Failed junit tests hadoop.hbase.snapshot.TestFlushSnapshotFromClient
hadoop.hbase.regionserver.TestScannerHeartbeatMessages
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/5/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux ae8c159b4e42 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 /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / b97621b
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/5/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/5/testReport/
Max. process+thread count 4092 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/5/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 1813 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 461 branch-1.3 passed
+1 compile 44 branch-1.3 passed with JDK v1.8.0_222
+1 compile 46 branch-1.3 passed with JDK v1.7.0_232
+1 checkstyle 108 branch-1.3 passed
+1 shadedjars 198 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 42 branch-1.3 passed with JDK v1.8.0_222
+1 javadoc 47 branch-1.3 passed with JDK v1.7.0_232
0 spotbugs 202 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 197 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 140 the patch passed
+1 compile 45 the patch passed with JDK v1.8.0_222
+1 javac 45 the patch passed
+1 compile 49 the patch passed with JDK v1.7.0_232
+1 javac 49 the patch passed
+1 checkstyle 104 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 186 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 645 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 34 the patch passed with JDK v1.8.0_222
+1 javadoc 47 the patch passed with JDK v1.7.0_232
+1 findbugs 207 the patch passed
_ Other Tests _
-1 unit 8873 hbase-server in the patch failed.
+1 asflicense 82 The patch does not generate ASF License warnings.
13489
Reason Tests
Failed junit tests hadoop.hbase.replication.TestReplicationSource
hadoop.hbase.regionserver.TestRemoveRegionMetrics
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/4/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 2f42b5b47026 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / 1500d9a
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/4/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/4/testReport/
Max. process+thread count 3843 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/4/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 1296 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 457 branch-1.3 passed
+1 compile 34 branch-1.3 passed with JDK v1.8.0_222
+1 compile 37 branch-1.3 passed with JDK v1.7.0_232
+1 checkstyle 88 branch-1.3 passed
+1 shadedjars 150 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 35 branch-1.3 passed with JDK v1.8.0_222
+1 javadoc 35 branch-1.3 passed with JDK v1.7.0_232
0 spotbugs 150 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 147 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 94 the patch passed
+1 compile 36 the patch passed with JDK v1.8.0_222
+1 javac 36 the patch passed
+1 compile 38 the patch passed with JDK v1.7.0_232
+1 javac 38 the patch passed
+1 checkstyle 84 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 140 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 514 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 27 the patch passed with JDK v1.8.0_222
+1 javadoc 35 the patch passed with JDK v1.7.0_232
+1 findbugs 150 the patch passed
_ Other Tests _
-1 unit 5351 hbase-server in the patch failed.
+1 asflicense 20 The patch does not generate ASF License warnings.
8848
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestScannerHeartbeatMessages
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/6/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 1ff30f202727 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 /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / f8695bb
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/6/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/6/testReport/
Max. process+thread count 3782 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/6/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 1405 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 448 branch-1.3 passed
+1 compile 38 branch-1.3 passed with JDK v1.8.0_222
+1 compile 40 branch-1.3 passed with JDK v1.7.0_232
+1 checkstyle 84 branch-1.3 passed
+1 shadedjars 166 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 36 branch-1.3 passed with JDK v1.8.0_222
+1 javadoc 37 branch-1.3 passed with JDK v1.7.0_232
0 spotbugs 162 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 158 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 99 the patch passed
+1 compile 35 the patch passed with JDK v1.8.0_222
+1 javac 35 the patch passed
+1 compile 40 the patch passed with JDK v1.7.0_232
+1 javac 40 the patch passed
+1 checkstyle 81 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 146 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 542 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 27 the patch passed with JDK v1.8.0_222
+1 javadoc 36 the patch passed with JDK v1.7.0_232
+1 findbugs 160 the patch passed
_ Other Tests _
-1 unit 7538 hbase-server in the patch failed.
+1 asflicense 21 The patch does not generate ASF License warnings.
11220
Reason Tests
Failed junit tests hadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/7/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 50ea1cd447fc 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / f8695bb
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/7/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/7/testReport/
Max. process+thread count 4087 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/7/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@shahrs87
Copy link
Contributor Author

Ran failing test TestSimpleRegionNormalizerOnCluster few time on my local setup and it succeeds.

[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.186 s - in org.apache.hadoop.hbase.master.normalizer.TestSimpleRegionNormalizerOnCluster
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

@apurtell @Apache9 could you guys please review again ?
Surprisingly qa bot came all green for branch-2 and master branches:
branch-2: #500
master: #499

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 1595 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 448 branch-1.3 passed
+1 compile 35 branch-1.3 passed with JDK v1.8.0_222
+1 compile 38 branch-1.3 passed with JDK v1.7.0_232
+1 checkstyle 87 branch-1.3 passed
+1 shadedjars 153 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 34 branch-1.3 passed with JDK v1.8.0_222
+1 javadoc 37 branch-1.3 passed with JDK v1.7.0_232
0 spotbugs 162 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 157 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 97 the patch passed
+1 compile 35 the patch passed with JDK v1.8.0_222
+1 javac 35 the patch passed
+1 compile 37 the patch passed with JDK v1.7.0_232
+1 javac 37 the patch passed
+1 checkstyle 81 the patch passed
+1 whitespace 1 The patch has no whitespace issues.
+1 shadedjars 145 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 534 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 28 the patch passed with JDK v1.8.0_222
+1 javadoc 37 the patch passed with JDK v1.7.0_232
+1 findbugs 156 the patch passed
_ Other Tests _
+1 unit 7389 hbase-server in the patch passed.
+1 asflicense 24 The patch does not generate ASF License warnings.
11241
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/8/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 58900342d8bc 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 /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / 3351124
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/8/testReport/
Max. process+thread count 3910 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/8/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 87 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 482 branch-1.3 passed
+1 compile 57 branch-1.3 passed
+1 checkstyle 112 branch-1.3 passed
-1 shadedjars 15 branch has 10 errors when building our shaded downstream artifacts.
+1 javadoc 44 branch-1.3 passed
0 spotbugs 169 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 166 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 141 the patch passed
+1 compile 55 the patch passed
+1 javac 55 the patch passed
+1 checkstyle 109 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedjars 14 patch has 10 errors when building our shaded downstream artifacts.
+1 hadoopcheck 696 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 36 the patch passed
+1 findbugs 164 the patch passed
_ Other Tests _
-1 unit 7854 hbase-server in the patch failed.
+1 asflicense 28 The patch does not generate ASF License warnings.
10149
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestSplitTransactionOnCluster
hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/9/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 0b40acce93e3 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 /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / 2bb4a91
Default Java 1.8.0_222
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/9/artifact/out/branch-shadedjars.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/9/artifact/out/patch-shadedjars.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/9/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/9/testReport/
Max. process+thread count 3916 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/9/console
versions git=1.9.1 maven=3.0.5 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 41 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 477 branch-1.3 passed
+1 compile 37 branch-1.3 passed with JDK v1.8.0_222
+1 compile 39 branch-1.3 passed with JDK v1.7.0_232
+1 checkstyle 87 branch-1.3 passed
+1 shadedjars 150 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 39 branch-1.3 passed with JDK v1.8.0_222
+1 javadoc 38 branch-1.3 passed with JDK v1.7.0_232
0 spotbugs 159 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 156 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 103 the patch passed
+1 compile 35 the patch passed with JDK v1.8.0_222
+1 javac 35 the patch passed
+1 compile 37 the patch passed with JDK v1.7.0_232
+1 javac 37 the patch passed
+1 checkstyle 80 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 136 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 556 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 29 the patch passed with JDK v1.8.0_222
+1 javadoc 38 the patch passed with JDK v1.7.0_232
+1 findbugs 156 the patch passed
_ Other Tests _
+1 unit 5357 hbase-server in the patch passed.
+1 asflicense 26 The patch does not generate ASF License warnings.
7697
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/10/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 40ab798066d1 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 /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / 102fbb5
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/10/testReport/
Max. process+thread count 4356 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/10/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 82 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
-1 mvninstall 411 root in branch-1.3 failed.
-1 compile 35 hbase-server in branch-1.3 failed.
+1 checkstyle 90 branch-1.3 passed
-1 shadedjars 14 branch has 10 errors when building our shaded downstream artifacts.
+1 javadoc 43 branch-1.3 passed
0 spotbugs 99 Used deprecated FindBugs config; considering switching to SpotBugs.
-1 findbugs 40 hbase-server in branch-1.3 failed.
_ Patch Compile Tests _
-1 mvninstall 68 root in the patch failed.
-1 compile 39 hbase-server in the patch failed.
-1 javac 39 hbase-server in the patch failed.
+1 checkstyle 86 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedjars 10 patch has 10 errors when building our shaded downstream artifacts.
-1 hadoopcheck 90 The patch causes 18 errors with Hadoop v2.4.1.
-1 hadoopcheck 185 The patch causes 18 errors with Hadoop v2.5.2.
-1 hadoopcheck 285 The patch causes 18 errors with Hadoop v2.6.5.
-1 hadoopcheck 386 The patch causes 18 errors with Hadoop v2.7.7.
+1 javadoc 30 the patch passed
-1 findbugs 34 hbase-server in the patch failed.
_ Other Tests _
-1 unit 37 hbase-server in the patch failed.
+1 asflicense 12 The patch does not generate ASF License warnings.
1487
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux abdafdf320fa 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / ca0390c
Default Java 1.8.0_222
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/branch-mvninstall-root.txt
compile https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/branch-compile-hbase-server.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/branch-shadedjars.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/branch-findbugs-hbase-server.txt
mvninstall https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-mvninstall-root.txt
compile https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-compile-hbase-server.txt
javac https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-compile-hbase-server.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-shadedjars.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-javac-2.4.1.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-javac-2.5.2.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-javac-2.6.5.txt
hadoopcheck https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-javac-2.7.7.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-findbugs-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/testReport/
Max. process+thread count 77 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/11/console
versions git=1.9.1 maven=3.0.5
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 144 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 471 branch-1.3 passed
+1 compile 41 branch-1.3 passed
+1 checkstyle 105 branch-1.3 passed
-1 shadedjars 12 branch has 10 errors when building our shaded downstream artifacts.
+1 javadoc 40 branch-1.3 passed
0 spotbugs 164 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 160 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 123 the patch passed
+1 compile 43 the patch passed
+1 javac 43 the patch passed
+1 checkstyle 100 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
-1 shadedjars 10 patch has 10 errors when building our shaded downstream artifacts.
+1 hadoopcheck 664 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 31 the patch passed
+1 findbugs 163 the patch passed
_ Other Tests _
-1 unit 7014 hbase-server in the patch failed.
+1 asflicense 22 The patch does not generate ASF License warnings.
9245
Reason Tests
Failed junit tests hadoop.hbase.master.procedure.TestWALProcedureStoreOnHDFS
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/13/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 49caf4c6963f 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 /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / 40cf771
Default Java 1.8.0_222
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/13/artifact/out/branch-shadedjars.txt
shadedjars https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/13/artifact/out/patch-shadedjars.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/13/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/13/testReport/
Max. process+thread count 4719 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/13/console
versions git=1.9.1 maven=3.0.5 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@apurtell apurtell merged commit 6a0c26f into apache:branch-1.3 Aug 22, 2019
asfgit pushed a commit that referenced this pull request Aug 22, 2019
…wn. (#490)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
asfgit pushed a commit that referenced this pull request Aug 22, 2019
…wn. (#490)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 2315 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 0 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
-0 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.
_ branch-1.3 Compile Tests _
+1 mvninstall 510 branch-1.3 passed
+1 compile 49 branch-1.3 passed with JDK v1.8.0_222
+1 compile 58 branch-1.3 passed with JDK v1.7.0_232
+1 checkstyle 127 branch-1.3 passed
+1 shadedjars 226 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 46 branch-1.3 passed with JDK v1.8.0_222
+1 javadoc 53 branch-1.3 passed with JDK v1.7.0_232
0 spotbugs 227 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 223 branch-1.3 passed
_ Patch Compile Tests _
+1 mvninstall 164 the patch passed
+1 compile 53 the patch passed with JDK v1.8.0_222
+1 javac 53 the patch passed
+1 compile 54 the patch passed with JDK v1.7.0_232
+1 javac 54 the patch passed
+1 checkstyle 125 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 224 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 788 Patch does not cause any errors with Hadoop 2.4.1 2.5.2 2.6.5 2.7.7.
+1 javadoc 39 the patch passed with JDK v1.8.0_222
+1 javadoc 52 the patch passed with JDK v1.7.0_232
+1 findbugs 224 the patch passed
_ Other Tests _
-1 unit 8889 hbase-server in the patch failed.
+1 asflicense 28 The patch does not generate ASF License warnings.
14356
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestZKLessSplitOnCluster
hadoop.hbase.TestZooKeeper
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/14/artifact/out/Dockerfile
GITHUB PR #490
JIRA Issue HBASE-22601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 4f49e619549f 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-490/out/precommit/personality/provided.sh
git revision branch-1.3 / cd7bf70
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/java-8-openjdk-amd64:1.8.0_222 /usr/lib/jvm/java-7-openjdk-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/14/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/14/testReport/
Max. process+thread count 4162 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-490/14/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.10.0 http://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