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-22267 Implement client push back for async client #169

Merged
merged 1 commit into from
Apr 21, 2019

Conversation

Apache9
Copy link
Contributor

@Apache9 Apache9 commented Apr 20, 2019

No description provided.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 23 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 4 new or modified test files.
_ master Compile Tests _
0 mvndep 17 Maven dependency ordering for branch
+1 mvninstall 232 master passed
+1 compile 76 master passed
+1 checkstyle 101 master passed
+1 shadedjars 263 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 271 master passed
+1 javadoc 55 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 238 the patch passed
+1 compile 75 the patch passed
+1 javac 75 the patch passed
-1 checkstyle 31 hbase-client: The patch generated 3 new + 43 unchanged - 2 fixed = 46 total (was 45)
+1 checkstyle 65 hbase-server: The patch generated 0 new + 0 unchanged - 8 fixed = 0 total (was 8)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 264 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 496 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 299 the patch passed
+1 javadoc 56 the patch passed
_ Other Tests _
+1 unit 202 hbase-client in the patch passed.
+1 unit 7603 hbase-server in the patch passed.
+1 asflicense 52 The patch does not generate ASF License warnings.
10523
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-169/1/artifact/out/Dockerfile
GITHUB PR #169
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 0b6c7531405a 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-169/1/artifact/out/diff-checkstyle-hbase-client.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-169/1/testReport/
Max. process+thread count 5152 (vs. ulimit of 10000)
modules C: hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-169/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 23 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 4 new or modified test files.
_ master Compile Tests _
0 mvndep 13 Maven dependency ordering for branch
+1 mvninstall 237 master passed
+1 compile 79 master passed
+1 checkstyle 98 master passed
+1 shadedjars 265 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 263 master passed
+1 javadoc 54 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 249 the patch passed
+1 compile 75 the patch passed
+1 javac 75 the patch passed
-1 checkstyle 33 hbase-client: The patch generated 1 new + 43 unchanged - 2 fixed = 44 total (was 45)
+1 checkstyle 68 hbase-server: The patch generated 0 new + 0 unchanged - 8 fixed = 0 total (was 8)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 274 patch has no errors when building our shaded downstream artifacts.
+1 hadoopcheck 520 Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1 findbugs 293 the patch passed
+1 javadoc 53 the patch passed
_ Other Tests _
+1 unit 199 hbase-client in the patch passed.
+1 unit 7532 hbase-server in the patch passed.
+1 asflicense 60 The patch does not generate ASF License warnings.
10499
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-169/2/artifact/out/Dockerfile
GITHUB PR #169
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 17a7515a1e77 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-169/2/artifact/out/diff-checkstyle-hbase-client.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-169/2/testReport/
Max. process+thread count 5145 (vs. ulimit of 10000)
modules C: hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-169/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 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 4 new or modified test files.
_ master Compile Tests _
0 mvndep 22 Maven dependency ordering for branch
+1 mvninstall 240 master passed
+1 compile 76 master passed
+1 checkstyle 101 master passed
+1 shadedjars 269 branch has no errors when building our shaded downstream artifacts.
+1 findbugs 265 master passed
+1 javadoc 54 master passed
_ Patch Compile Tests _
0 mvndep 15 Maven dependency ordering for patch
+1 mvninstall 244 the patch passed
+1 compile 76 the patch passed
+1 javac 76 the patch passed
+1 checkstyle 32 hbase-client: The patch generated 0 new + 43 unchanged - 2 fixed = 43 total (was 45)
+1 checkstyle 66 hbase-server: The patch generated 0 new + 0 unchanged - 7 fixed = 0 total (was 7)
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedjars 264 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 295 the patch passed
+1 javadoc 51 the patch passed
_ Other Tests _
+1 unit 194 hbase-client in the patch passed.
+1 unit 7545 hbase-server in the patch passed.
+1 asflicense 60 The patch does not generate ASF License warnings.
10490
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-169/4/artifact/out/Dockerfile
GITHUB PR #169
Optional Tests dupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 4c11986a023d 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
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-169/4/testReport/
Max. process+thread count 5171 (vs. ulimit of 10000)
modules C: hbase-client hbase-server U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-169/4/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache9 Apache9 merged commit 0645d5a into apache:master Apr 21, 2019
This was referenced Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants