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-21723 Remove ConnectionImplementation and related classes #190

Merged
merged 1 commit into from
May 29, 2019

Conversation

Apache9
Copy link
Contributor

@Apache9 Apache9 commented Apr 25, 2019

No description provided.

RegionLocations getRegionLocationInCache() {
return metaRegionLocations.get();
}

Choose a reason for hiding this comment

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

whitespace:end of line

/**
* {@link ConnectionImplementation} testing utility.
*/
public class HConnectionTestingUtility {

Choose a reason for hiding this comment

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

whitespace:end of line

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 24 Docker mode activated.
_ Prechecks _
+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 46 new or modified test files.
_ HBASE-21512 Compile Tests _
0 mvndep 23 Maven dependency ordering for branch
+1 mvninstall 228 HBASE-21512 passed
+1 compile 126 HBASE-21512 passed
+1 checkstyle 146 HBASE-21512 passed
+1 shadedjars 265 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 292 HBASE-21512 passed
+1 javadoc 78 HBASE-21512 passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 234 the patch passed
+1 compile 121 the patch passed
+1 javac 121 the patch passed
+1 checkstyle 26 hbase-client: The patch generated 0 new + 1 unchanged - 294 fixed = 1 total (was 295)
-1 checkstyle 65 hbase-server: The patch generated 1 new + 259 unchanged - 47 fixed = 260 total (was 306)
+1 checkstyle 16 hbase-mapreduce: The patch generated 0 new + 15 unchanged - 5 fixed = 15 total (was 20)
+1 checkstyle 16 hbase-it: The patch generated 0 new + 120 unchanged - 5 fixed = 120 total (was 125)
-1 whitespace 0 The patch has 2 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 shadedjars 255 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 499 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 337 the patch passed
-1 javadoc 20 hbase-client generated 1 new + 2 unchanged - 0 fixed = 3 total (was 2)
_ Other Tests _
+1 unit 105 hbase-client in the patch passed.
-1 unit 8202 hbase-server in the patch failed.
+1 unit 1104 hbase-mapreduce in the patch passed.
+1 unit 67 hbase-it in the patch passed.
+1 asflicense 118 The patch does not generate ASF License warnings.
12559
Reason Tests
Failed junit tests hadoop.hbase.client.TestMetaWithReplicas
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/1/artifact/out/Dockerfile
GITHUB PR #190
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 88a26343172b 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision HBASE-21512 / 1465841
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/1/artifact/out/diff-checkstyle-hbase-server.txt
whitespace https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/1/artifact/out/whitespace-eol.txt
javadoc https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/1/artifact/out/diff-javadoc-javadoc-hbase-client.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/1/testReport/
Max. process+thread count 5444 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-it U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/1/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 22 Docker mode activated.
_ Prechecks _
+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 46 new or modified test files.
_ HBASE-21512 Compile Tests _
0 mvndep 30 Maven dependency ordering for branch
+1 mvninstall 262 HBASE-21512 passed
+1 compile 134 HBASE-21512 passed
+1 checkstyle 148 HBASE-21512 passed
+1 shadedjars 278 branch has no errors when building our shaded downstream artifacts.
-1 findbugs 29 hbase-mapreduce in HBASE-21512 failed.
+1 javadoc 85 HBASE-21512 passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 253 the patch passed
+1 compile 134 the patch passed
+1 javac 134 the patch passed
+1 checkstyle 29 hbase-client: The patch generated 0 new + 4 unchanged - 294 fixed = 4 total (was 298)
+1 checkstyle 77 hbase-server: The patch generated 0 new + 259 unchanged - 47 fixed = 259 total (was 306)
+1 checkstyle 18 hbase-mapreduce: The patch generated 0 new + 15 unchanged - 5 fixed = 15 total (was 20)
+1 checkstyle 17 hbase-it: The patch generated 0 new + 120 unchanged - 5 fixed = 120 total (was 125)
-1 whitespace 0 The patch has 2 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 shadedjars 275 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 537 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 462 the patch passed
+1 javadoc 88 the patch passed
_ Other Tests _
+1 unit 103 hbase-client in the patch passed.
-1 unit 7403 hbase-server in the patch failed.
-1 unit 969 hbase-mapreduce in the patch failed.
+1 unit 63 hbase-it in the patch passed.
+1 asflicense 115 The patch does not generate ASF License warnings.
11995
Reason Tests
Failed junit tests hadoop.hbase.client.TestBlockEvictionFromClient
hadoop.hbase.client.TestClientTimeouts
hadoop.hbase.snapshot.TestExportSnapshotNoCluster
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/2/artifact/out/Dockerfile
GITHUB PR #190
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 2bd1e9f794e0 4.4.0-131-generic #157~14.04.1-Ubuntu SMP Fri Jul 13 08:53:17 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision HBASE-21512 / dfa4f47
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/2/artifact/out/branch-findbugs-hbase-mapreduce.txt
whitespace https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/2/artifact/out/whitespace-eol.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/2/artifact/out/patch-unit-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/2/artifact/out/patch-unit-hbase-mapreduce.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/2/testReport/
Max. process+thread count 5064 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-it U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/2/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 59 Docker mode activated.
_ Prechecks _
+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 46 new or modified test files.
_ HBASE-21512 Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 250 HBASE-21512 passed
+1 compile 127 HBASE-21512 passed
+1 checkstyle 135 HBASE-21512 passed
+1 shadedjars 263 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 286 HBASE-21512 passed
+1 javadoc 81 HBASE-21512 passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 266 the patch passed
+1 compile 136 the patch passed
+1 javac 136 the patch passed
+1 checkstyle 30 hbase-client: The patch generated 0 new + 4 unchanged - 294 fixed = 4 total (was 298)
+1 checkstyle 74 hbase-server: The patch generated 0 new + 256 unchanged - 50 fixed = 256 total (was 306)
+1 checkstyle 20 hbase-mapreduce: The patch generated 0 new + 15 unchanged - 5 fixed = 15 total (was 20)
+1 checkstyle 17 hbase-it: The patch generated 0 new + 120 unchanged - 5 fixed = 120 total (was 125)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 277 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 532 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 347 the patch passed
+1 javadoc 80 the patch passed
_ Other Tests _
+1 unit 110 hbase-client in the patch passed.
-1 unit 14239 hbase-server in the patch failed.
+1 unit 1572 hbase-mapreduce in the patch passed.
+1 unit 74 hbase-it in the patch passed.
+1 asflicense 106 The patch does not generate ASF License warnings.
19231
Reason Tests
Failed junit tests hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/3/artifact/out/Dockerfile
GITHUB PR #190
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 6c2c70e7788d 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision HBASE-21512 / dfa4f47
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/3/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/3/testReport/
Max. process+thread count 5534 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-it U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/3/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 261 Docker mode activated.
_ Prechecks _
+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 46 new or modified test files.
_ HBASE-21512 Compile Tests _
0 mvndep 27 Maven dependency ordering for branch
+1 mvninstall 235 HBASE-21512 passed
+1 compile 125 HBASE-21512 passed
+1 checkstyle 149 HBASE-21512 passed
+1 shadedjars 254 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 294 HBASE-21512 passed
+1 javadoc 86 HBASE-21512 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 239 the patch passed
+1 compile 127 the patch passed
+1 javac 127 the patch passed
+1 checkstyle 29 hbase-client: The patch generated 0 new + 4 unchanged - 294 fixed = 4 total (was 298)
+1 checkstyle 71 hbase-server: The patch generated 0 new + 256 unchanged - 50 fixed = 256 total (was 306)
+1 checkstyle 19 hbase-mapreduce: The patch generated 0 new + 15 unchanged - 5 fixed = 15 total (was 20)
+1 checkstyle 18 hbase-it: The patch generated 0 new + 120 unchanged - 5 fixed = 120 total (was 125)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 257 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 479 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 290 the patch passed
+1 javadoc 86 the patch passed
_ Other Tests _
+1 unit 111 hbase-client in the patch passed.
+1 unit 12840 hbase-server in the patch passed.
+1 unit 1282 hbase-mapreduce in the patch passed.
+1 unit 74 hbase-it in the patch passed.
+1 asflicense 119 The patch does not generate ASF License warnings.
17621
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/4/artifact/out/Dockerfile
GITHUB PR #190
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 98e5783e5962 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision HBASE-21512 / 2b071e4
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/4/testReport/
Max. process+thread count 5467 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-it U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/4/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 51 Docker mode activated.
_ Prechecks _
+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 46 new or modified test files.
_ HBASE-21512 Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 232 HBASE-21512 passed
+1 compile 129 HBASE-21512 passed
+1 checkstyle 144 HBASE-21512 passed
+1 shadedjars 261 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 319 HBASE-21512 passed
+1 javadoc 85 HBASE-21512 passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 232 the patch passed
+1 compile 126 the patch passed
+1 javac 126 the patch passed
+1 checkstyle 29 hbase-client: The patch generated 0 new + 4 unchanged - 294 fixed = 4 total (was 298)
+1 checkstyle 73 hbase-server: The patch generated 0 new + 256 unchanged - 50 fixed = 256 total (was 306)
+1 checkstyle 18 hbase-mapreduce: The patch generated 0 new + 15 unchanged - 5 fixed = 15 total (was 20)
+1 checkstyle 18 hbase-it: The patch generated 0 new + 120 unchanged - 5 fixed = 120 total (was 125)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 257 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 480 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 342 the patch passed
+1 javadoc 83 the patch passed
_ Other Tests _
+1 unit 108 hbase-client in the patch passed.
-1 unit 14313 hbase-server in the patch failed.
+1 unit 1378 hbase-mapreduce in the patch passed.
+1 unit 80 hbase-it in the patch passed.
+1 asflicense 142 The patch does not generate ASF License warnings.
19264
Reason Tests
Failed junit tests hadoop.hbase.replication.TestSyncReplicationStandbyKillMaster
hadoop.hbase.replication.TestReplicationDisableInactivePeer
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/5/artifact/out/Dockerfile
GITHUB PR #190
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux d0abf9cc20d1 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision HBASE-21512 / a20731b
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/5/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/5/testReport/
Max. process+thread count 5500 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-it U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/5/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 226 Docker mode activated.
_ Prechecks _
+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 46 new or modified test files.
_ HBASE-21512 Compile Tests _
0 mvndep 29 Maven dependency ordering for branch
+1 mvninstall 240 HBASE-21512 passed
+1 compile 128 HBASE-21512 passed
+1 checkstyle 137 HBASE-21512 passed
+1 shadedjars 262 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 304 HBASE-21512 passed
+1 javadoc 87 HBASE-21512 passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 237 the patch passed
+1 compile 130 the patch passed
+1 javac 130 the patch passed
+1 checkstyle 30 hbase-client: The patch generated 0 new + 4 unchanged - 289 fixed = 4 total (was 293)
+1 checkstyle 73 hbase-server: The patch generated 0 new + 210 unchanged - 50 fixed = 210 total (was 260)
+1 checkstyle 19 hbase-mapreduce: The patch generated 0 new + 15 unchanged - 5 fixed = 15 total (was 20)
+1 checkstyle 18 hbase-it: The patch generated 0 new + 120 unchanged - 5 fixed = 120 total (was 125)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 261 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 970 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.0.3 3.1.2.
+1 findbugs 317 the patch passed
+1 javadoc 86 the patch passed
_ Other Tests _
+1 unit 112 hbase-client in the patch passed.
-1 unit 14337 hbase-server in the patch failed.
-1 unit 2593 hbase-mapreduce in the patch failed.
-1 unit 262 hbase-it in the patch failed.
+1 asflicense 105 The patch does not generate ASF License warnings.
22737
Reason Tests
Failed junit tests hadoop.hbase.replication.TestReplicationKillSlaveRS
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.client.TestConnection
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.mapreduce.TestImportTSVWithTTLs
hadoop.hbase.mapreduce.TestTableInputFormatScanYYYToEmpty
hadoop.hbase.replication.TestVerifyReplicationCrossDiffHdfs
hadoop.hbase.mapreduce.TestTableInputFormatScan
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToOPP
hadoop.hbase.mapreduce.TestTimeRangeMapRed
hadoop.hbase.mapreduce.TestMultithreadedTableMapper
hadoop.hbase.mapreduce.TestHRegionPartitioner
hadoop.hbase.mapreduce.TestRowCounter
hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory
hadoop.hbase.snapshot.TestExportSnapshot
hadoop.hbase.mapreduce.TestHFileOutputFormat2
hadoop.hbase.mapreduce.TestTableInputFormatScanOPPToEmpty
hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
hadoop.hbase.mapreduce.TestSyncTable
hadoop.hbase.mapreduce.TestTableMapReduce
hadoop.hbase.mapreduce.TestMultiTableInputFormat
hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestTableRecordReader
hadoop.hbase.mapreduce.TestTableInputFormatScanYYXToEmpty
hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
hadoop.hbase.mapred.TestTableMapReduceUtil
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToAPP
hadoop.hbase.replication.TestVerifyReplication
hadoop.hbase.mapred.TestTableMapReduce
hadoop.hbase.mapreduce.TestTableInputFormat
hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
hadoop.hbase.snapshot.TestMobSecureExportSnapshot
hadoop.hbase.regionserver.TestCompactionTool
hadoop.hbase.mapreduce.TestWALPlayer
hadoop.hbase.mapreduce.TestCellCounter
hadoop.hbase.mapred.TestTableInputFormat
hadoop.hbase.mapreduce.TestImportExport
hadoop.hbase.mapred.TestTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestHashTable
hadoop.hbase.mapreduce.TestWALRecordReader
hadoop.hbase.snapshot.TestMobExportSnapshot
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToEmpty
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBB
hadoop.hbase.snapshot.TestSecureExportSnapshot
hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/6/artifact/out/Dockerfile
GITHUB PR #190
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 1b17b23a1f65 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision HBASE-21512 / 0f01a02
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/6/artifact/out/patch-unit-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/6/artifact/out/patch-unit-hbase-mapreduce.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/6/artifact/out/patch-unit-hbase-it.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/6/testReport/
Max. process+thread count 5053 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-it U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/6/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 141 Docker mode activated.
_ Prechecks _
+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 46 new or modified test files.
_ HBASE-21512 Compile Tests _
0 mvndep 31 Maven dependency ordering for branch
+1 mvninstall 253 HBASE-21512 passed
+1 compile 133 HBASE-21512 passed
+1 checkstyle 152 HBASE-21512 passed
+1 shadedjars 277 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 316 HBASE-21512 passed
+1 javadoc 82 HBASE-21512 passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 249 the patch passed
+1 compile 129 the patch passed
+1 javac 129 the patch passed
+1 checkstyle 30 hbase-client: The patch generated 0 new + 4 unchanged - 289 fixed = 4 total (was 293)
+1 checkstyle 80 hbase-server: The patch generated 0 new + 210 unchanged - 50 fixed = 210 total (was 260)
+1 checkstyle 18 hbase-mapreduce: The patch generated 0 new + 15 unchanged - 5 fixed = 15 total (was 20)
+1 checkstyle 17 hbase-it: The patch generated 0 new + 120 unchanged - 5 fixed = 120 total (was 125)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 275 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 1074 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.0.3 3.1.2.
+1 findbugs 372 the patch passed
+1 javadoc 87 the patch passed
_ Other Tests _
+1 unit 104 hbase-client in the patch passed.
+1 unit 11939 hbase-server in the patch passed.
-1 unit 3029 hbase-mapreduce in the patch failed.
-1 unit 262 hbase-it in the patch failed.
+1 asflicense 110 The patch does not generate ASF License warnings.
19323
Reason Tests
Failed junit tests hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory
hadoop.hbase.replication.TestVerifyReplicationCrossDiffHdfs
hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
hadoop.hbase.mapreduce.TestTableInputFormatScanYZYToEmpty
hadoop.hbase.mapreduce.TestWALRecordReader
hadoop.hbase.snapshot.TestMobSecureExportSnapshot
hadoop.hbase.mapreduce.TestTableInputFormat
hadoop.hbase.mapreduce.TestCopyTable
hadoop.hbase.mapreduce.TestTimeRangeMapRed
hadoop.hbase.regionserver.TestCompactionTool
hadoop.hbase.mapreduce.TestTableInputFormatScan
hadoop.hbase.mapreduce.TestTableInputFormatScanOPPToEmpty
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToEmpty
hadoop.hbase.snapshot.TestExportSnapshot
hadoop.hbase.snapshot.TestMobExportSnapshot
hadoop.hbase.snapshot.TestSecureExportSnapshot
hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestHRegionPartitioner
hadoop.hbase.mapred.TestTableMapReduce
hadoop.hbase.mapred.TestTableMapReduceUtil
hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
hadoop.hbase.mapreduce.TestHFileOutputFormat2
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBA
hadoop.hbase.mapreduce.TestCellCounter
hadoop.hbase.mapreduce.TestImportExport
hadoop.hbase.mapred.TestTableInputFormat
hadoop.hbase.replication.TestVerifyReplication
hadoop.hbase.mapreduce.TestTableInputFormatScanYYXToEmpty
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBB
hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestTableRecordReader
hadoop.hbase.mapreduce.TestImportTSVWithTTLs
hadoop.hbase.mapreduce.TestTableInputFormatScanYYYToEmpty
hadoop.hbase.mapreduce.TestImportTsv
hadoop.hbase.mapreduce.TestRowCounter
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToAPP
hadoop.hbase.mapreduce.TestSyncTable
hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToQPP
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToOPP
hadoop.hbase.mapred.TestTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestMultithreadedTableMapper
hadoop.hbase.mapreduce.TestWALPlayer
hadoop.hbase.mapreduce.TestHashTable
hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/7/artifact/out/Dockerfile
GITHUB PR #190
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 058ec4e71e19 4.4.0-143-generic #169~14.04.2-Ubuntu SMP Wed Feb 13 15:00:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision HBASE-21512 / 50d1a70
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/7/artifact/out/patch-unit-hbase-mapreduce.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/7/artifact/out/patch-unit-hbase-it.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/7/testReport/
Max. process+thread count 4706 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-it U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/7/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 141 Docker mode activated.
_ Prechecks _
+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 46 new or modified test files.
_ HBASE-21512 Compile Tests _
0 mvndep 25 Maven dependency ordering for branch
+1 mvninstall 243 HBASE-21512 passed
+1 compile 124 HBASE-21512 passed
+1 checkstyle 132 HBASE-21512 passed
+1 shadedjars 261 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 287 HBASE-21512 passed
+1 javadoc 79 HBASE-21512 passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 237 the patch passed
+1 compile 128 the patch passed
+1 javac 128 the patch passed
+1 checkstyle 28 hbase-client: The patch generated 0 new + 4 unchanged - 289 fixed = 4 total (was 293)
+1 checkstyle 71 hbase-server: The patch generated 0 new + 210 unchanged - 50 fixed = 210 total (was 260)
+1 checkstyle 19 hbase-mapreduce: The patch generated 0 new + 15 unchanged - 5 fixed = 15 total (was 20)
+1 checkstyle 18 hbase-it: The patch generated 0 new + 120 unchanged - 5 fixed = 120 total (was 125)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 258 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 977 Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.0.3 3.1.2.
+1 findbugs 309 the patch passed
+1 javadoc 79 the patch passed
_ Other Tests _
+1 unit 106 hbase-client in the patch passed.
+1 unit 12953 hbase-server in the patch passed.
-1 unit 2580 hbase-mapreduce in the patch failed.
-1 unit 262 hbase-it in the patch failed.
+1 asflicense 129 The patch does not generate ASF License warnings.
19586
Reason Tests
Failed junit tests hadoop.hbase.mapred.TestTableMapReduce
hadoop.hbase.snapshot.TestMobExportSnapshot
hadoop.hbase.mapreduce.TestTableInputFormatScanYYXToEmpty
hadoop.hbase.snapshot.TestMobSecureExportSnapshot
hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapred.TestTableMapReduceUtil
hadoop.hbase.mapred.TestTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
hadoop.hbase.snapshot.TestExportSnapshot
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToOPP
hadoop.hbase.mapreduce.TestHashTable
hadoop.hbase.mapreduce.TestSyncTable
hadoop.hbase.replication.TestVerifyReplication
hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBA
hadoop.hbase.regionserver.TestCompactionTool
hadoop.hbase.mapreduce.TestRowCounter
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToAPP
hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToQPP
hadoop.hbase.snapshot.TestExportSnapshotWithTemporaryDirectory
hadoop.hbase.mapreduce.TestWALRecordReader
hadoop.hbase.mapred.TestTableInputFormat
hadoop.hbase.mapreduce.TestImportTsv
hadoop.hbase.mapreduce.TestTableInputFormatScanYYYToEmpty
hadoop.hbase.mapreduce.TestCellCounter
hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
hadoop.hbase.mapreduce.TestTableInputFormat
hadoop.hbase.mapreduce.TestTimeRangeMapRed
hadoop.hbase.mapreduce.TestTableInputFormatScanOPPToEmpty
hadoop.hbase.mapreduce.TestCopyTable
hadoop.hbase.mapreduce.TestTableRecordReader
hadoop.hbase.mapreduce.TestHRegionPartitioner
hadoop.hbase.mapreduce.TestWALPlayer
hadoop.hbase.mapreduce.TestTableInputFormatScanYZYToEmpty
hadoop.hbase.replication.TestVerifyReplicationCrossDiffHdfs
hadoop.hbase.mapreduce.TestHFileOutputFormat2
hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToEmpty
hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToOPP
hadoop.hbase.snapshot.TestSecureExportSnapshot
hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/8/artifact/out/Dockerfile
GITHUB PR #190
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 47085e875579 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision HBASE-21512 / 50d1a70
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/8/artifact/out/patch-unit-hbase-mapreduce.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/8/artifact/out/patch-unit-hbase-it.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/8/testReport/
Max. process+thread count 5054 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-it U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-190/8/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

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