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-22275 Removed deprecated getRegionInfo in HRegionLocation #170

Merged
merged 1 commit into from
Jun 16, 2019

Conversation

HorizonNet
Copy link
Contributor

No description provided.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 277 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 43 new or modified test files.
_ master Compile Tests _
0 mvndep 24 Maven dependency ordering for branch
+1 mvninstall 272 master passed
+1 compile 190 master passed
+1 checkstyle 189 master passed
+1 shadedjars 276 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 445 master passed
+1 javadoc 128 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 250 the patch passed
+1 compile 184 the patch passed
+1 javac 184 the patch passed
-1 checkstyle 79 hbase-server: The patch generated 8 new + 708 unchanged - 6 fixed = 716 total (was 714)
-1 checkstyle 19 hbase-mapreduce: The patch generated 1 new + 32 unchanged - 1 fixed = 33 total (was 33)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 267 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 506 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 533 the patch passed
+1 javadoc 137 the patch passed
_ Other Tests _
+1 unit 198 hbase-client in the patch passed.
-1 unit 15222 hbase-server in the patch failed.
-1 unit 1284 hbase-mapreduce in the patch failed.
+1 unit 339 hbase-thrift in the patch passed.
+1 unit 325 hbase-endpoint in the patch passed.
+1 unit 506 hbase-rest in the patch passed.
+1 asflicense 192 The patch does not generate ASF License warnings.
22119
Reason Tests
Failed junit tests hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
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-170/1/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux d29ed651484c 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 master / 353f922
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-170/1/artifact/out/diff-checkstyle-hbase-server.txt
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/1/artifact/out/diff-checkstyle-hbase-mapreduce.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/1/artifact/out/patch-unit-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/1/artifact/out/patch-unit-hbase-mapreduce.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/1/testReport/
Max. process+thread count 5013 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/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 45 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 43 new or modified test files.
_ master Compile Tests _
0 mvndep 24 Maven dependency ordering for branch
+1 mvninstall 241 master passed
+1 compile 185 master passed
+1 checkstyle 192 master passed
+1 shadedjars 267 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 435 master passed
+1 javadoc 138 master passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 238 the patch passed
+1 compile 182 the patch passed
+1 javac 182 the patch passed
-1 checkstyle 84 hbase-server: The patch generated 8 new + 707 unchanged - 6 fixed = 715 total (was 713)
-1 checkstyle 18 hbase-mapreduce: The patch generated 1 new + 31 unchanged - 1 fixed = 32 total (was 32)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 271 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 511 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 496 the patch passed
+1 javadoc 129 the patch passed
_ Other Tests _
+1 unit 205 hbase-client in the patch passed.
-1 unit 12502 hbase-server in the patch failed.
+1 unit 1148 hbase-mapreduce in the patch passed.
+1 unit 295 hbase-thrift in the patch passed.
+1 unit 275 hbase-endpoint in the patch passed.
+1 unit 421 hbase-rest in the patch passed.
+1 asflicense 189 The patch does not generate ASF License warnings.
18781
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-170/2/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux e96306a45dd4 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 master / f30d6c9
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-170/2/artifact/out/diff-checkstyle-hbase-server.txt
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/2/artifact/out/diff-checkstyle-hbase-mapreduce.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/2/testReport/
Max. process+thread count 5114 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/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 49 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 43 new or modified test files.
_ master Compile Tests _
0 mvndep 14 Maven dependency ordering for branch
+1 mvninstall 249 master passed
+1 compile 179 master passed
+1 checkstyle 182 master passed
+1 shadedjars 270 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 467 master passed
+1 javadoc 135 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 245 the patch passed
+1 compile 190 the patch passed
+1 javac 190 the patch passed
+1 checkstyle 36 The patch passed checkstyle in hbase-client
+1 checkstyle 80 hbase-server: The patch generated 0 new + 702 unchanged - 11 fixed = 702 total (was 713)
+1 checkstyle 18 hbase-mapreduce: The patch generated 0 new + 29 unchanged - 3 fixed = 29 total (was 32)
+1 checkstyle 32 The patch passed checkstyle in hbase-thrift
+1 checkstyle 13 The patch passed checkstyle in hbase-endpoint
+1 checkstyle 16 The patch passed checkstyle in hbase-rest
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 267 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 508 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 520 the patch passed
+1 javadoc 135 the patch passed
_ Other Tests _
+1 unit 200 hbase-client in the patch passed.
-1 unit 14297 hbase-server in the patch failed.
-1 unit 1415 hbase-mapreduce in the patch failed.
+1 unit 326 hbase-thrift in the patch passed.
+1 unit 321 hbase-endpoint in the patch passed.
+1 unit 516 hbase-rest in the patch passed.
+1 asflicense 200 The patch does not generate ASF License warnings.
21068
Reason Tests
Failed junit tests 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-170/3/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 3f43f1d60acb 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 master / 6e95977
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-170/3/artifact/out/patch-unit-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/3/artifact/out/patch-unit-hbase-mapreduce.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/3/testReport/
Max. process+thread count 5606 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/3/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@saintstack saintstack left a comment

Choose a reason for hiding this comment

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

This patch looks great. Approved pending question answer is that classes changed are private and not public.

@saintstack
Copy link
Contributor

Go for it @HorizonNet Thanks for answering my question.

@HorizonNet
Copy link
Contributor Author

No problem. Currently waiting for a +1 from the build. I think the failing test is not related, but just want to play safe.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 282 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 43 new or modified test files.
_ master Compile Tests _
0 mvndep 20 Maven dependency ordering for branch
+1 mvninstall 271 master passed
+1 compile 186 master passed
+1 checkstyle 191 master passed
+1 shadedjars 269 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 482 master passed
+1 javadoc 134 master passed
_ Patch Compile Tests _
0 mvndep 13 Maven dependency ordering for patch
+1 mvninstall 246 the patch passed
+1 compile 188 the patch passed
+1 javac 188 the patch passed
+1 checkstyle 35 The patch passed checkstyle in hbase-client
+1 checkstyle 79 hbase-server: The patch generated 0 new + 702 unchanged - 11 fixed = 702 total (was 713)
+1 checkstyle 16 hbase-mapreduce: The patch generated 0 new + 29 unchanged - 3 fixed = 29 total (was 32)
+1 checkstyle 32 The patch passed checkstyle in hbase-thrift
+1 checkstyle 12 The patch passed checkstyle in hbase-endpoint
+1 checkstyle 17 The patch passed checkstyle in hbase-rest
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 267 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 513 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 518 the patch passed
+1 javadoc 134 the patch passed
_ Other Tests _
+1 unit 199 hbase-client in the patch passed.
-1 unit 16721 hbase-server in the patch failed.
+1 unit 1472 hbase-mapreduce in the patch passed.
+1 unit 368 hbase-thrift in the patch passed.
+1 unit 332 hbase-endpoint in the patch passed.
+1 unit 575 hbase-rest in the patch passed.
+1 asflicense 190 The patch does not generate ASF License warnings.
23931
Reason Tests
Failed junit tests hadoop.hbase.client.TestFromClientSide
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.client.TestSnapshotCloneIndependence
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.client.TestAdmin1
hadoop.hbase.quotas.TestSpaceQuotas
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-170/4/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 53b15e38c953 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 master / 184568c
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-170/4/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/4/testReport/
Max. process+thread count 5499 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/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 35 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 42 new or modified test files.
_ master Compile Tests _
0 mvndep 29 Maven dependency ordering for branch
+1 mvninstall 259 master passed
+1 compile 181 master passed
+1 checkstyle 199 master passed
+1 shadedjars 257 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 468 master passed
+1 javadoc 133 master passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 244 the patch passed
+1 compile 206 the patch passed
+1 javac 206 the patch passed
+1 checkstyle 38 The patch passed checkstyle in hbase-client
+1 checkstyle 93 hbase-server: The patch generated 0 new + 702 unchanged - 11 fixed = 702 total (was 713)
+1 checkstyle 19 hbase-mapreduce: The patch generated 0 new + 29 unchanged - 3 fixed = 29 total (was 32)
+1 checkstyle 36 The patch passed checkstyle in hbase-thrift
+1 checkstyle 14 The patch passed checkstyle in hbase-endpoint
+1 checkstyle 18 The patch passed checkstyle in hbase-rest
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 295 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 633 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 517 the patch passed
+1 javadoc 155 the patch passed
_ Other Tests _
+1 unit 197 hbase-client in the patch passed.
-1 unit 13140 hbase-server in the patch failed.
+1 unit 1214 hbase-mapreduce in the patch passed.
+1 unit 280 hbase-thrift in the patch passed.
+1 unit 294 hbase-endpoint in the patch passed.
+1 unit 424 hbase-rest in the patch passed.
+1 asflicense 175 The patch does not generate ASF License warnings.
19739
Reason Tests
Failed junit tests hadoop.hbase.quotas.TestSpaceQuotas
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-170/5/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux bf4d817aa440 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 4477dd5
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-170/5/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/5/testReport/
Max. process+thread count 5039 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/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 55 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 42 new or modified test files.
_ master Compile Tests _
0 mvndep 30 Maven dependency ordering for branch
+1 mvninstall 312 master passed
+1 compile 225 master passed
+1 checkstyle 216 master passed
+1 shadedjars 310 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 526 master passed
+1 javadoc 158 master passed
_ Patch Compile Tests _
0 mvndep 16 Maven dependency ordering for patch
+1 mvninstall 322 the patch passed
+1 compile 223 the patch passed
+1 javac 223 the patch passed
+1 checkstyle 39 The patch passed checkstyle in hbase-client
+1 checkstyle 88 hbase-server: The patch generated 0 new + 702 unchanged - 11 fixed = 702 total (was 713)
+1 checkstyle 20 hbase-mapreduce: The patch generated 0 new + 29 unchanged - 3 fixed = 29 total (was 32)
+1 checkstyle 35 The patch passed checkstyle in hbase-thrift
+1 checkstyle 14 The patch passed checkstyle in hbase-endpoint
+1 checkstyle 17 The patch passed checkstyle in hbase-rest
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 292 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 601 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 533 the patch passed
+1 javadoc 138 the patch passed
_ Other Tests _
+1 unit 192 hbase-client in the patch passed.
-1 unit 11825 hbase-server in the patch failed.
+1 unit 1147 hbase-mapreduce in the patch passed.
+1 unit 198 hbase-thrift in the patch passed.
+1 unit 247 hbase-endpoint in the patch passed.
+1 unit 296 hbase-rest in the patch passed.
+1 asflicense 162 The patch does not generate ASF License warnings.
18435
Reason Tests
Failed junit tests hadoop.hbase.master.procedure.TestSplitWALProcedure
hadoop.hbase.master.assignment.TestReportRegionStateTransitionRetry
hadoop.hbase.tool.TestSecureLoadIncrementalHFilesSplitRecovery
hadoop.hbase.master.assignment.TestReportOnlineRegionsRace
hadoop.hbase.master.procedure.TestSafemodeBringsDownMaster
hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
hadoop.hbase.TestRegionLoad
hadoop.hbase.tool.TestSecureLoadIncrementalHFiles
hadoop.hbase.master.procedure.TestReopenTableRegionsProcedureInfiniteLoop
hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
hadoop.hbase.replication.TestSyncReplicationMoreLogsInLocalGiveUpSplitting
hadoop.hbase.tool.TestLoadIncrementalHFiles
hadoop.hbase.replication.TestSyncReplicationRemoveRemoteWAL
hadoop.hbase.io.encoding.TestDataBlockEncoders
hadoop.hbase.master.procedure.TestSCP
hadoop.hbase.procedure.TestProcedureManager
hadoop.hbase.io.hfile.TestCacheOnWrite
hadoop.hbase.tool.TestCanaryTool
hadoop.hbase.io.encoding.TestEncodedSeekers
hadoop.hbase.replication.TestSyncReplicationStandBy
hadoop.hbase.master.assignment.TestModifyTableWhileMerging
hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedureFromClient
hadoop.hbase.master.assignment.TestSplitTableRegionProcedure
hadoop.hbase.master.assignment.TestMasterAbortWhileMergingTable
hadoop.hbase.master.procedure.TestWALProcedureStoreOnHDFS
TEST-null
hadoop.hbase.master.assignment.TestAMServerFailedOpen
hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
hadoop.hbase.master.assignment.TestMergeTableRegionsProcedure
hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
hadoop.hbase.master.assignment.TestAssignmentManagerUtil
hadoop.hbase.master.replication.TestTransitPeerSyncReplicationStateProcedureRetry
hadoop.hbase.io.encoding.TestChangingEncoding
hadoop.hbase.TestNamespace
hadoop.hbase.io.hfile.TestCacheConfig
hadoop.hbase.TestPartialResultsFromClientSide
hadoop.hbase.master.assignment.TestTransitRegionStateProcedure
hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
hadoop.hbase.master.TestMigrateNamespaceTable
hadoop.hbase.replication.TestReplicationProcedureRetry
hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController
hadoop.hbase.TestAcidGuaranteesWithNoInMemCompaction
hadoop.hbase.TestIOFencing
hadoop.hbase.procedure.TestFailedProcCleanup
hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
hadoop.hbase.tool.TestLoadIncrementalHFilesSplitRecovery
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-170/6/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 5d5fe5116e6a 4.4.0-141-generic #167~14.04.1-Ubuntu SMP Mon Dec 10 13:20:24 UTC 2018 x86_64 GNU/Linux
Build tool maven
Personality /testptch/patchprocess/precommit/personality/provided.sh
git revision master / 3f40df8
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-170/6/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/6/testReport/
Max. process+thread count 4993 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/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 264 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 42 new or modified test files.
_ master Compile Tests _
0 mvndep 30 Maven dependency ordering for branch
+1 mvninstall 267 master passed
+1 compile 184 master passed
+1 checkstyle 193 master passed
+1 shadedjars 266 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 467 master passed
+1 javadoc 141 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 245 the patch passed
+1 compile 181 the patch passed
+1 javac 181 the patch passed
+1 checkstyle 34 The patch passed checkstyle in hbase-client
+1 checkstyle 74 hbase-server: The patch generated 0 new + 702 unchanged - 11 fixed = 702 total (was 713)
+1 checkstyle 19 hbase-mapreduce: The patch generated 0 new + 29 unchanged - 3 fixed = 29 total (was 32)
+1 checkstyle 31 The patch passed checkstyle in hbase-thrift
+1 checkstyle 13 The patch passed checkstyle in hbase-endpoint
+1 checkstyle 15 The patch passed checkstyle in hbase-rest
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 260 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 507 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 513 the patch passed
+1 javadoc 137 the patch passed
_ Other Tests _
+1 unit 198 hbase-client in the patch passed.
-1 unit 16988 hbase-server in the patch failed.
-1 unit 1471 hbase-mapreduce in the patch failed.
+1 unit 362 hbase-thrift in the patch passed.
+1 unit 317 hbase-endpoint in the patch passed.
+1 unit 548 hbase-rest in the patch passed.
+1 asflicense 181 The patch does not generate ASF License warnings.
24101
Reason Tests
Failed junit tests hadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestConnectionImplementation
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.quotas.TestSpaceQuotas
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-170/7/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux c83dcbe2a0a3 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 master / 70296a2
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-170/7/artifact/out/patch-unit-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/7/artifact/out/patch-unit-hbase-mapreduce.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/7/testReport/
Max. process+thread count 5071 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/7/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet
Copy link
Contributor Author

Updated the PR to fix the failing shell tests.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 20 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 43 new or modified test files.
_ master Compile Tests _
0 mvndep 28 Maven dependency ordering for branch
+1 mvninstall 261 master passed
+1 compile 216 master passed
+1 checkstyle 210 master passed
+1 shadedjars 278 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 503 master passed
+1 javadoc 156 master passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 252 the patch passed
+1 compile 243 the patch passed
+1 javac 243 the patch passed
+1 checkstyle 36 The patch passed checkstyle in hbase-client
+1 checkstyle 84 hbase-server: The patch generated 0 new + 702 unchanged - 11 fixed = 702 total (was 713)
+1 checkstyle 19 hbase-mapreduce: The patch generated 0 new + 29 unchanged - 3 fixed = 29 total (was 32)
+1 checkstyle 36 The patch passed checkstyle in hbase-thrift
+1 checkstyle 10 The patch passed checkstyle in hbase-shell
+1 checkstyle 14 The patch passed checkstyle in hbase-endpoint
+1 checkstyle 18 The patch passed checkstyle in hbase-rest
-1 rubocop 21 The patch generated 5 new + 816 unchanged - 5 fixed = 821 total (was 821)
+1 ruby-lint 2 There were no new ruby-lint issues.
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 283 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 526 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 576 the patch passed
+1 javadoc 149 the patch passed
_ Other Tests _
+1 unit 190 hbase-client in the patch passed.
+1 unit 9663 hbase-server in the patch passed.
+1 unit 967 hbase-mapreduce in the patch passed.
+1 unit 226 hbase-thrift in the patch passed.
+1 unit 432 hbase-shell in the patch passed.
+1 unit 198 hbase-endpoint in the patch passed.
+1 unit 241 hbase-rest in the patch passed.
+1 asflicense 185 The patch does not generate ASF License warnings.
16240
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-170/8/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile rubocop ruby_lint
uname Linux 7b142334796a 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 master / 94122f6
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
rubocop v0.67.2
rubocop https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/8/artifact/out/diff-patch-rubocop.txt
ruby-lint v2.3.1
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/8/testReport/
Max. process+thread count 5096 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-shell hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/8/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet
Copy link
Contributor Author

Fixed the Rubocop warnings from the last build.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 48 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 43 new or modified test files.
_ master Compile Tests _
0 mvndep 16 Maven dependency ordering for branch
+1 mvninstall 243 master passed
+1 compile 211 master passed
+1 checkstyle 211 master passed
+1 shadedjars 254 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 481 master passed
+1 javadoc 149 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 234 the patch passed
+1 compile 207 the patch passed
+1 javac 207 the patch passed
+1 checkstyle 35 The patch passed checkstyle in hbase-client
+1 checkstyle 81 hbase-server: The patch generated 0 new + 702 unchanged - 11 fixed = 702 total (was 713)
+1 checkstyle 19 hbase-mapreduce: The patch generated 0 new + 29 unchanged - 3 fixed = 29 total (was 32)
+1 checkstyle 33 The patch passed checkstyle in hbase-thrift
+1 checkstyle 11 The patch passed checkstyle in hbase-shell
+1 checkstyle 13 The patch passed checkstyle in hbase-endpoint
+1 checkstyle 17 The patch passed checkstyle in hbase-rest
-1 rubocop 18 The patch generated 4 new + 816 unchanged - 6 fixed = 820 total (was 822)
+1 ruby-lint 4 There were no new ruby-lint issues.
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 257 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 491 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 488 the patch passed
+1 javadoc 151 the patch passed
_ Other Tests _
+1 unit 198 hbase-client in the patch passed.
-1 unit 15792 hbase-server in the patch failed.
-1 unit 1512 hbase-mapreduce in the patch failed.
+1 unit 339 hbase-thrift in the patch passed.
+1 unit 628 hbase-shell in the patch passed.
+1 unit 298 hbase-endpoint in the patch passed.
+1 unit 521 hbase-rest in the patch passed.
+1 asflicense 230 The patch does not generate ASF License warnings.
23403
Reason Tests
Failed junit tests hadoop.hbase.client.TestAsyncRegionAdminApi2
hadoop.hbase.quotas.TestSpaceQuotas
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-170/9/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile rubocop ruby_lint
uname Linux 7028f971968f 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 master / 0c0d595
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
rubocop v0.68.1
rubocop https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/9/artifact/out/diff-patch-rubocop.txt
ruby-lint v2.3.1
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/9/artifact/out/patch-unit-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/9/artifact/out/patch-unit-hbase-mapreduce.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/9/testReport/
Max. process+thread count 5212 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-shell hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/9/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 47 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 43 new or modified test files.
_ master Compile Tests _
0 mvndep 12 Maven dependency ordering for branch
+1 mvninstall 244 master passed
+1 compile 207 master passed
+1 checkstyle 203 master passed
+1 shadedjars 262 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 427 master passed
+1 javadoc 144 master passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 248 the patch passed
+1 compile 207 the patch passed
+1 javac 207 the patch passed
+1 checkstyle 37 The patch passed checkstyle in hbase-client
+1 checkstyle 81 hbase-server: The patch generated 0 new + 702 unchanged - 11 fixed = 702 total (was 713)
+1 checkstyle 19 hbase-mapreduce: The patch generated 0 new + 29 unchanged - 3 fixed = 29 total (was 32)
+1 checkstyle 33 The patch passed checkstyle in hbase-thrift
+1 checkstyle 12 The patch passed checkstyle in hbase-shell
+1 checkstyle 12 The patch passed checkstyle in hbase-endpoint
+1 checkstyle 16 The patch passed checkstyle in hbase-rest
-1 rubocop 18 The patch generated 1 new + 817 unchanged - 5 fixed = 818 total (was 822)
+1 ruby-lint 3 There were no new ruby-lint issues.
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 258 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 497 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 536 the patch passed
+1 javadoc 171 the patch passed
_ Other Tests _
+1 unit 213 hbase-client in the patch passed.
-1 unit 16272 hbase-server in the patch failed.
-1 unit 1605 hbase-mapreduce in the patch failed.
+1 unit 328 hbase-thrift in the patch passed.
+1 unit 637 hbase-shell in the patch passed.
+1 unit 304 hbase-endpoint in the patch passed.
+1 unit 589 hbase-rest in the patch passed.
+1 asflicense 176 The patch does not generate ASF License warnings.
23995
Reason Tests
Failed junit tests hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.client.TestAdmin1
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-170/10/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile rubocop ruby_lint
uname Linux 2c63440e4ff9 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 master / 0c0d595
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
rubocop v0.68.1
rubocop https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/10/artifact/out/diff-patch-rubocop.txt
ruby-lint v2.3.1
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/10/artifact/out/patch-unit-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/10/artifact/out/patch-unit-hbase-mapreduce.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/10/testReport/
Max. process+thread count 5282 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-shell hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/10/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet
Copy link
Contributor Author

Will wait on this one until HBASE-22358 is in, which should solve the rubocop issue.

@HorizonNet HorizonNet force-pushed the HBASE-22275 branch 2 times, most recently from 738097f to b054fa2 Compare May 10, 2019 09:00
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 44 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 43 new or modified test files.
_ master Compile Tests _
0 mvndep 24 Maven dependency ordering for branch
+1 mvninstall 243 master passed
+1 compile 194 master passed
+1 checkstyle 189 master passed
+1 shadedjars 258 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 438 master passed
+1 javadoc 149 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 236 the patch passed
+1 compile 210 the patch passed
+1 javac 210 the patch passed
+1 checkstyle 35 The patch passed checkstyle in hbase-client
+1 checkstyle 84 hbase-server: The patch generated 0 new + 702 unchanged - 11 fixed = 702 total (was 713)
+1 checkstyle 19 hbase-mapreduce: The patch generated 0 new + 29 unchanged - 3 fixed = 29 total (was 32)
+1 checkstyle 33 The patch passed checkstyle in hbase-thrift
+1 checkstyle 12 The patch passed checkstyle in hbase-shell
+1 checkstyle 13 The patch passed checkstyle in hbase-endpoint
+1 checkstyle 16 The patch passed checkstyle in hbase-rest
+1 rubocop 19 The patch generated 0 new + 577 unchanged - 4 fixed = 577 total (was 581)
+1 ruby-lint 4 There were no new ruby-lint issues.
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 257 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 489 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 511 the patch passed
+1 javadoc 150 the patch passed
_ Other Tests _
+1 unit 196 hbase-client in the patch passed.
-1 unit 13866 hbase-server in the patch failed.
+1 unit 1205 hbase-mapreduce in the patch passed.
+1 unit 306 hbase-thrift in the patch passed.
+1 unit 602 hbase-shell in the patch passed.
+1 unit 280 hbase-endpoint in the patch passed.
+1 unit 456 hbase-rest in the patch passed.
+1 asflicense 173 The patch does not generate ASF License warnings.
20916
Reason Tests
Failed junit tests hadoop.hbase.master.TestMasterOperationsForRegionReplicas
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
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-170/13/artifact/out/Dockerfile
GITHUB PR #170
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile rubocop ruby_lint
uname Linux 8dba5d297d70 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 master / 420fbba
maven version: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java 1.8.0_181
findbugs v3.1.11
rubocop v0.68.1
ruby-lint v2.3.1
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/13/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/13/testReport/
Max. process+thread count 5306 (vs. ulimit of 10000)
modules C: hbase-client hbase-server hbase-mapreduce hbase-thrift hbase-shell hbase-endpoint hbase-rest U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-170/13/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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants