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-22380 break circle replication when doing bulkload #494

Merged
merged 11 commits into from
Sep 21, 2019

Conversation

wchevreuil
Copy link
Contributor

Creating an initial PR on branch-2. Had done some manual tests within two single node cluster and it seems to work. Am gonna work on UTs tomorrow and update this PR.

@wchevreuil
Copy link
Contributor Author

Also need to work on some javadocs for modified interfaces.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 74 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-2 Compile Tests _
0 mvndep 27 Maven dependency ordering for branch
+1 mvninstall 337 branch-2 passed
+1 compile 120 branch-2 passed
+1 checkstyle 148 branch-2 passed
+1 shadedjars 272 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 73 branch-2 passed
0 spotbugs 186 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 410 branch-2 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 319 the patch passed
+1 compile 121 the patch passed
+1 cc 121 the patch passed
+1 javac 121 the patch passed
-1 checkstyle 89 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 270 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1066 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 134 the patch passed
+1 javadoc 84 the patch passed
-1 findbugs 238 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 45 hbase-protocol-shaded in the patch passed.
+1 unit 213 hbase-client in the patch passed.
-1 unit 1866 hbase-server in the patch failed.
+1 asflicense 47 The patch does not generate ASF License warnings.
6820
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/1/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux c93e687ca2a1 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 3233f67
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/1/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/1/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/1/testReport/
Max. process+thread count 683 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/1/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@openinx openinx self-requested a review August 15, 2019 03:06
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 70 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-2 Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 314 branch-2 passed
+1 compile 110 branch-2 passed
+1 checkstyle 123 branch-2 passed
+1 shadedjars 238 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 67 branch-2 passed
0 spotbugs 195 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 401 branch-2 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 292 the patch passed
+1 compile 111 the patch passed
+1 cc 111 the patch passed
+1 javac 111 the patch passed
-1 checkstyle 76 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 246 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 908 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 110 the patch passed
+1 javadoc 72 the patch passed
-1 findbugs 212 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 38 hbase-protocol-shaded in the patch passed.
+1 unit 198 hbase-client in the patch passed.
-1 unit 1789 hbase-server in the patch failed.
+1 asflicense 46 The patch does not generate ASF License warnings.
6142
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/2/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 5de229006b4a 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 9aec8d8
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/2/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/2/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/2/testReport/
Max. process+thread count 700 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/2/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 75 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-2 Compile Tests _
0 mvndep 16 Maven dependency ordering for branch
+1 mvninstall 326 branch-2 passed
+1 compile 123 branch-2 passed
+1 checkstyle 126 branch-2 passed
+1 shadedjars 259 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 74 branch-2 passed
0 spotbugs 208 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 430 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 306 the patch passed
+1 compile 117 the patch passed
+1 cc 117 the patch passed
+1 javac 117 the patch passed
-1 checkstyle 82 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 256 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1016 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 110 the patch passed
+1 javadoc 68 the patch passed
-1 findbugs 212 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 43 hbase-protocol-shaded in the patch passed.
+1 unit 214 hbase-client in the patch passed.
-1 unit 1805 hbase-server in the patch failed.
+1 asflicense 45 The patch does not generate ASF License warnings.
6415
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/3/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 6fe5db654f06 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 6f9db46
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/3/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/3/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/3/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/3/testReport/
Max. process+thread count 696 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/3/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 39 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-2 Compile Tests _
0 mvndep 15 Maven dependency ordering for branch
+1 mvninstall 321 branch-2 passed
+1 compile 109 branch-2 passed
+1 checkstyle 125 branch-2 passed
+1 shadedjars 249 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 72 branch-2 passed
0 spotbugs 179 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 393 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 290 the patch passed
+1 compile 109 the patch passed
+1 cc 109 the patch passed
+1 javac 109 the patch passed
-1 checkstyle 76 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 254 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 878 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 97 the patch passed
+1 javadoc 63 the patch passed
-1 findbugs 201 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 35 hbase-protocol-shaded in the patch passed.
+1 unit 203 hbase-client in the patch passed.
-1 unit 1739 hbase-server in the patch failed.
+1 asflicense 38 The patch does not generate ASF License warnings.
5978
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/4/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 662667c355aa 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 76a68bd
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/4/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/4/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/4/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/4/testReport/
Max. process+thread count 693 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/4/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 1 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-2 Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 301 branch-2 passed
+1 compile 104 branch-2 passed
+1 checkstyle 117 branch-2 passed
+1 shadedjars 248 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 68 branch-2 passed
0 spotbugs 192 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 402 branch-2 passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 287 the patch passed
+1 compile 106 the patch passed
+1 cc 106 the patch passed
+1 javac 106 the patch passed
-1 checkstyle 72 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 240 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 879 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 101 the patch passed
+1 javadoc 65 the patch passed
-1 findbugs 208 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 34 hbase-protocol-shaded in the patch passed.
+1 unit 203 hbase-client in the patch passed.
-1 unit 1678 hbase-server in the patch failed.
+1 asflicense 37 The patch does not generate ASF License warnings.
5874
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/5/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux fd793bca1f83 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 4b60eac
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/5/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/5/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/5/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/5/testReport/
Max. process+thread count 701 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/5/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 158 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-2 Compile Tests _
0 mvndep 15 Maven dependency ordering for branch
+1 mvninstall 452 branch-2 passed
+1 compile 145 branch-2 passed
+1 checkstyle 152 branch-2 passed
+1 shadedjars 320 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 79 branch-2 passed
0 spotbugs 260 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 531 branch-2 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 429 the patch passed
+1 compile 142 the patch passed
+1 cc 142 the patch passed
+1 javac 142 the patch passed
-1 checkstyle 111 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 354 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1370 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 160 the patch passed
+1 javadoc 106 the patch passed
-1 findbugs 268 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 48 hbase-protocol-shaded in the patch passed.
+1 unit 228 hbase-client in the patch passed.
-1 unit 2350 hbase-server in the patch failed.
+1 asflicense 181 The patch does not generate ASF License warnings.
8675
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/6/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 6d6ebd73ce0c 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 3ff3938
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/6/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/6/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/6/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/6/testReport/
Max. process+thread count 699 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/6/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 161 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-2 Compile Tests _
0 mvndep 40 Maven dependency ordering for branch
+1 mvninstall 432 branch-2 passed
+1 compile 137 branch-2 passed
+1 checkstyle 144 branch-2 passed
+1 shadedjars 310 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 75 branch-2 passed
0 spotbugs 206 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 446 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 365 the patch passed
+1 compile 147 the patch passed
+1 cc 147 the patch passed
+1 javac 147 the patch passed
-1 checkstyle 104 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 297 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1125 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 132 the patch passed
+1 javadoc 75 the patch passed
-1 findbugs 252 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 46 hbase-protocol-shaded in the patch passed.
+1 unit 210 hbase-client in the patch passed.
-1 unit 1843 hbase-server in the patch failed.
+1 asflicense 39 The patch does not generate ASF License warnings.
7222
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/7/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 9f914dca2f55 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 3ff3938
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/7/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/7/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/7/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/7/testReport/
Max. process+thread count 679 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/7/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 53 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-2 Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 353 branch-2 passed
+1 compile 130 branch-2 passed
+1 checkstyle 125 branch-2 passed
+1 shadedjars 251 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 68 branch-2 passed
0 spotbugs 194 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 422 branch-2 passed
_ Patch Compile Tests _
0 mvndep 17 Maven dependency ordering for patch
+1 mvninstall 305 the patch passed
+1 compile 121 the patch passed
+1 cc 121 the patch passed
+1 javac 121 the patch passed
-1 checkstyle 81 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 250 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 886 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 104 the patch passed
+1 javadoc 65 the patch passed
-1 findbugs 187 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 34 hbase-protocol-shaded in the patch passed.
+1 unit 205 hbase-client in the patch passed.
-1 unit 1656 hbase-server in the patch failed.
+1 asflicense 37 The patch does not generate ASF License warnings.
6031
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/8/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 653a8388f116 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 43603ec
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/8/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/8/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/8/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/8/testReport/
Max. process+thread count 705 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/8/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 37 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-2 Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 307 branch-2 passed
+1 compile 105 branch-2 passed
+1 checkstyle 116 branch-2 passed
+1 shadedjars 245 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 67 branch-2 passed
0 spotbugs 198 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 406 branch-2 passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 277 the patch passed
+1 compile 105 the patch passed
+1 cc 105 the patch passed
+1 javac 105 the patch passed
-1 checkstyle 74 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 236 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 875 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 100 the patch passed
+1 javadoc 64 the patch passed
-1 findbugs 204 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 34 hbase-protocol-shaded in the patch passed.
+1 unit 195 hbase-client in the patch passed.
-1 unit 1682 hbase-server in the patch failed.
+1 asflicense 37 The patch does not generate ASF License warnings.
5847
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/9/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux ad7b39032e13 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / f9e20a6
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/9/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/9/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/9/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/9/testReport/
Max. process+thread count 698 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/9/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 66 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-2 Compile Tests _
0 mvndep 17 Maven dependency ordering for branch
+1 mvninstall 439 branch-2 passed
+1 compile 140 branch-2 passed
+1 checkstyle 160 branch-2 passed
+1 shadedjars 335 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 88 branch-2 passed
0 spotbugs 232 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 503 branch-2 passed
_ Patch Compile Tests _
0 mvndep 19 Maven dependency ordering for patch
+1 mvninstall 368 the patch passed
+1 compile 144 the patch passed
+1 cc 144 the patch passed
+1 javac 144 the patch passed
-1 checkstyle 98 hbase-server: The patch generated 2 new + 302 unchanged - 0 fixed = 304 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 330 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1173 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 133 the patch passed
+1 javadoc 86 the patch passed
-1 findbugs 259 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 47 hbase-protocol-shaded in the patch passed.
+1 unit 237 hbase-client in the patch passed.
-1 unit 2026 hbase-server in the patch failed.
+1 asflicense 47 The patch does not generate ASF License warnings.
7576
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoad
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/10/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 0d737c8f5317 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 8cbe20c
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/10/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/10/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/10/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/10/testReport/
Max. process+thread count 696 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/10/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@wchevreuil
Copy link
Contributor Author

Fixed failed UTs. Added IT to validate the bulk replication loop condition.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 45 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 1 Patch does not have any anti-patterns.
+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.
_ branch-2 Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 315 branch-2 passed
+1 compile 111 branch-2 passed
+1 checkstyle 125 branch-2 passed
+1 shadedjars 251 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 69 branch-2 passed
0 spotbugs 194 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 404 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 294 the patch passed
+1 compile 110 the patch passed
+1 cc 110 the patch passed
+1 javac 110 the patch passed
-1 checkstyle 76 hbase-server: The patch generated 4 new + 302 unchanged - 0 fixed = 306 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 254 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 909 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 106 the patch passed
+1 javadoc 65 the patch passed
-1 findbugs 206 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 35 hbase-protocol-shaded in the patch passed.
+1 unit 204 hbase-client in the patch passed.
+1 unit 7668 hbase-server in the patch passed.
+1 asflicense 53 The patch does not generate ASF License warnings.
12021
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/11/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux d205345b4ae5 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 8cbe20c
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/11/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/11/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/11/testReport/
Max. process+thread count 4504 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/11/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 49 Docker mode activated.
_ Prechecks _
+1 dupname 1 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 17 Maven dependency ordering for branch
+1 mvninstall 345 branch-2 passed
+1 compile 119 branch-2 passed
+1 checkstyle 128 branch-2 passed
+1 shadedjars 255 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 68 branch-2 passed
0 spotbugs 206 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 438 branch-2 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 332 the patch passed
+1 compile 123 the patch passed
+1 cc 123 the patch passed
+1 javac 123 the patch passed
-1 checkstyle 83 hbase-server: The patch generated 4 new + 302 unchanged - 0 fixed = 306 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 276 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 980 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 112 the patch passed
+1 javadoc 66 the patch passed
-1 findbugs 192 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 42 hbase-protocol-shaded in the patch passed.
+1 unit 200 hbase-client in the patch passed.
+1 unit 7921 hbase-server in the patch passed.
+1 asflicense 57 The patch does not generate ASF License warnings.
12545
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/12/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 961410b955e3 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / c295fd7
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/12/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/12/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/12/testReport/
Max. process+thread count 4921 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/12/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 56 Docker mode activated.
_ Prechecks _
+1 dupname 1 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 16 Maven dependency ordering for branch
+1 mvninstall 347 branch-2 passed
+1 compile 110 branch-2 passed
+1 checkstyle 123 branch-2 passed
+1 shadedjars 250 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 69 branch-2 passed
0 spotbugs 207 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 429 branch-2 passed
_ Patch Compile Tests _
0 mvndep 17 Maven dependency ordering for patch
+1 mvninstall 292 the patch passed
+1 compile 110 the patch passed
+1 cc 110 the patch passed
+1 javac 110 the patch passed
-1 checkstyle 79 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 275 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1020 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 100 the patch passed
+1 javadoc 63 the patch passed
-1 findbugs 209 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 36 hbase-protocol-shaded in the patch passed.
+1 unit 212 hbase-client in the patch passed.
-1 unit 13020 hbase-server in the patch failed.
+1 asflicense 66 The patch does not generate ASF License warnings.
17587
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/13/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 7a88b9d02740 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / c295fd7
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/13/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/13/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/13/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/13/testReport/
Max. process+thread count 4448 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/13/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@openinx
Copy link
Member

openinx commented Aug 18, 2019

OK, we have added the UT... Will take a look

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 52 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 299 branch-2 passed
+1 compile 109 branch-2 passed
+1 checkstyle 119 branch-2 passed
+1 shadedjars 240 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 64 branch-2 passed
0 spotbugs 199 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 407 branch-2 passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 277 the patch passed
+1 compile 107 the patch passed
+1 cc 107 the patch passed
+1 javac 107 the patch passed
-1 checkstyle 74 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 235 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 870 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 103 the patch passed
+1 javadoc 68 the patch passed
-1 findbugs 177 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 35 hbase-protocol-shaded in the patch passed.
+1 unit 199 hbase-client in the patch passed.
+1 unit 8095 hbase-server in the patch passed.
+1 asflicense 61 The patch does not generate ASF License warnings.
12299
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/14/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 402c9b821bce 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 29ed415
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/14/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/14/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/14/testReport/
Max. process+thread count 4653 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/14/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

HFileReplicator hFileReplicator =
new HFileReplicator(this.provider.getConf(this.conf, replicationClusterId),
if(bulkLoadsPerClusters != null) {
for (String clusterId : bulkLoadsPerClusters.keySet()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

On the reported findbugs issue: We do need to iterate over the keySet, as we do need the clusterId further to forward it to HFileReplicator call.

@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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 306 branch-2 passed
+1 compile 108 branch-2 passed
+1 checkstyle 121 branch-2 passed
+1 shadedjars 243 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 66 branch-2 passed
0 spotbugs 195 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 418 branch-2 passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 282 the patch passed
+1 compile 106 the patch passed
+1 cc 106 the patch passed
+1 javac 106 the patch passed
-1 checkstyle 71 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 242 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 874 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 100 the patch passed
+1 javadoc 64 the patch passed
-1 findbugs 204 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 34 hbase-protocol-shaded in the patch passed.
+1 unit 201 hbase-client in the patch passed.
+1 unit 7729 hbase-server in the patch passed.
+1 asflicense 61 The patch does not generate ASF License warnings.
11954
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/15/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux fab6be06dd0b 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / b7c7b4a
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/15/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/15/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/15/testReport/
Max. process+thread count 4533 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/15/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 312 branch-2 passed
+1 compile 108 branch-2 passed
+1 checkstyle 119 branch-2 passed
+1 shadedjars 242 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 66 branch-2 passed
0 spotbugs 171 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 381 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 285 the patch passed
+1 compile 111 the patch passed
+1 cc 111 the patch passed
+1 javac 111 the patch passed
-1 checkstyle 76 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 243 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 888 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 98 the patch passed
+1 javadoc 69 the patch passed
-1 findbugs 201 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 34 hbase-protocol-shaded in the patch passed.
+1 unit 195 hbase-client in the patch passed.
+1 unit 8115 hbase-server in the patch passed.
+1 asflicense 68 The patch does not generate ASF License warnings.
12338
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/16/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 3fd897ac8b62 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / e9874a6
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/16/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/16/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/16/testReport/
Max. process+thread count 4662 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/16/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 98 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 349 branch-2 passed
+1 compile 125 branch-2 passed
+1 checkstyle 144 branch-2 passed
+1 shadedjars 273 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 73 branch-2 passed
0 spotbugs 211 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 440 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 330 the patch passed
+1 compile 132 the patch passed
+1 cc 132 the patch passed
+1 javac 132 the patch passed
-1 checkstyle 92 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 278 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1018 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 112 the patch passed
+1 javadoc 70 the patch passed
-1 findbugs 231 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 43 hbase-protocol-shaded in the patch passed.
+1 unit 230 hbase-client in the patch passed.
+1 unit 13293 hbase-server in the patch passed.
+1 asflicense 70 The patch does not generate ASF License warnings.
18186
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/17/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 22d0a627fd4c 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 22814f8
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/17/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/17/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/17/testReport/
Max. process+thread count 4215 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/17/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 74 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 330 branch-2 passed
+1 compile 105 branch-2 passed
+1 checkstyle 123 branch-2 passed
+1 shadedjars 256 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 68 branch-2 passed
0 spotbugs 196 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 415 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 300 the patch passed
+1 compile 110 the patch passed
+1 cc 110 the patch passed
+1 javac 110 the patch passed
-1 checkstyle 81 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 255 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 950 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 101 the patch passed
+1 javadoc 65 the patch passed
-1 findbugs 212 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 36 hbase-protocol-shaded in the patch passed.
+1 unit 205 hbase-client in the patch passed.
-1 unit 17761 hbase-server in the patch failed.
+1 asflicense 85 The patch does not generate ASF License warnings.
22261
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Failed junit tests hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.TestRegionRebalancing
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/18/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 0c627d572448 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 9d178cf
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/18/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/18/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/18/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/18/testReport/
Max. process+thread count 4675 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/18/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 75 Docker mode activated.
_ Prechecks _
+1 dupname 1 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 16 Maven dependency ordering for branch
+1 mvninstall 319 branch-2 passed
+1 compile 119 branch-2 passed
+1 checkstyle 126 branch-2 passed
+1 shadedjars 258 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 73 branch-2 passed
0 spotbugs 194 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 402 branch-2 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 299 the patch passed
+1 compile 116 the patch passed
+1 cc 116 the patch passed
+1 javac 116 the patch passed
-1 checkstyle 75 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 282 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 952 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 113 the patch passed
+1 javadoc 67 the patch passed
-1 findbugs 215 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 35 hbase-protocol-shaded in the patch passed.
+1 unit 204 hbase-client in the patch passed.
-1 unit 16454 hbase-server in the patch failed.
+1 asflicense 100 The patch does not generate ASF License warnings.
21022
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Failed junit tests hadoop.hbase.master.procedure.TestSCPWithReplicas
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/19/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 8b4b921cc7f3 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 6bc78d3
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/19/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/19/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/19/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/19/testReport/
Max. process+thread count 4423 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/19/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 27 Maven dependency ordering for branch
+1 mvninstall 305 branch-2 passed
+1 compile 106 branch-2 passed
+1 checkstyle 122 branch-2 passed
+1 shadedjars 250 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 68 branch-2 passed
0 spotbugs 186 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 400 branch-2 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 281 the patch passed
+1 compile 106 the patch passed
+1 cc 106 the patch passed
+1 javac 106 the patch passed
-1 checkstyle 77 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 246 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 881 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 101 the patch passed
+1 javadoc 65 the patch passed
-1 findbugs 194 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 33 hbase-protocol-shaded in the patch passed.
+1 unit 197 hbase-client in the patch passed.
-1 unit 8096 hbase-server in the patch failed.
+1 asflicense 65 The patch does not generate ASF License warnings.
12333
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/20/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux d04a9ce6c55e 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / e28a7c2
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/20/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/20/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/20/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/20/testReport/
Max. process+thread count 4436 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/20/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 39 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 322 branch-2 passed
+1 compile 116 branch-2 passed
+1 checkstyle 127 branch-2 passed
+1 shadedjars 258 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 71 branch-2 passed
0 spotbugs 204 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 423 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 304 the patch passed
+1 compile 133 the patch passed
+1 cc 133 the patch passed
+1 javac 133 the patch passed
-1 checkstyle 89 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 278 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1042 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 107 the patch passed
+1 javadoc 77 the patch passed
-1 findbugs 204 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 41 hbase-protocol-shaded in the patch passed.
+1 unit 210 hbase-client in the patch passed.
-1 unit 8118 hbase-server in the patch failed.
+1 asflicense 80 The patch does not generate ASF License warnings.
12829
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/21/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux ce92e92f387e 4.4.0-157-generic #185-Ubuntu SMP Tue Jul 23 09:17:01 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / e28a7c2
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/21/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/21/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/21/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/21/testReport/
Max. process+thread count 4410 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/21/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 39 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 320 branch-2 passed
+1 compile 115 branch-2 passed
+1 checkstyle 121 branch-2 passed
+1 shadedjars 253 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 70 branch-2 passed
0 spotbugs 206 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 433 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 302 the patch passed
+1 compile 118 the patch passed
+1 cc 118 the patch passed
+1 javac 118 the patch passed
-1 checkstyle 81 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 258 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 940 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 118 the patch passed
+1 javadoc 73 the patch passed
-1 findbugs 219 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 40 hbase-protocol-shaded in the patch passed.
+1 unit 211 hbase-client in the patch passed.
+1 unit 8359 hbase-server in the patch passed.
+1 asflicense 59 The patch does not generate ASF License warnings.
12911
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/22/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 2cd12dfb0e87 4.4.0-157-generic #185-Ubuntu SMP Tue Jul 23 09:17:01 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 53522f3
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/22/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/22/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/22/testReport/
Max. process+thread count 4364 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/22/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 86 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 351 branch-2 passed
+1 compile 124 branch-2 passed
+1 checkstyle 150 branch-2 passed
+1 shadedjars 278 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 75 branch-2 passed
0 spotbugs 233 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 464 branch-2 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 340 the patch passed
+1 compile 146 the patch passed
+1 cc 146 the patch passed
+1 javac 146 the patch passed
-1 checkstyle 100 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 288 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1041 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 118 the patch passed
+1 javadoc 74 the patch passed
-1 findbugs 251 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 47 hbase-protocol-shaded in the patch passed.
+1 unit 227 hbase-client in the patch passed.
-1 unit 16421 hbase-server in the patch failed.
+1 asflicense 71 The patch does not generate ASF License warnings.
21480
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Failed junit tests hadoop.hbase.master.assignment.TestMergeTableRegionsProcedure
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/35/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 3267cf6d0876 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / a18be19
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/35/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/35/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/35/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/35/testReport/
Max. process+thread count 4667 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/35/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

…you can replace a few request.getClusterId() calls.'
…er2.

This is enough to fail the test, since we do bulk load on cluster1,
cluster1 replicates to cluster2, who in turn replicates to cluster3.
As we only track the originator id (cluster1), we won't have the infinite loop
between cluster1 and cluster2, but cluster2 and cluster3 will keep replicating
between each other indefinitely.
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 39 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.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 355 branch-2 passed
+1 compile 124 branch-2 passed
+1 checkstyle 150 branch-2 passed
+1 shadedjars 282 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 75 branch-2 passed
0 spotbugs 205 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 436 branch-2 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 321 the patch passed
+1 compile 136 the patch passed
+1 cc 136 the patch passed
+1 javac 136 the patch passed
-1 checkstyle 98 hbase-server: The patch generated 1 new + 302 unchanged - 0 fixed = 303 total (was 302)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 294 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1013 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 116 the patch passed
+1 javadoc 73 the patch passed
-1 findbugs 231 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 41 hbase-protocol-shaded in the patch passed.
+1 unit 207 hbase-client in the patch passed.
+1 unit 9420 hbase-server in the patch passed.
+1 asflicense 66 The patch does not generate ASF License warnings.
14252
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/36/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 1aaa71aac532 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 9b9f055
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/36/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/36/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/36/testReport/
Max. process+thread count 4367 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/36/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

…we can track all clusters

that had already processed a given bulk load request. Needed to change also WAL proto for
bulk load event, as well as additional classes logic to now handle a list of ids, instead of a single one.
Also replaced these sleeps by a CountDownLatch being updated by
a _postBulkLoadHFile_ CP method in this test, to help prevent
potential flakyness, as we can set a huge timeout in the latch.await,
without worryig too much with penalysing fast runs.
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 38 Docker mode activated.
_ Prechecks _
+1 dupname 1 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.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 350 branch-2 passed
+1 compile 130 branch-2 passed
+1 checkstyle 152 branch-2 passed
+1 shadedjars 283 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 74 branch-2 passed
0 spotbugs 223 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 465 branch-2 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 328 the patch passed
+1 compile 127 the patch passed
+1 cc 127 the patch passed
+1 javac 127 the patch passed
-1 checkstyle 97 hbase-server: The patch generated 3 new + 300 unchanged - 0 fixed = 303 total (was 300)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 279 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1070 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 133 the patch passed
+1 javadoc 81 the patch passed
-1 findbugs 269 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 49 hbase-protocol-shaded in the patch passed.
+1 unit 240 hbase-client in the patch passed.
-1 unit 9448 hbase-server in the patch failed.
+1 asflicense 68 The patch does not generate ASF License warnings.
14584
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 257]
Failed junit tests hadoop.hbase.regionserver.TestBulkLoadReplication
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/37/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 6cac864672d6 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 84b4a61
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/37/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/37/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/37/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/37/testReport/
Max. process+thread count 4563 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/37/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 127 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.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 19 Maven dependency ordering for branch
+1 mvninstall 384 branch-2 passed
+1 compile 128 branch-2 passed
+1 checkstyle 141 branch-2 passed
+1 shadedjars 256 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 71 branch-2 passed
0 spotbugs 213 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 433 branch-2 passed
_ Patch Compile Tests _
0 mvndep 17 Maven dependency ordering for patch
+1 mvninstall 310 the patch passed
+1 compile 114 the patch passed
+1 cc 114 the patch passed
+1 javac 114 the patch passed
-1 checkstyle 39 hbase-client: The patch generated 1 new + 314 unchanged - 0 fixed = 315 total (was 314)
-1 checkstyle 84 hbase-server: The patch generated 3 new + 300 unchanged - 0 fixed = 303 total (was 300)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 262 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 997 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 112 the patch passed
+1 javadoc 74 the patch passed
-1 findbugs 201 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 37 hbase-protocol-shaded in the patch passed.
+1 unit 196 hbase-client in the patch passed.
-1 unit 16905 hbase-server in the patch failed.
+1 asflicense 74 The patch does not generate ASF License warnings.
21686
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.regionserver.TestSplitTransactionOnCluster
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/38/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux f6e784ec7309 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 84b4a61
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/38/artifact/out/diff-checkstyle-hbase-client.txt
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/38/artifact/out/diff-checkstyle-hbase-server.txt
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/38/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/38/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/38/testReport/
Max. process+thread count 4676 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/38/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 40 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.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 351 branch-2 passed
+1 compile 126 branch-2 passed
+1 checkstyle 145 branch-2 passed
+1 shadedjars 278 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 72 branch-2 passed
0 spotbugs 183 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 413 branch-2 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 323 the patch passed
+1 compile 135 the patch passed
+1 cc 135 the patch passed
+1 javac 135 the patch passed
+1 checkstyle 148 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 281 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1008 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 127 the patch passed
+1 javadoc 81 the patch passed
-1 findbugs 217 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 40 hbase-protocol-shaded in the patch passed.
+1 unit 209 hbase-client in the patch passed.
+1 unit 9098 hbase-server in the patch passed.
+1 asflicense 66 The patch does not generate ASF License warnings.
13907
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/39/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 825fd4215235 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 84b4a61
Default Java 1.8.0_181
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/39/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/39/testReport/
Max. process+thread count 4461 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/39/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 43 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 hbaseanti 1 Patch does not have any anti-patterns.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 16 Maven dependency ordering for branch
+1 mvninstall 354 branch-2 passed
+1 compile 141 branch-2 passed
+1 checkstyle 158 branch-2 passed
+1 shadedjars 324 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 84 branch-2 passed
0 spotbugs 206 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 474 branch-2 passed
_ Patch Compile Tests _
0 mvndep 18 Maven dependency ordering for patch
+1 mvninstall 376 the patch passed
+1 compile 142 the patch passed
+1 cc 142 the patch passed
+1 javac 142 the patch passed
+1 checkstyle 158 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 316 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1116 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 133 the patch passed
+1 javadoc 84 the patch passed
-1 findbugs 247 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 46 hbase-protocol-shaded in the patch passed.
+1 unit 226 hbase-client in the patch passed.
+1 unit 9547 hbase-server in the patch passed.
+1 asflicense 84 The patch does not generate ASF License warnings.
14883
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/40/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 2b0e2c11d02b 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 6ece958
Default Java 1.8.0_181
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/40/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/40/testReport/
Max. process+thread count 4196 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/40/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 44 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.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 331 branch-2 passed
+1 compile 123 branch-2 passed
+1 checkstyle 145 branch-2 passed
+1 shadedjars 261 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 75 branch-2 passed
0 spotbugs 183 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 421 branch-2 passed
_ Patch Compile Tests _
0 mvndep 17 Maven dependency ordering for patch
+1 mvninstall 302 the patch passed
+1 compile 126 the patch passed
+1 cc 126 the patch passed
+1 javac 126 the patch passed
+1 checkstyle 139 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 257 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1149 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 133 the patch passed
+1 javadoc 80 the patch passed
-1 findbugs 257 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 51 hbase-protocol-shaded in the patch passed.
+1 unit 225 hbase-client in the patch passed.
-1 unit 10015 hbase-server in the patch failed.
+1 asflicense 83 The patch does not generate ASF License warnings.
15014
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/41/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 1401e96a9823 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 4a4208f
Default Java 1.8.0_181
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/41/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/41/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/41/testReport/
Max. process+thread count 4653 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/41/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 37 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.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 15 Maven dependency ordering for branch
+1 mvninstall 339 branch-2 passed
+1 compile 124 branch-2 passed
+1 checkstyle 146 branch-2 passed
+1 shadedjars 277 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 74 branch-2 passed
0 spotbugs 216 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 451 branch-2 passed
_ Patch Compile Tests _
0 mvndep 17 Maven dependency ordering for patch
+1 mvninstall 328 the patch passed
+1 compile 121 the patch passed
+1 cc 121 the patch passed
+1 javac 121 the patch passed
+1 checkstyle 146 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 272 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1036 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 122 the patch passed
+1 javadoc 78 the patch passed
-1 findbugs 251 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 46 hbase-protocol-shaded in the patch passed.
+1 unit 219 hbase-client in the patch passed.
-1 unit 10482 hbase-server in the patch failed.
+1 asflicense 72 The patch does not generate ASF License warnings.
15385
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.client.TestMobSnapshotCloneIndependence
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/42/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux a1ac18d0eaa5 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / f088dd5
Default Java 1.8.0_181
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/42/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/42/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/42/testReport/
Max. process+thread count 4456 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/42/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 44 Docker mode activated.
_ Prechecks _
+1 dupname 1 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.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 349 branch-2 passed
+1 compile 132 branch-2 passed
+1 checkstyle 141 branch-2 passed
+1 shadedjars 249 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 76 branch-2 passed
0 spotbugs 204 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 417 branch-2 passed
_ Patch Compile Tests _
0 mvndep 18 Maven dependency ordering for patch
+1 mvninstall 286 the patch passed
+1 compile 119 the patch passed
+1 cc 119 the patch passed
+1 javac 119 the patch passed
+1 checkstyle 143 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 251 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 904 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 112 the patch passed
+1 javadoc 74 the patch passed
-1 findbugs 196 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 39 hbase-protocol-shaded in the patch passed.
+1 unit 209 hbase-client in the patch passed.
+1 unit 9052 hbase-server in the patch passed.
+1 asflicense 95 The patch does not generate ASF License warnings.
13562
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/43/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux 11bc8fed4cd1 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 576e688
Default Java 1.8.0_181
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/43/artifact/out/new-findbugs-hbase-server.html
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/43/testReport/
Max. process+thread count 4324 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/43/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 147 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.
+1 test4tests 0 The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
0 mvndep 38 Maven dependency ordering for branch
+1 mvninstall 479 branch-2 passed
+1 compile 163 branch-2 passed
+1 checkstyle 174 branch-2 passed
+1 shadedjars 347 branch has no errors when building our shaded downstream artifacts.
+1 javadoc 100 branch-2 passed
0 spotbugs 237 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 528 branch-2 passed
_ Patch Compile Tests _
0 mvndep 19 Maven dependency ordering for patch
+1 mvninstall 451 the patch passed
+1 compile 154 the patch passed
+1 cc 154 the patch passed
+1 javac 154 the patch passed
+1 checkstyle 165 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 322 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1387 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 hbaseprotoc 145 the patch passed
+1 javadoc 84 the patch passed
-1 findbugs 259 hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 unit 50 hbase-protocol-shaded in the patch passed.
+1 unit 224 hbase-client in the patch passed.
-1 unit 16642 hbase-server in the patch failed.
+1 asflicense 94 The patch does not generate ASF License warnings.
22822
Reason Tests
FindBugs module:hbase-server
org.apache.hadoop.hbase.replication.regionserver.ReplicationSink.replicateEntries(List, CellScanner, String, String, String) makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:makes inefficient use of keySet iterator instead of entrySet iterator At ReplicationSink.java:[line 256]
Failed junit tests hadoop.hbase.client.TestAdmin
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/44/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc
uname Linux d960c47cd7c1 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 41fddd4
Default Java 1.8.0_181
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/44/artifact/out/new-findbugs-hbase-server.html
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/44/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/44/testReport/
Max. process+thread count 4729 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/44/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@busbey
Copy link
Contributor

busbey commented Sep 3, 2019

Please either make the findbugs correction or annotate things to ack the complaint.

@wchevreuil
Copy link
Contributor Author

On the reported findbugs issue: We do need to iterate over the keySet, as we do need the clusterId further to forward it to HFileReplicator call. What do you mean by annotate it @busbey ? Commenting on that line?

Copy link
Contributor

@nkalmar nkalmar left a comment

Choose a reason for hiding this comment

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

I only had one question, not sure if String vs UUID was intentional or not. (See my comment)
Otherwise looks good!

HFileReplicator hFileReplicator =
new HFileReplicator(this.provider.getConf(this.conf, replicationClusterId),
if(bulkLoadsPerClusters != null) {
for (List<String> clusterIds : bulkLoadsPerClusters.keySet()) {
Copy link
Contributor

@nkalmar nkalmar Sep 11, 2019

Choose a reason for hiding this comment

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

Is there a reason String is used for clusterId?
I see UUID used elsewhere in this class.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That came up as well on the separate PR I created for master branch. Pasting my explanation made there:

HRegionServer already keeps a String clusterId (not UUID), which I'm using to check against the incoming bulk load request. Converting the request List to List when clusterId is already represented as String didn't seem to give much gain here. Maybe we should raise a separate jira to convert all existing String representations of cluster id into UUID, and including this one as part of this work?

We agreed with that suggestion to open a separate jira to address replacing existing String clusterId to UUID.

@busbey
Copy link
Contributor

busbey commented Sep 11, 2019

On the reported findbugs issue: We do need to iterate over the keySet, as we do need the clusterId further to forward it to HFileReplicator call. What do you mean by annotate it @busbey ? Commenting on that line?

You can annotate the implementation so that findbugs doesn't report an error. I think the lowest level you can do it for is the method.

In this case though, I believe the complaint from findbugs is that we should be using entrySet instead of both keySet and then getValue with the key.

@wchevreuil
Copy link
Contributor Author

wchevreuil commented Sep 17, 2019

In this case though, I believe the complaint from findbugs is that we should be using entrySet instead of both keySet and then getValue with the key.

Thanks for the tip, @busbey! Had gone with that on the last commit.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
💙 reexec 2m 35s Docker mode activated.
_ Prechecks _
💚 dupname 0m 1s No case conflicting files found.
💙 prototool 0m 0s prototool was not available.
💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
💚 @author 0m 0s The patch does not contain any @author tags.
💚 test4tests 0m 0s The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
💙 mvndep 0m 18s Maven dependency ordering for branch
💚 mvninstall 8m 9s branch-2 passed
💚 compile 2m 37s branch-2 passed
💚 checkstyle 2m 54s branch-2 passed
💚 shadedjars 5m 45s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 1m 35s branch-2 passed
💙 spotbugs 4m 6s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 8m 51s branch-2 passed
_ Patch Compile Tests _
💙 mvndep 0m 16s Maven dependency ordering for patch
💚 mvninstall 7m 6s the patch passed
💚 compile 2m 42s the patch passed
💚 cc 2m 42s the patch passed
💚 javac 2m 42s the patch passed
💔 checkstyle 1m 49s hbase-server: The patch generated 1 new + 300 unchanged - 0 fixed = 301 total (was 300)
💚 whitespace 0m 0s The patch has no whitespace issues.
💚 shadedjars 5m 43s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 23m 7s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚 hbaseprotoc 2m 32s the patch passed
💚 javadoc 1m 40s the patch passed
💚 findbugs 9m 29s the patch passed
_ Other Tests _
💚 unit 0m 47s hbase-protocol-shaded in the patch passed.
💚 unit 2m 41s hbase-client in the patch passed.
💔 unit 279m 32s hbase-server in the patch failed.
💚 asflicense 1m 15s The patch does not generate ASF License warnings.
381m 49s
Reason Tests
Failed junit tests hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
Subsystem Report/Notes
Docker Client=19.03.2 Server=19.03.2 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/47/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool
uname Linux bcb90a6f9458 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / faed3e4
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/47/artifact/out/diff-checkstyle-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/47/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/47/testReport/
Max. process+thread count 3944 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/47/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
💙 reexec 1m 18s Docker mode activated.
_ Prechecks _
💚 dupname 0m 0s No case conflicting files found.
💙 prototool 0m 0s prototool was not available.
💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
💚 @author 0m 0s The patch does not contain any @author tags.
💚 test4tests 0m 0s The patch appears to include 2 new or modified test files.
_ branch-2 Compile Tests _
💙 mvndep 0m 27s Maven dependency ordering for branch
💚 mvninstall 5m 50s branch-2 passed
💚 compile 2m 1s branch-2 passed
💚 checkstyle 2m 28s branch-2 passed
💚 shadedjars 4m 33s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 1m 11s branch-2 passed
💙 spotbugs 3m 28s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 7m 14s branch-2 passed
_ Patch Compile Tests _
💙 mvndep 0m 14s Maven dependency ordering for patch
💚 mvninstall 5m 17s the patch passed
💚 compile 2m 2s the patch passed
💚 cc 2m 2s the patch passed
💚 javac 2m 2s the patch passed
💚 checkstyle 2m 27s the patch passed
💚 whitespace 0m 0s The patch has no whitespace issues.
💚 shadedjars 4m 33s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 16m 49s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚 hbaseprotoc 1m 52s the patch passed
💚 javadoc 1m 10s the patch passed
💚 findbugs 7m 33s the patch passed
_ Other Tests _
💚 unit 0m 41s hbase-protocol-shaded in the patch passed.
💚 unit 2m 19s hbase-client in the patch passed.
💔 unit 292m 42s hbase-server in the patch failed.
💚 asflicense 1m 13s The patch does not generate ASF License warnings.
370m 27s
Reason Tests
Failed junit tests hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.master.TestSplitWALManager
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
Subsystem Report/Notes
Docker Client=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/48/artifact/out/Dockerfile
GITHUB PR #494
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool
uname Linux 7a7e21d26b94 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-494/out/precommit/personality/provided.sh
git revision branch-2 / 37d49aa
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/48/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/48/testReport/
Max. process+thread count 4896 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-494/48/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@nkalmar nkalmar left a comment

Choose a reason for hiding this comment

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

Great, thanks @wchevreuil , LGTM!

@wchevreuil wchevreuil merged commit 38c8bd3 into apache:branch-2 Sep 21, 2019
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
Signed-off-by:  stack <stack@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Norbert Kalmar <nkalmar@cloudera.com>
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.

7 participants