Skip to content

HBASE-28898. Use reflection to access recoverLease(), setSafeMode() APIs. (#6342) - #6391

Merged
jojochuang merged 1 commit into
apache:branch-3from
jojochuang:HBASE-28898-branch-3
Oct 25, 2024
Merged

HBASE-28898. Use reflection to access recoverLease(), setSafeMode() APIs. (#6342)#6391
jojochuang merged 1 commit into
apache:branch-3from
jojochuang:HBASE-28898-branch-3

Conversation

@jojochuang

Copy link
Copy Markdown
Contributor

No description provided.

@Apache-HBase

This comment has been minimized.

@Apache-HBase

This comment has been minimized.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 47sDocker 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 _
+0 🆗mvndep0m 25sMaven dependency ordering for branch
+1 💚mvninstall4m 13sbranch-3 passed
+1 💚compile4m 13sbranch-3 passed
+1 💚checkstyle0m 48sbranch-3 passed
+1 💚spotbugs2m 13sbranch-3 passed
+1 💚spotless0m 49sbranch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 🆗mvndep0m 10sMaven dependency ordering for patch
+1 💚mvninstall4m 3sthe patch passed
+1 💚compile4m 12sthe patch passed
+1 💚javac4m 12sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚checkstyle0m 9sThe patch passed checkstyle in hbase-asyncfs
+1 💚checkstyle0m 41shbase-server: The patch generated 0 new + 10 unchanged - 1 fixed = 10 total (was 11)
+1 💚spotbugs2m 27sthe patch passed
+1 💚hadoopcheck16m 15sPatch does not cause any errors with Hadoop 3.3.6 3.4.0.
+1 💚spotless1m 10spatch has no errors when running spotless:check.
_ Other Tests _
+1 💚asflicense0m 28sThe patch does not generate ASF License warnings.
52m 52s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6391/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#6391
Optional Testsdupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
unameLinux 46b23ad32e9b 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 / f373405
Default JavaEclipse Adoptium-17.0.11+9
Max. process+thread count84 (vs. ulimit of 30000)
modulesC: hbase-asyncfs hbase-server U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6391/2/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.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 48sDocker 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 _
+0 🆗mvndep0m 12sMaven dependency ordering for branch
+1 💚mvninstall4m 9sbranch-3 passed
+1 💚compile1m 28sbranch-3 passed
+1 💚javadoc0m 49sbranch-3 passed
+1 💚shadedjars6m 24sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for patch
+1 💚mvninstall4m 5sthe patch passed
+1 💚compile1m 34sthe patch passed
+1 💚javac1m 35sthe patch passed
+1 💚javadoc0m 46sthe patch passed
+1 💚shadedjars6m 25spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit1m 15shbase-asyncfs in the patch passed.
+1 💚unit228m 59shbase-server in the patch passed.
262m 34s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6391/2/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR#6391
Optional Testsjavac javadoc unit compile shadedjars
unameLinux 34bf5fe7b373 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 / f373405
Default JavaEclipse Adoptium-17.0.11+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6391/2/testReport/
Max. process+thread count5370 (vs. ulimit of 30000)
modulesC: hbase-asyncfs hbase-server U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6391/2/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@jojochuang
jojochuang merged commit 0aa1c8d into apache:branch-3Oct 25, 2024
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.

2 participants

@jojochuang@Apache-HBase