Skip to content

Backport "HBASE-29207 The backup system table should be considered a system tab…" to branch-2.6 - #6930

Merged
rmdmattingly merged 1 commit into
branch-2.6from
HBASE-29207-branch-2.6
Apr 25, 2025
Merged

Backport "HBASE-29207 The backup system table should be considered a system tab…" to branch-2.6#6930
rmdmattingly merged 1 commit into
branch-2.6from
HBASE-29207-branch-2.6

Conversation

@rmdmattingly

Copy link
Copy Markdown
Contributor

…le (#6842)

…le (#6842)
Co-authored-by: Ray Mattingly <rmattingly@hubspot.com>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Nihal Jain <nihaljain@apache.org>
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 52sDocker mode activated.
-0 ⚠️yetus0m 6sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2.6 Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for branch
+1 💚mvninstall4m 2sbranch-2.6 passed
+1 💚compile1m 8sbranch-2.6 passed
+1 💚javadoc0m 58sbranch-2.6 passed
+1 💚shadedjars6m 46sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for patch
+1 💚mvninstall3m 27sthe patch passed
+1 💚compile1m 30sthe patch passed
+1 💚javac1m 30sthe patch passed
+1 💚javadoc0m 57sthe patch passed
+1 💚shadedjars6m 47spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit2m 38shbase-common in the patch passed.
+1 💚unit8m 30shbase-client in the patch passed.
+1 💚unit13m 21shbase-backup in the patch passed.
53m 25s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR#6930
Optional Testsjavac javadoc unit compile shadedjars
unameLinux 80cbee388346 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-2.6 / 030a7d6
Default JavaTemurin-1.8.0_412-b08
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/1/testReport/
Max. process+thread count3503 (vs. ulimit of 30000)
modulesC: hbase-common hbase-client hbase-backup U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/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 🆗reexec1m 5sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo 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-2.6 Compile Tests _
+0 🆗mvndep0m 21sMaven dependency ordering for branch
+1 💚mvninstall5m 5sbranch-2.6 passed
+1 💚compile2m 57sbranch-2.6 passed
+1 💚checkstyle1m 18sbranch-2.6 passed
+1 💚spotbugs2m 59sbranch-2.6 passed
+1 💚spotless1m 9sbranch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 🆗mvndep0m 17sMaven dependency ordering for patch
+1 💚mvninstall4m 22sthe patch passed
+1 💚compile2m 42sthe patch passed
+1 💚javac2m 42sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚checkstyle1m 7sthe patch passed
+1 💚spotbugs3m 48sthe patch passed
+1 💚hadoopcheck24m 47sPatch does not cause any errors with Hadoop 2.10.2 or 3.3.6 3.4.0.
+1 💚spotless1m 24spatch has no errors when running spotless:check.
_ Other Tests _
+1 💚asflicense0m 57sThe patch does not generate ASF License warnings.
57m 24s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#6930
Optional Testsdupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
unameLinux cf7bca239a26 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-2.6 / 030a7d6
Default JavaEclipse Adoptium-11.0.23+9
Max. process+thread count78 (vs. ulimit of 30000)
modulesC: hbase-common hbase-client hbase-backup U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/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.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 42sDocker mode activated.
-0 ⚠️yetus0m 6sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2.6 Compile Tests _
+0 🆗mvndep0m 11sMaven dependency ordering for branch
+1 💚mvninstall3m 51sbranch-2.6 passed
+1 💚compile1m 14sbranch-2.6 passed
+1 💚javadoc0m 58sbranch-2.6 passed
+1 💚shadedjars6m 42sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗mvndep0m 16sMaven dependency ordering for patch
+1 💚mvninstall3m 46sthe patch passed
+1 💚compile1m 13sthe patch passed
+1 💚javac1m 13sthe patch passed
+1 💚javadoc0m 55sthe patch passed
+1 💚shadedjars6m 40spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit2m 35shbase-common in the patch passed.
+1 💚unit8m 35shbase-client in the patch passed.
+1 💚unit15m 39shbase-backup in the patch passed.
55m 19s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR#6930
Optional Testsjavac javadoc unit compile shadedjars
unameLinux 2d14ba18dbd8 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-2.6 / 030a7d6
Default JavaEclipse Adoptium-17.0.11+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/1/testReport/
Max. process+thread count3683 (vs. ulimit of 30000)
modulesC: hbase-common hbase-client hbase-backup U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/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 🆗reexec1m 10sDocker mode activated.
-0 ⚠️yetus0m 7sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2.6 Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for branch
+1 💚mvninstall4m 35sbranch-2.6 passed
+1 💚compile1m 32sbranch-2.6 passed
+1 💚javadoc1m 22sbranch-2.6 passed
+1 💚shadedjars8m 43sbranch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗mvndep0m 21sMaven dependency ordering for patch
+1 💚mvninstall4m 54sthe patch passed
+1 💚compile1m 52sthe patch passed
+1 💚javac1m 52sthe patch passed
+1 💚javadoc1m 14sthe patch passed
+1 💚shadedjars9m 6spatch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚unit4m 3shbase-common in the patch passed.
+1 💚unit8m 13shbase-client in the patch passed.
+1 💚unit19m 16shbase-backup in the patch passed.
68m 57s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR#6930
Optional Testsjavac javadoc unit compile shadedjars
unameLinux 4663878b4a61 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-2.6 / 030a7d6
Default JavaEclipse Adoptium-11.0.23+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/1/testReport/
Max. process+thread count3309 (vs. ulimit of 30000)
modulesC: hbase-common hbase-client hbase-backup U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6930/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.

@rmdmattingly
rmdmattingly merged commit 01c420e into branch-2.6Apr 25, 2025
@rmdmattingly
rmdmattingly deleted the HBASE-29207-branch-2.6 branch April 25, 2025 13:54
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

@rmdmattingly@Apache-HBase