Skip to content

HBASE-29758 Running the thrift and thrift2 help commands via the shel… - #7532

Merged
PDavid merged 1 commit into
apache:masterfrom
liuxiaocs7:HBASE-29758
Jan 29, 2026
Merged

HBASE-29758 Running the thrift and thrift2 help commands via the shel…#7532
PDavid merged 1 commit into
apache:masterfrom
liuxiaocs7:HBASE-29758

Conversation

@liuxiaocs7

@liuxiaocs7liuxiaocs7 commented Dec 9, 2025

Copy link
Copy Markdown
Member

…l will throw an ExitCodeException

https://issues.apache.org/jira/browse/HBASE-29758

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 28sDocker mode activated.
-0 ⚠️yetus0m 2sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+1 💚mvninstall3m 38smaster passed
+1 💚compile0m 26smaster passed
+1 💚javadoc0m 35smaster passed
+1 💚shadedjars6m 17sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚mvninstall3m 11sthe patch passed
+1 💚compile0m 26sthe patch passed
+1 💚javac0m 26sthe patch passed
+1 💚javadoc0m 32sthe patch passed
+1 💚shadedjars6m 14spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit6m 32shbase-thrift in the patch passed.
29m 22s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7532/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR#7532
Optional Testsjavac javadoc unit compile shadedjars
unameLinux 47f126cd3e51 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 revisionmaster / 5f335a6
Default JavaEclipse Adoptium-17.0.11+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7532/1/testReport/
Max. process+thread count1280 (vs. ulimit of 30000)
modulesC: hbase-thrift U: hbase-thrift
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7532/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 29sDocker 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.
_ master Compile Tests _
+1 💚mvninstall3m 37smaster passed
+1 💚compile0m 52smaster passed
+1 💚checkstyle1m 8smaster passed
+1 💚spotbugs1m 19smaster passed
+1 💚spotless0m 52sbranch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚mvninstall3m 5sthe patch passed
+1 💚compile0m 46sthe patch passed
+1 💚javac0m 46sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚checkstyle1m 6sthe patch passed
+1 💚spotbugs1m 24sthe patch passed
+1 💚hadoopcheck12m 16sPatch does not cause any errors with Hadoop 3.3.6 3.4.1.
+1 💚spotless0m 45spatch has no errors when running spotless:check.
_ Other Tests _
+1 💚asflicense0m 11sThe patch does not generate ASF License warnings.
35m 45s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7532/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#7532
Optional Testsdupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
unameLinux 82ea20ea598c 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 revisionmaster / 5f335a6
Default JavaEclipse Adoptium-17.0.11+9
Max. process+thread count84 (vs. ulimit of 30000)
modulesC: hbase-thrift U: hbase-thrift
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7532/1/console
versionsgit=2.34.1 maven=3.9.8 spotbugs=4.7.3
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@PDavidPDavid 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.

Thanks for fixing this. 👍

I tried this out quickly and it indeed fixes the issue.

@liuxiaocs7

liuxiaocs7 commented Jan 29, 2026

Copy link
Copy Markdown
MemberAuthor

Thanks for fixing this. 👍

I tried this out quickly and it indeed fixes the issue.

Hi, @PDavid, thanks for reviewing, can we merge now, thanks!

@PDavid
PDavid merged commit 0fb1f3b into apache:masterJan 29, 2026
1 check passed
@PDavid

Copy link
Copy Markdown
Contributor

Thanks @liuxiaocs7 for reminding me. 😄 I now merged this to master.
Can you please prepare a backport PR to branch-2?

liuxiaocs7 added a commit to liuxiaocs7/hbase that referenced this pull request Jan 29, 2026
…l will throw an ExitCodeException (apache#7532)
Signed-off-by: Dávid Paksy <paksyd@apache.org>
@liuxiaocs7

Copy link
Copy Markdown
MemberAuthor

Thanks @liuxiaocs7 for reminding me. 😄 I now merged this to master. Can you please prepare a backport PR to branch-2?

Hi, @PDavid, thanks for reviewing and merging, PR for branch-2 has been created, plz take a look when free, thanks!

PDavid pushed a commit that referenced this pull request Feb 2, 2026
…l will throw an ExitCodeException (#7532) (#7696)
Signed-off-by: Dávid Paksy <paksyd@apache.org>
PDavid pushed a commit that referenced this pull request Feb 2, 2026
…l will throw an ExitCodeException (#7532)
Signed-off-by: Dávid Paksy <paksyd@apache.org>
(cherry picked from commit 0fb1f3b)
Apache9 pushed a commit that referenced this pull request Feb 15, 2026
…l will throw an ExitCodeException (#7532) (#7696)
Signed-off-by: Dávid Paksy <paksyd@apache.org>
(cherry picked from commit 2921b1f)
Apache9 pushed a commit that referenced this pull request Feb 15, 2026
…l will throw an ExitCodeException (#7532) (#7696)
Signed-off-by: Dávid Paksy <paksyd@apache.org>
(cherry picked from commit 2921b1f)
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@PDavid