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-23914 : Set hbase.client.retries.number for TestThriftHBaseServ… #1227

Merged
merged 1 commit into from
Mar 1, 2020

Conversation

virajjasani
Copy link
Contributor

…iceHandler

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 31s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 5m 29s master passed
+1 💚 compile 0m 35s master passed
+1 💚 checkstyle 0m 42s master passed
+1 💚 shadedjars 4m 37s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 0m 34s master passed
+0 🆗 spotbugs 1m 35s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 1m 34s master passed
_ Patch Compile Tests _
+1 💚 mvninstall 5m 1s the patch passed
+1 💚 compile 0m 34s the patch passed
+1 💚 javac 0m 34s the patch passed
+1 💚 checkstyle 0m 40s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedjars 4m 41s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 17m 19s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 💚 javadoc 0m 37s the patch passed
+1 💚 findbugs 1m 55s the patch passed
_ Other Tests _
+1 💚 unit 2m 11s hbase-thrift in the patch passed.
+1 💚 asflicense 0m 15s The patch does not generate ASF License warnings.
54m 26s
Subsystem Report/Notes
Docker Client=19.03.6 Server=19.03.6 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1227/1/artifact/out/Dockerfile
GITHUB PR #1227
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux 8377718aa2ff 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/Base-PreCommit-GitHub-PR_PR-1227/out/precommit/personality/provided.sh
git revision master / a420f04
Default Java 1.8.0_181
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1227/1/testReport/
Max. process+thread count 3143 (vs. ulimit of 10000)
modules C: hbase-thrift U: hbase-thrift
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1227/1/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@virajjasani virajjasani merged commit 48a3ccf into apache:master Mar 1, 2020
@virajjasani
Copy link
Contributor Author

Thanks for the review @HorizonNet

virajjasani added a commit that referenced this pull request Mar 1, 2020
…iceHandler (#1227)

Signed-off-by: Jan Hentschel <janh@apache.org>
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.

I've seen this happen. How does this help? Were the default retries incorrect? On timeout, we'd retried, no?

I'm game for pushign this though to see if it helps.

@virajjasani
Copy link
Contributor Author

I've seen this happen. How does this help? Were the default retries incorrect? On timeout, we'd retried, no?

I'm game for pushign this though to see if it helps.

Since the default value is 15, I have seen multiple tests not working with default value, will need to see if default interval is too much may be for test to timeout. But yes, many tests have 3/5 values and they go quite smooth (specifically ones that need to test Exceptions after intended things don't work, something similar)

thangTang pushed a commit to thangTang/hbase that referenced this pull request Apr 16, 2020
…iceHandler (apache#1227)

Signed-off-by: Jan Hentschel <janh@apache.org>
thangTang pushed a commit to thangTang/hbase that referenced this pull request Apr 16, 2020
…iceHandler (apache#1227)

Signed-off-by: Jan Hentschel <janh@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants