Skip to content

Conversation

@taklwu
Copy link
Contributor

@taklwu taklwu commented Nov 21, 2025

The change in HBASE-25334 (introduced by commit 32c4432 in branch-2 and branch-2.6) has diverged between the master (#2728) and branch-2 branches. This is a following up changes after HBASE-29720 and have the complete functional changes of HBASE-25334 that uses SCP as the source of dead servers in progress.

this is a clean cherry-pick from #7472 / 6fb6269

@taklwu taklwu requested a review from Copilot November 21, 2025 20:18
Copilot finished reviewing on behalf of taklwu November 21, 2025 20:20
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR backports a fix for a flaky test (HBASE-25334) from the main branch to branch-2 and branch-2.6. The fix addresses race conditions in TestRSGroupsFallback.testFallback by ensuring that finished ServerCrashProcedure instances are not counted as "in progress."

  • Core fix: Modified ServerManager.areDeadServersInProgress() to filter out finished procedures
  • Enhanced TestDeadServer.testCrashProcedureReplay() to verify procedure replay behavior after executor restart
  • Simplified TestRSGroupsFallback.testFallback() by removing unnecessary variable assignments and wait logic

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java Fixed areDeadServersInProgress() to only count non-finished ServerCrashProcedure instances
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDeadServer.java Enhanced test to verify proper behavior after procedure executor restart and removed unused import
hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsFallback.java Simplified test by removing unnecessary variable capture and wait logic, improved parameter naming

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 1m 32s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
_ branch-2.6 Compile Tests _
+0 🆗 mvndep 0m 22s Maven dependency ordering for branch
+1 💚 mvninstall 4m 13s branch-2.6 passed
+1 💚 compile 3m 56s branch-2.6 passed
+1 💚 checkstyle 0m 50s branch-2.6 passed
+1 💚 spotbugs 2m 25s branch-2.6 passed
+1 💚 spotless 1m 2s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 23s Maven dependency ordering for patch
+1 💚 mvninstall 3m 52s the patch passed
+1 💚 compile 4m 8s the patch passed
+1 💚 javac 4m 8s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 52s the patch passed
+1 💚 spotbugs 2m 40s the patch passed
+1 💚 hadoopcheck 23m 3s Patch does not cause any errors with Hadoop 2.10.2 or 3.3.6 3.4.1.
+1 💚 spotless 1m 0s patch has no errors when running spotless:check.
_ Other Tests _
+1 💚 asflicense 0m 27s The patch does not generate ASF License warnings.
53m 23s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #7476
Optional Tests dupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
uname Linux b66a05452286 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.6 / 078da31
Default Java Eclipse Adoptium-11.0.23+9
Max. process+thread count 79 (vs. ulimit of 30000)
modules C: hbase-server hbase-rsgroup U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 53s Docker mode activated.
-0 ⚠️ yetus 0m 6s Unprocessed 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 🆗 mvndep 0m 17s Maven dependency ordering for branch
+1 💚 mvninstall 3m 58s branch-2.6 passed
+1 💚 compile 1m 41s branch-2.6 passed
+1 💚 javadoc 0m 50s branch-2.6 passed
+1 💚 shadedjars 7m 16s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 23s Maven dependency ordering for patch
+1 💚 mvninstall 3m 54s the patch passed
+1 💚 compile 1m 25s the patch passed
+1 💚 javac 1m 25s the patch passed
+1 💚 javadoc 0m 53s the patch passed
+1 💚 shadedjars 7m 13s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 203m 7s hbase-server in the patch passed.
+1 💚 unit 4m 0s hbase-rsgroup in the patch passed.
240m 50s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR #7476
Optional Tests javac javadoc unit compile shadedjars
uname Linux 4ee3e32c3ba5 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.6 / 078da31
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/testReport/
Max. process+thread count 3353 (vs. ulimit of 30000)
modules C: hbase-server hbase-rsgroup U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 49s Docker mode activated.
-0 ⚠️ yetus 0m 5s Unprocessed 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 🆗 mvndep 0m 20s Maven dependency ordering for branch
+1 💚 mvninstall 3m 6s branch-2.6 passed
+1 💚 compile 1m 6s branch-2.6 passed
+1 💚 javadoc 0m 45s branch-2.6 passed
+1 💚 shadedjars 5m 43s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 14s Maven dependency ordering for patch
+1 💚 mvninstall 2m 43s the patch passed
+1 💚 compile 1m 6s the patch passed
+1 💚 javac 1m 6s the patch passed
+1 💚 javadoc 0m 43s the patch passed
+1 💚 shadedjars 5m 41s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 213m 5s hbase-server in the patch passed.
+1 💚 unit 4m 22s hbase-rsgroup in the patch passed.
244m 2s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR #7476
Optional Tests javac javadoc unit compile shadedjars
uname Linux 784b23bc6328 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.6 / 078da31
Default Java Temurin-1.8.0_412-b08
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/testReport/
Max. process+thread count 3104 (vs. ulimit of 30000)
modules C: hbase-server hbase-rsgroup U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 45s Docker mode activated.
-0 ⚠️ yetus 0m 7s Unprocessed 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 🆗 mvndep 0m 17s Maven dependency ordering for branch
+1 💚 mvninstall 4m 57s branch-2.6 passed
+1 💚 compile 1m 48s branch-2.6 passed
+1 💚 javadoc 0m 54s branch-2.6 passed
+1 💚 shadedjars 7m 23s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 24s Maven dependency ordering for patch
+1 💚 mvninstall 5m 7s the patch passed
+1 💚 compile 2m 4s the patch passed
+1 💚 javac 2m 4s the patch passed
+1 💚 javadoc 1m 1s the patch passed
+1 💚 shadedjars 8m 7s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 222m 52s hbase-server in the patch passed.
+1 💚 unit 4m 29s hbase-rsgroup in the patch passed.
265m 4s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR #7476
Optional Tests javac javadoc unit compile shadedjars
uname Linux 7371b07a55c9 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.6 / 078da31
Default Java Eclipse Adoptium-11.0.23+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/testReport/
Max. process+thread count 3188 (vs. ulimit of 30000)
modules C: hbase-server hbase-rsgroup U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/1/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@vaijosh vaijosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@stoty stoty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HBASE-25334 is already in present in 2.5 and 2.6.

You should probably change the ticket name and description to reflect the real situation.

Did something broke the original patch in the meantime ? Was the original commit incorrect/incomplete ? Or is this needed for some other reason ?

@taklwu
Copy link
Contributor Author

taklwu commented Nov 24, 2025

HBASE-25334 is already in present in 2.5 and 2.6.

You should probably change the ticket name and description to reflect the real situation.

Did something broke the original patch in the meantime ? Was the original commit incorrect/incomplete ? Or is this needed for some other reason ?

in my review in #7472 (review), I mentioned about that HBASE-25334 (32c4432) was a partial patch that does not have the changes in ServerManager.java and thus we had first backport https://issues.apache.org/jira/browse/HBASE-29720 , and then add those missing changes in the PR of #7472 against branch-2 (merged), and now this one.

branch-2 has been merged and the title cannot be changed (IMO developer would also look into the changes of commit), it's fine to change the title of this PR to match what is requesting, I will also add some information in the commit body about it.

@taklwu taklwu changed the title HBASE-29724: Backport "HBASE-25334: TestRSGroupsFallback.testFallback… HBASE-29724: Backport missing changes of "HBASE-25334: TestRSGroupsFallback.testFallback is flaky" into branch-2 and branch-2.6 Nov 24, 2025
@taklwu taklwu changed the title HBASE-29724: Backport missing changes of "HBASE-25334: TestRSGroupsFallback.testFallback is flaky" into branch-2 and branch-2.6 HBASE-29724: Backport missing changes of "HBASE-25334: TestRSGroupsFallback.testFallback is flaky" into branch-2 and branch-2.6 (#7472) Nov 24, 2025
@taklwu taklwu requested a review from stoty November 24, 2025 18:25
…allback.testFallback is flaky" into branch-2 and branch-2.6 (apache#7472) apache#7476

 The change in HBASE-25334 (introduced by commit 32c4432) has diverged between the master and branch-2 branches. This is a following up changes after HBASE-29720 and have the complete functional changes of HBASE-25334 that uses SCP as the source of dead servers in progress.

Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
@taklwu taklwu force-pushed the HBASE-29724-branch2.6 branch from 078da31 to a5cff58 Compare November 24, 2025 18:28
@taklwu taklwu changed the title HBASE-29724: Backport missing changes of "HBASE-25334: TestRSGroupsFallback.testFallback is flaky" into branch-2 and branch-2.6 (#7472) HBASE-29724: Backport missing changes of "HBASE-25334: TestRSGroupsFallback.testFallback is flaky" into branch-2 and branch-2.6 (#7472) #7476 Nov 24, 2025
@taklwu taklwu changed the title HBASE-29724: Backport missing changes of "HBASE-25334: TestRSGroupsFallback.testFallback is flaky" into branch-2 and branch-2.6 (#7472) #7476 HBASE-29724: Backport missing changes of "HBASE-25334: TestRSGroupsFallback.testFallback is flaky" into branch-2 and branch-2.6 (#7472) Nov 24, 2025
Copy link
Contributor

@stoty stoty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

@taklwu taklwu merged commit f8d9cd3 into apache:branch-2.6 Nov 24, 2025
1 check was pending
@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 17s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
_ branch-2.6 Compile Tests _
+0 🆗 mvndep 0m 33s Maven dependency ordering for branch
+1 💚 mvninstall 7m 26s branch-2.6 passed
+1 💚 compile 5m 10s branch-2.6 passed
+1 💚 checkstyle 1m 9s branch-2.6 passed
+1 💚 spotbugs 3m 40s branch-2.6 passed
+1 💚 spotless 1m 20s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 26s Maven dependency ordering for patch
+1 💚 mvninstall 6m 51s the patch passed
+1 💚 compile 5m 2s the patch passed
+1 💚 javac 5m 2s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 1m 3s the patch passed
+1 💚 spotbugs 3m 14s the patch passed
+1 💚 hadoopcheck 21m 2s Patch does not cause any errors with Hadoop 2.10.2 or 3.3.6 3.4.1.
+1 💚 spotless 1m 0s patch has no errors when running spotless:check.
_ Other Tests _
+1 💚 asflicense 0m 25s The patch does not generate ASF License warnings.
60m 54s
Subsystem Report/Notes
Docker ClientAPI=1.48 ServerAPI=1.48 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #7476
Optional Tests dupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
uname Linux 80302dff3062 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.6 / a5cff58
Default Java Eclipse Adoptium-11.0.23+9
Max. process+thread count 67 (vs. ulimit of 30000)
modules C: hbase-server hbase-rsgroup U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 1m 7s Docker mode activated.
-0 ⚠️ yetus 0m 7s Unprocessed 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 🆗 mvndep 0m 21s Maven dependency ordering for branch
+1 💚 mvninstall 3m 38s branch-2.6 passed
+1 💚 compile 1m 9s branch-2.6 passed
+1 💚 javadoc 0m 42s branch-2.6 passed
+1 💚 shadedjars 6m 41s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 21s Maven dependency ordering for patch
+1 💚 mvninstall 3m 8s the patch passed
+1 💚 compile 1m 8s the patch passed
+1 💚 javac 1m 8s the patch passed
+1 💚 javadoc 0m 38s the patch passed
+1 💚 shadedjars 6m 36s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 209m 43s hbase-server in the patch passed.
+1 💚 unit 4m 32s hbase-rsgroup in the patch passed.
244m 33s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR #7476
Optional Tests javac javadoc unit compile shadedjars
uname Linux 3b9af4a4f305 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.6 / a5cff58
Default Java Eclipse Adoptium-11.0.23+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/testReport/
Max. process+thread count 3064 (vs. ulimit of 30000)
modules C: hbase-server hbase-rsgroup U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 58s Docker mode activated.
-0 ⚠️ yetus 0m 7s Unprocessed 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 🆗 mvndep 0m 20s Maven dependency ordering for branch
+1 💚 mvninstall 3m 34s branch-2.6 passed
+1 💚 compile 1m 8s branch-2.6 passed
+1 💚 javadoc 0m 49s branch-2.6 passed
+1 💚 shadedjars 6m 10s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 15s Maven dependency ordering for patch
+1 💚 mvninstall 2m 58s the patch passed
+1 💚 compile 1m 10s the patch passed
+1 💚 javac 1m 10s the patch passed
+1 💚 javadoc 0m 42s the patch passed
+1 💚 shadedjars 5m 53s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 243m 4s hbase-server in the patch passed.
+1 💚 unit 5m 44s hbase-rsgroup in the patch passed.
278m 7s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR #7476
Optional Tests javac javadoc unit compile shadedjars
uname Linux 4f78a4868cf0 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.6 / a5cff58
Default Java Temurin-1.8.0_412-b08
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/testReport/
Max. process+thread count 3142 (vs. ulimit of 30000)
modules C: hbase-server hbase-rsgroup U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 18s Docker mode activated.
-0 ⚠️ yetus 0m 6s Unprocessed 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 🆗 mvndep 0m 25s Maven dependency ordering for branch
+1 💚 mvninstall 7m 9s branch-2.6 passed
+1 💚 compile 2m 31s branch-2.6 passed
+1 💚 javadoc 1m 23s branch-2.6 passed
+1 💚 shadedjars 9m 37s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 33s Maven dependency ordering for patch
+1 💚 mvninstall 7m 2s the patch passed
+1 💚 compile 2m 14s the patch passed
+1 💚 javac 2m 14s the patch passed
+1 💚 javadoc 1m 15s the patch passed
+1 💚 shadedjars 11m 23s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
-1 ❌ unit 538m 4s /patch-unit-hbase-server.txt hbase-server in the patch failed.
+1 💚 unit 7m 41s hbase-rsgroup in the patch passed.
594m 24s
Subsystem Report/Notes
Docker ClientAPI=1.48 ServerAPI=1.48 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR #7476
Optional Tests javac javadoc unit compile shadedjars
uname Linux dd45477cad7d 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 tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.6 / a5cff58
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/testReport/
Max. process+thread count 2363 (vs. ulimit of 30000)
modules C: hbase-server hbase-rsgroup U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7476/2/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Sign up for free to 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.

5 participants