Skip to content

HBASE-22344 Documented the deprecation of public and limited private … - #208

Merged
HorizonNet merged 1 commit into
apache:masterfrom
ultratendency:HBASE-22344
Jun 17, 2019
Merged

HBASE-22344 Documented the deprecation of public and limited private …#208
HorizonNet merged 1 commit into
apache:masterfrom
ultratendency:HBASE-22344

Conversation

@HorizonNet

Copy link
Copy Markdown
Contributor

…APIs

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec26Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep30Maven dependency ordering for branch
+1mvninstall247master passed
+1compile167master passed
+1checkstyle195master passed
+1shadedjars261branch has no errors when building our shaded downstream artifacts.
+1findbugs423master passed
+1javadoc129master passed
_ Patch Compile Tests _
0mvndep16Maven dependency ordering for patch
+1mvninstall235the patch passed
+1compile167the patch passed
+1javac167the patch passed
-1checkstyle24hbase-common: The patch generated 2 new + 117 unchanged - 0 fixed = 119 total (was 117)
-1checkstyle36hbase-client: The patch generated 20 new + 438 unchanged - 43 fixed = 458 total (was 481)
+1checkstyle12The patch passed checkstyle in hbase-replication
-1checkstyle71hbase-server: The patch generated 10 new + 311 unchanged - 4 fixed = 321 total (was 315)
-1checkstyle21hbase-mapreduce: The patch generated 3 new + 97 unchanged - 4 fixed = 100 total (was 101)
+1checkstyle18hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars263patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck492Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs425the patch passed
-1javadoc19hbase-common generated 9 new + 2 unchanged - 0 fixed = 11 total (was 2)
-1javadoc18hbase-mapreduce generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1unit166hbase-common in the patch passed.
+1unit198hbase-client in the patch passed.
+1unit24hbase-replication in the patch passed.
-1unit9994hbase-server in the patch failed.
-1unit1386hbase-mapreduce in the patch failed.
+1unit393hbase-rest in the patch passed.
+1asflicense146The patch does not generate ASF License warnings.
15870
ReasonTests
Failed junit testshadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
hadoop.hbase.snapshot.TestExportSnapshotNoCluster
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f9e038286b4f 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 3f40df8
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/artifact/out/diff-checkstyle-hbase-common.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/artifact/out/diff-checkstyle-hbase-client.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/artifact/out/diff-checkstyle-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/artifact/out/diff-checkstyle-hbase-mapreduce.txt
javadochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/artifact/out/diff-javadoc-javadoc-hbase-common.txt
javadochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/artifact/out/diff-javadoc-javadoc-hbase-mapreduce.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/artifact/out/patch-unit-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/artifact/out/patch-unit-hbase-mapreduce.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/testReport/
Max. process+thread count5350 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

= new HTableDescriptor(TableDescriptorBuilder.NAMESPACE_TABLEDESC);

/**
* @deprecated since 0.94.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'm assuming there will be a follow-up task to remove anything that can be removed?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Yes. This ticket is based on a discussion we had on the dev list. We have some deprecations where it isn't documented in the code in what release the appropriate functionality was deprecated. There are already some removals in progress, because removing everything at once will end up in a mess.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec19Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep13Maven dependency ordering for branch
+1mvninstall252master passed
+1compile168master passed
+1checkstyle198master passed
+1shadedjars268branch has no errors when building our shaded downstream artifacts.
+1findbugs430master passed
+1javadoc120master passed
_ Patch Compile Tests _
0mvndep17Maven dependency ordering for patch
+1mvninstall249the patch passed
+1compile169the patch passed
+1javac169the patch passed
-1checkstyle26hbase-common: The patch generated 2 new + 117 unchanged - 0 fixed = 119 total (was 117)
-1checkstyle39hbase-client: The patch generated 18 new + 428 unchanged - 43 fixed = 446 total (was 471)
+1checkstyle11The patch passed checkstyle in hbase-replication
-1checkstyle85hbase-server: The patch generated 10 new + 311 unchanged - 4 fixed = 321 total (was 315)
-1checkstyle19hbase-mapreduce: The patch generated 3 new + 97 unchanged - 4 fixed = 100 total (was 101)
+1checkstyle17hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars278patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck509Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs500the patch passed
-1javadoc20hbase-common generated 9 new + 2 unchanged - 0 fixed = 11 total (was 2)
-1javadoc18hbase-mapreduce generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1unit155hbase-common in the patch passed.
+1unit205hbase-client in the patch passed.
+1unit24hbase-replication in the patch passed.
+1unit8124hbase-server in the patch passed.
-1unit931hbase-mapreduce in the patch failed.
+1unit286hbase-rest in the patch passed.
+1asflicense146The patch does not generate ASF License warnings.
13554
ReasonTests
Failed junit testshadoop.hbase.snapshot.TestExportSnapshotNoCluster
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 41e5c88990cc 4.4.0-139-generic #165~14.04.1-Ubuntu SMP Wed Oct 31 10:55:11 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 2c7fdb3
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/artifact/out/diff-checkstyle-hbase-common.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/artifact/out/diff-checkstyle-hbase-client.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/artifact/out/diff-checkstyle-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/artifact/out/diff-checkstyle-hbase-mapreduce.txt
javadochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/artifact/out/diff-javadoc-javadoc-hbase-common.txt
javadochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/artifact/out/diff-javadoc-javadoc-hbase-mapreduce.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/artifact/out/patch-unit-hbase-mapreduce.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/testReport/
Max. process+thread count5029 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@saintstacksaintstack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There is a minor issue in the below. Can fix in a follow-up.

Was there going to be a change in the refguide too to harden the text so it was clearer what our intent is (agreed w/ the ML discussion)?

Thanks for doing this.

* @param rpcTimeout the timeout of each rpc request in millisecond.
*
* @deprecated Use setReadRpcTimeout or setWriteRpcTimeout instead
* @deprecated since 1.4.0 and will be removed in 3.0.0. Use {@link #setReadRpcTimeout(int)} or

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This seems a little strange. Was there a 1.4.0 when 2.0.0 was released?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Looks like, as far as I can see in the Git history. The commit to 2.0.0 was 30d7eea and to 1.4.0 the commit was ec99838.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Great.

}

/**
* @deprecated since 1.4.0 and will be removed in 3.0.0. Will be removed without a replacement.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ditto w/ above comment.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

See comment above.

@HorizonNet

Copy link
Copy Markdown
ContributorAuthor

Updated the PR to fix the Checkstyle and Javadoc issues from the last build.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec51Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep24Maven dependency ordering for branch
+1mvninstall246master passed
+1compile161master passed
+1checkstyle171master passed
+1shadedjars259branch has no errors when building our shaded downstream artifacts.
+1findbugs431master passed
+1javadoc116master passed
_ Patch Compile Tests _
0mvndep13Maven dependency ordering for patch
+1mvninstall228the patch passed
+1compile156the patch passed
+1javac156the patch passed
+1checkstyle21The patch passed checkstyle in hbase-common
+1checkstyle32hbase-client: The patch generated 0 new + 428 unchanged - 43 fixed = 428 total (was 471)
+1checkstyle10The patch passed checkstyle in hbase-replication
+1checkstyle68hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle17hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1checkstyle15hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars254patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck478Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs470the patch passed
-1javadoc18hbase-mapreduce generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1unit168hbase-common in the patch passed.
+1unit200hbase-client in the patch passed.
+1unit38hbase-replication in the patch passed.
-1unit16242hbase-server in the patch failed.
+1unit1436hbase-mapreduce in the patch passed.
+1unit521hbase-rest in the patch passed.
+1asflicense191The patch does not generate ASF License warnings.
22342
ReasonTests
Failed junit testshadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.namespace.TestNamespaceAuditor
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.client.TestAdmin1
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.client.TestFromClientSide
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/3/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 603377dda675 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 0c0d595
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
javadochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/3/artifact/out/diff-javadoc-javadoc-hbase-mapreduce.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/3/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/3/testReport/
Max. process+thread count5409 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec267Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep24Maven dependency ordering for branch
+1mvninstall235master passed
+1compile166master passed
+1checkstyle188master passed
+1shadedjars261branch has no errors when building our shaded downstream artifacts.
+1findbugs384master passed
+1javadoc126master passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall237the patch passed
+1compile168the patch passed
+1javac168the patch passed
+1checkstyle25The patch passed checkstyle in hbase-common
+1checkstyle40hbase-client: The patch generated 0 new + 428 unchanged - 43 fixed = 428 total (was 471)
+1checkstyle12The patch passed checkstyle in hbase-replication
+1checkstyle75hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle20hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1checkstyle18hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars258patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck482Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs473the patch passed
+1javadoc124the patch passed
_ Other Tests _
+1unit168hbase-common in the patch passed.
+1unit205hbase-client in the patch passed.
+1unit39hbase-replication in the patch passed.
-1unit15272hbase-server in the patch failed.
+1unit1293hbase-mapreduce in the patch passed.
+1unit504hbase-rest in the patch passed.
+1asflicense189The patch does not generate ASF License warnings.
21442
ReasonTests
Failed junit testshadoop.hbase.master.TestAssignmentManagerMetrics
hadoop.hbase.client.TestAdmin1
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/4/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux bf2ff56c9e26 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / e884a25
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/4/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/4/testReport/
Max. process+thread count5292 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/4/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec16Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep26Maven dependency ordering for branch
+1mvninstall254master passed
+1compile165master passed
+1checkstyle191master passed
+1shadedjars276branch has no errors when building our shaded downstream artifacts.
+1findbugs381master passed
+1javadoc121master passed
_ Patch Compile Tests _
0mvndep13Maven dependency ordering for patch
+1mvninstall250the patch passed
+1compile167the patch passed
+1javac167the patch passed
+1checkstyle26The patch passed checkstyle in hbase-common
+1checkstyle37hbase-client: The patch generated 0 new + 413 unchanged - 43 fixed = 413 total (was 456)
+1checkstyle11The patch passed checkstyle in hbase-replication
+1checkstyle78hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle19hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1checkstyle17hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars274patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck789Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.0.0.
+1findbugs470the patch passed
+1javadoc121the patch passed
_ Other Tests _
+1unit152hbase-common in the patch passed.
+1unit187hbase-client in the patch passed.
+1unit24hbase-replication in the patch passed.
-1unit8605hbase-server in the patch failed.
-1unit950hbase-mapreduce in the patch failed.
+1unit277hbase-rest in the patch passed.
+1asflicense170The patch does not generate ASF License warnings.
14192
ReasonTests
Failed junit testshadoop.hbase.client.TestMetaWithReplicas
hadoop.hbase.client.TestAsyncTableGetMultiThreaded
hadoop.hbase.snapshot.TestExportSnapshotNoCluster
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/7/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f7febe66d855 4.4.0-139-generic #165~14.04.1-Ubuntu SMP Wed Oct 31 10:55:11 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / fab2e15
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/7/artifact/out/patch-unit-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/7/artifact/out/patch-unit-hbase-mapreduce.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/7/testReport/
Max. process+thread count5181 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/7/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@saintstack

Copy link
Copy Markdown
Contributor

Re-running checks. This is a nice patch. Lets get it in.

@HorizonNet

Copy link
Copy Markdown
ContributorAuthor

Re-triggered the build, because it seems that the last one got aborted.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec171Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep26Maven dependency ordering for branch
+1mvninstall250master passed
+1compile171master passed
+1checkstyle193master passed
+1shadedjars266branch has no errors when building our shaded downstream artifacts.
+1findbugs384master passed
+1javadoc129master passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall243the patch passed
+1compile167the patch passed
+1javac167the patch passed
+1checkstyle26The patch passed checkstyle in hbase-common
+1checkstyle38hbase-client: The patch generated 0 new + 413 unchanged - 43 fixed = 413 total (was 456)
+1checkstyle12The patch passed checkstyle in hbase-replication
+1checkstyle74hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle20hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1checkstyle19hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars271patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck758Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs456the patch passed
+1javadoc125the patch passed
_ Other Tests _
+1unit170hbase-common in the patch passed.
+1unit202hbase-client in the patch passed.
+1unit39hbase-replication in the patch passed.
-1unit16584hbase-server in the patch failed.
+1unit1365hbase-mapreduce in the patch passed.
+1unit518hbase-rest in the patch passed.
+1asflicense208The patch does not generate ASF License warnings.
23300
ReasonTests
Failed junit testshadoop.hbase.replication.TestReplicationDisableInactivePeer
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.replication.TestSyncReplicationStandbyKillMaster
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/10/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 654aff7b512e 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 876d2ac
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/10/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/10/testReport/
Max. process+thread count5481 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/10/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec171Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep18Maven dependency ordering for branch
+1mvninstall251master passed
+1compile166master passed
+1checkstyle183master passed
+1shadedjars263branch has no errors when building our shaded downstream artifacts.
+1findbugs406master passed
+1javadoc131master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall236the patch passed
+1compile169the patch passed
+1javac169the patch passed
+1checkstyle25The patch passed checkstyle in hbase-common
-1checkstyle35hbase-client: The patch generated 3 new + 217 unchanged - 19 fixed = 220 total (was 236)
+1checkstyle12The patch passed checkstyle in hbase-replication
+1checkstyle73hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle20hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1checkstyle18hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck725Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs458the patch passed
+1javadoc129the patch passed
_ Other Tests _
+1unit169hbase-common in the patch passed.
+1unit197hbase-client in the patch passed.
+1unit38hbase-replication in the patch passed.
-1unit16823hbase-server in the patch failed.
+1unit1549hbase-mapreduce in the patch passed.
+1unit518hbase-rest in the patch passed.
+1asflicense212The patch does not generate ASF License warnings.
23678
ReasonTests
Failed junit testshadoop.hbase.replication.TestReplicationDisableInactivePeer
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.client.TestSnapshotFromClientWithRegionReplicas
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/11/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 48988b165610 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 8db9c84
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/11/artifact/out/diff-checkstyle-hbase-client.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/11/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/11/testReport/
Max. process+thread count5575 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/11/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec167Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep28Maven dependency ordering for branch
+1mvninstall249master passed
+1compile164master passed
+1checkstyle180master passed
+1shadedjars284branch has no errors when building our shaded downstream artifacts.
+1findbugs396master passed
+1javadoc124master passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall251the patch passed
+1compile168the patch passed
+1javac168the patch passed
+1checkstyle24The patch passed checkstyle in hbase-common
+1checkstyle33hbase-client: The patch generated 0 new + 189 unchanged - 19 fixed = 189 total (was 208)
+1checkstyle11The patch passed checkstyle in hbase-replication
+1checkstyle72hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle19hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1checkstyle18hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars281patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck766Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs441the patch passed
+1javadoc129the patch passed
_ Other Tests _
+1unit166hbase-common in the patch passed.
+1unit195hbase-client in the patch passed.
+1unit38hbase-replication in the patch passed.
-1unit16712hbase-server in the patch failed.
-1unit1475hbase-mapreduce in the patch failed.
+1unit506hbase-rest in the patch passed.
+1asflicense179The patch does not generate ASF License warnings.
23499
ReasonTests
Failed junit testshadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.master.TestAssignmentManagerMetrics
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.snapshot.TestExportSnapshotNoCluster
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/12/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 3b7e910aca4c 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 03436e6
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/12/artifact/out/patch-unit-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/12/artifact/out/patch-unit-hbase-mapreduce.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/12/testReport/
Max. process+thread count5324 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/12/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec44Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep21Maven dependency ordering for branch
+1mvninstall236master passed
+1compile164master passed
+1checkstyle177master passed
+1shadedjars263branch has no errors when building our shaded downstream artifacts.
+1findbugs365master passed
+1javadoc129master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall235the patch passed
+1compile170the patch passed
+1javac170the patch passed
+1checkstyle24The patch passed checkstyle in hbase-common
+1checkstyle34hbase-client: The patch generated 0 new + 189 unchanged - 19 fixed = 189 total (was 208)
+1checkstyle12The patch passed checkstyle in hbase-replication
+1checkstyle75hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle19hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1checkstyle17hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck720Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs451the patch passed
+1javadoc123the patch passed
_ Other Tests _
+1unit164hbase-common in the patch passed.
+1unit193hbase-client in the patch passed.
+1unit38hbase-replication in the patch passed.
-1unit17757hbase-server in the patch failed.
+1unit1367hbase-mapreduce in the patch passed.
+1unit491hbase-rest in the patch passed.
+1asflicense192The patch does not generate ASF License warnings.
24165
ReasonTests
Failed junit testshadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.master.TestAssignmentManagerMetrics
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.master.TestSplitWALManager
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/13/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d2dd0be65690 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / ada772a
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/13/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/13/testReport/
Max. process+thread count5269 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/13/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec21Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep28Maven dependency ordering for branch
+1mvninstall259master passed
+1compile172master passed
+1checkstyle187master passed
+1shadedjars278branch has no errors when building our shaded downstream artifacts.
+1findbugs393master passed
+1javadoc122master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall255the patch passed
+1compile169the patch passed
+1javac169the patch passed
+1checkstyle25The patch passed checkstyle in hbase-common
+1checkstyle35hbase-client: The patch generated 0 new + 189 unchanged - 19 fixed = 189 total (was 208)
+1checkstyle11The patch passed checkstyle in hbase-replication
+1checkstyle78hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle19hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1checkstyle17hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars282patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck804Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs615the patch passed
+1javadoc127the patch passed
_ Other Tests _
+1unit154hbase-common in the patch passed.
+1unit194hbase-client in the patch passed.
+1unit25hbase-replication in the patch passed.
+1unit7648hbase-server in the patch passed.
+1unit948hbase-mapreduce in the patch passed.
+1unit289hbase-rest in the patch passed.
+1asflicense167The patch does not generate ASF License warnings.
13778
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/14/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux efeb33edb2cd 4.4.0-139-generic #165~14.04.1-Ubuntu SMP Wed Oct 31 10:55:11 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 1712d2b
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/14/testReport/
Max. process+thread count5109 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/14/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec174Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep32Maven dependency ordering for branch
+1mvninstall250master passed
+1compile171master passed
+1checkstyle184master passed
+1shadedjars265branch has no errors when building our shaded downstream artifacts.
+1findbugs403master passed
+1javadoc128master passed
_ Patch Compile Tests _
0mvndep16Maven dependency ordering for patch
+1mvninstall243the patch passed
+1compile169the patch passed
+1javac169the patch passed
+1checkstyle26The patch passed checkstyle in hbase-common
+1checkstyle33hbase-client: The patch generated 0 new + 165 unchanged - 10 fixed = 165 total (was 175)
+1checkstyle10The patch passed checkstyle in hbase-replication
+1checkstyle75hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle20hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1checkstyle17hbase-rest: The patch generated 0 new + 106 unchanged - 13 fixed = 106 total (was 119)
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck743Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs454the patch passed
+1javadoc129the patch passed
_ Other Tests _
+1unit168hbase-common in the patch passed.
+1unit204hbase-client in the patch passed.
+1unit39hbase-replication in the patch passed.
-1unit16218hbase-server in the patch failed.
+1unit1424hbase-mapreduce in the patch passed.
+1unit517hbase-rest in the patch passed.
+1asflicense207The patch does not generate ASF License warnings.
22992
ReasonTests
Failed junit testshadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.client.TestFromClientSide
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/15/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f3aebb7d425a 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / ed30909
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/15/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/15/testReport/
Max. process+thread count5657 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce hbase-rest U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/15/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec46Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep41Maven dependency ordering for branch
+1mvninstall265master passed
+1compile148master passed
+1checkstyle170master passed
+1shadedjars288branch has no errors when building our shaded downstream artifacts.
+1findbugs396master passed
+1javadoc107master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall260the patch passed
+1compile146the patch passed
+1javac146the patch passed
+1checkstyle26The patch passed checkstyle in hbase-common
+1checkstyle33hbase-client: The patch generated 0 new + 153 unchanged - 10 fixed = 153 total (was 163)
+1checkstyle11The patch passed checkstyle in hbase-replication
+1checkstyle86hbase-server: The patch generated 0 new + 311 unchanged - 4 fixed = 311 total (was 315)
+1checkstyle22hbase-mapreduce: The patch generated 0 new + 97 unchanged - 4 fixed = 97 total (was 101)
+1whitespace0The patch has no whitespace issues.
+1shadedjars341patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1047Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs494the patch passed
+1javadoc135the patch passed
_ Other Tests _
+1unit169hbase-common in the patch passed.
+1unit140hbase-client in the patch passed.
+1unit65hbase-replication in the patch passed.
+1unit14669hbase-server in the patch passed.
+1unit1428hbase-mapreduce in the patch passed.
+1asflicense136The patch does not generate ASF License warnings.
21181
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/16/artifact/out/Dockerfile
GITHUB PR#208
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 75c3949ef650 4.4.0-141-generic #167~14.04.1-Ubuntu SMP Mon Dec 10 13:20:24 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 5f2699e
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/16/testReport/
Max. process+thread count5000 (vs. ulimit of 10000)
modulesC: hbase-common hbase-client hbase-replication hbase-server hbase-mapreduce U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-208/16/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet
HorizonNet merged commit 5da5deb into apache:masterJun 17, 2019
@HorizonNet
HorizonNet deleted the HBASE-22344 branch June 17, 2019 20:02
asfgit pushed a commit that referenced this pull request Jun 17, 2019
asfgit pushed a commit that referenced this pull request Jun 17, 2019
asfgit pushed a commit that referenced this pull request Jun 17, 2019
asfgit pushed a commit that referenced this pull request Jun 17, 2019
asfgit pushed a commit that referenced this pull request Jun 17, 2019
asfgit pushed a commit that referenced this pull request Jun 17, 2019
asfgit pushed a commit that referenced this pull request Jun 17, 2019
wchevreuil pushed a commit to wchevreuil/hbase that referenced this pull request Jul 3, 2019
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…APIs (apache#208)
Signed-off-by: stack <stack@apache.org>
(cherry picked from commit 054dabb)
Change-Id: Idf6774786b69b4882ef5ece167d519b51b2c3a5c
ndimiduk pushed a commit to ndimiduk/hbase that referenced this pull request Oct 14, 2025
…ics for RpcThrottlingExceptions (apache#7345) (apache#208)
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@HorizonNet@Apache-HBase@saintstack@z-york