Skip to content

HBASE-29206 RollingBatchSuspendResumeRsAction can not actually 'resum…#6846

Merged
Apache9 merged 1 commit intoapache:masterfrom
Apache9:HBASE-29206
Mar 31, 2025
Merged

HBASE-29206 RollingBatchSuspendResumeRsAction can not actually 'resum…#6846
Apache9 merged 1 commit intoapache:masterfrom
Apache9:HBASE-29206

Conversation

@Apache9
Copy link
Contributor

@Apache9 Apache9 commented Mar 23, 2025

…e' a region server

@Apache9 Apache9 self-assigned this Mar 23, 2025
@Apache9
Copy link
Contributor Author

Apache9 commented Mar 23, 2025

Will try this solution in my next ITBLL run.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 27s Docker mode activated.
-0 ⚠️ yetus 0m 3s Unprocessed 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 💚 mvninstall 3m 14s master passed
+1 💚 compile 0m 20s master passed
+1 💚 javadoc 0m 13s master passed
+1 💚 shadedjars 5m 53s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 3m 3s the patch passed
+1 💚 compile 0m 20s the patch passed
+1 💚 javac 0m 20s the patch passed
+1 💚 javadoc 0m 12s the patch passed
+1 💚 shadedjars 5m 51s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 💚 unit 0m 38s hbase-it in the patch passed.
21m 1s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6846/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR #6846
Optional Tests javac javadoc unit compile shadedjars
uname Linux cb631100165e 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 master / 3d4259a
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6846/1/testReport/
Max. process+thread count 634 (vs. ulimit of 30000)
modules C: hbase-it U: hbase-it
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6846/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 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.
_ master Compile Tests _
+1 💚 mvninstall 3m 17s master passed
+1 💚 compile 0m 32s master passed
+1 💚 checkstyle 0m 11s master passed
+1 💚 spotbugs 0m 25s master passed
+1 💚 spotless 0m 45s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚 mvninstall 3m 0s the patch passed
+1 💚 compile 0m 30s the patch passed
+1 💚 javac 0m 30s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 10s the patch passed
+1 💚 spotbugs 0m 29s the patch passed
+1 💚 hadoopcheck 11m 50s Patch does not cause any errors with Hadoop 3.3.6 3.4.0.
+1 💚 spotless 0m 44s patch has no errors when running spotless:check.
_ Other Tests _
+1 💚 asflicense 0m 10s The patch does not generate ASF License warnings.
29m 51s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6846/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #6846
Optional Tests dupname asflicense javac spotbugs checkstyle codespell detsecrets compile hadoopcheck hbaseanti spotless
uname Linux 6c6ffb6f6990 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 master / 3d4259a
Default Java Eclipse Adoptium-17.0.11+9
Max. process+thread count 84 (vs. ulimit of 30000)
modules C: hbase-it U: hbase-it
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6846/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.

@Apache9
Copy link
Contributor Author

Apache9 commented Mar 30, 2025

WIth the fix in place I could finish a 100m link generator successfully, and I cloud see logs like this

2025-03-29T22:50:41,261 WARN  [ChaosMonkey-2 {}] actions.RollingBatchSuspendResumeRsAction: Region server data03:16020 is crashed after resuming, starting
2025-03-29T22:50:41,262 INFO  [ChaosMonkey-2 {}] actions.RollingBatchSuspendResumeRsAction: Starting regionserver data03:16020
2025-03-29T22:50:41,262 INFO  [ChaosMonkey-2 {}] hbase.DistributedHBaseCluster: Starting RS on: data03

There are still other problems need to be fixed to make ITBLL more smoothly, will file other issues. But I think this PR is ready to go.

Thanks.

@Apache9 Apache9 requested review from NihalJain and stoty March 30, 2025 01:04
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

@Apache9 Apache9 merged commit a86f9d7 into apache:master Mar 31, 2025
1 check passed
Apache9 added a commit that referenced this pull request Mar 31, 2025
…e' a region server (#6846)

Signed-off-by: Istvan Toth <stoty@apache.org>
(cherry picked from commit a86f9d7)
Apache9 added a commit that referenced this pull request Mar 31, 2025
…e' a region server (#6846)

Signed-off-by: Istvan Toth <stoty@apache.org>
(cherry picked from commit a86f9d7)
Apache9 added a commit that referenced this pull request Jul 9, 2025
…e' a region server (#6846)

Signed-off-by: Istvan Toth <stoty@apache.org>
(cherry picked from commit a86f9d7)
mokai87 pushed a commit to mokai87/hbase that referenced this pull request Aug 7, 2025
…e' a region server (apache#6846)

Signed-off-by: Istvan Toth <stoty@apache.org>
(cherry picked from commit a86f9d7)
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.

3 participants