Skip to content

HBASE-29457 thrift1/DemoClient.py is not running (#7529) - #7711

Merged
guluo2016 merged 1 commit into
apache:branch-3from
liuxiaocs7:HBASE-29457-branch-3
Feb 25, 2026
Merged

HBASE-29457 thrift1/DemoClient.py is not running (#7529)#7711
guluo2016 merged 1 commit into
apache:branch-3from
liuxiaocs7:HBASE-29457-branch-3

Conversation

@liuxiaocs7

Copy link
Copy Markdown
Member

Signed-off-by: Peng Lu <lupeng@apache.org>
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec1m 33sDocker mode activated.
-0 ⚠️yetus0m 3sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-3 Compile Tests _
+1 💚mvninstall2m 41sbranch-3 passed
+1 💚compile0m 13sbranch-3 passed
+1 💚javadoc0m 14sbranch-3 passed
+1 💚shadedjars4m 17sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall2m 14sthe patch passed
+1 💚compile0m 14sthe patch passed
+1 💚javac0m 14sthe patch passed
+1 💚javadoc0m 11sthe patch passed
+1 💚shadedjars4m 15spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit1m 29shbase-examples in the patch passed.
18m 14s
SubsystemReport/Notes
DockerClientAPI=1.48 ServerAPI=1.48 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7711/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR#7711
Optional Testsjavac javadoc unit compile shadedjars
unameLinux bdf4523c1b1d 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-3 / a1b87c5
Default JavaEclipse Adoptium-17.0.11+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7711/1/testReport/
Max. process+thread count1493 (vs. ulimit of 30000)
modulesC: hbase-examples U: hbase-examples
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7711/1/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 38sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗codespell0m 0scodespell was not available.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
_ branch-3 Compile Tests _
+1 💚mvninstall3m 51sbranch-3 passed
+1 💚compile0m 29sbranch-3 passed
+1 💚checkstyle0m 12sbranch-3 passed
+1 💚spotbugs0m 35sbranch-3 passed
+1 💚spotless0m 54sbranch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚mvninstall3m 31sthe patch passed
+1 💚compile0m 28sthe patch passed
+1 💚javac0m 28sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚checkstyle0m 11sthe patch passed
+1 💚pylint0m 8sThe patch generated 0 new + 13 unchanged - 3 fixed = 13 total (was 16)
+1 💚spotbugs0m 43sthe patch passed
+1 💚hadoopcheck12m 14sPatch does not cause any errors with Hadoop 3.3.6 3.4.1.
+1 💚spotless0m 58spatch has no errors when running spotless:check.
_ Other Tests _
+1 💚asflicense0m 13sThe patch does not generate ASF License warnings.
33m 36s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7711/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#7711
Optional Testsdupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless pylint
unameLinux 8540f0c16a46 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-3 / a1b87c5
Default JavaEclipse Adoptium-17.0.11+9
Max. process+thread count85 (vs. ulimit of 30000)
modulesC: hbase-examples U: hbase-examples
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7711/1/console
versionsgit=2.34.1 maven=3.9.8 spotbugs=4.7.3 pylint=2.15.5
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@liuxiaocs7

liuxiaocs7 commented Feb 11, 2026

Copy link
Copy Markdown
MemberAuthor

Hi, @guluo2016, please take a look this PR when free, I think that branch-3 will be completed once this PR is included, thanks!

@guluo2016

Copy link
Copy Markdown
Member

Merging it now, Sorry for the delay!

@guluo2016
guluo2016 merged commit 5fe2d4d into apache:branch-3Feb 25, 2026
2 checks passed
@liuxiaocs7

Copy link
Copy Markdown
MemberAuthor

Merging it now, Sorry for the delay!

Thanks for your help!!!

liuxiaocs7 added a commit to liuxiaocs7/hbase that referenced this pull request Mar 2, 2026
Sign up for freeto 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

@liuxiaocs7@Apache-HBase@guluo2016