Skip to content

HBASE-22982: region server suspend/resume and graceful rolling restart actions - #824

Merged
meszibalu merged 1 commit into
apache:branch-2.2from
BukrosSzabolcs:branch-2.2
Nov 18, 2019
Merged

HBASE-22982: region server suspend/resume and graceful rolling restart actions#824
meszibalu merged 1 commit into
apache:branch-2.2from
BukrosSzabolcs:branch-2.2

Conversation

@BukrosSzabolcs

Copy link
Copy Markdown
Contributor

HBASE-22982: region server suspend/resume and graceful rolling restart actions (#592)

  • Add chaos monkey action for suspend/resume region servers
  • Add chaos monkey action for graceful rolling restart
  • Add these to relevant chaos monkeys

This is just a backport of a commit already on hbase/master.

…t actions (apache#592)
* Add chaos monkey action for suspend/resume region servers
* Add chaos monkey action for graceful rolling restart
* Add these to relevant chaos monkeys
Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 38sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚test4tests0m 0sThe patch appears to include 13 new or modified test files.
_ branch-2.2 Compile Tests _
+0 🆗mvndep0m 15sMaven dependency ordering for branch
+1 💚mvninstall5m 6sbranch-2.2 passed
+1 💚compile1m 23sbranch-2.2 passed
+1 💚checkstyle1m 38sbranch-2.2 passed
+1 💚shadedjars4m 4sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 51sbranch-2.2 passed
+0 🆗spotbugs2m 57sUsed deprecated FindBugs config; considering switching to SpotBugs.
+1 💚findbugs2m 55sbranch-2.2 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 15sMaven dependency ordering for patch
+1 💚mvninstall4m 45sthe patch passed
+1 💚compile1m 23sthe patch passed
+1 💚javac1m 23sthe patch passed
+1 💚checkstyle1m 18sThe patch passed checkstyle in hbase-server
+1 💚checkstyle0m 19shbase-it: The patch generated 0 new + 74 unchanged - 1 fixed = 74 total (was 75)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚shadedjars4m 6spatch has no errors when building our shaded downstream artifacts.
+1 💚hadoopcheck15m 3sPatch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 💚javadoc0m 48sthe patch passed
+1 💚findbugs3m 8sthe patch passed
_ Other Tests _
+1 💚unit144m 9shbase-server in the patch passed.
+1 💚unit1m 11shbase-it in the patch passed.
+1 💚asflicense0m 56sThe patch does not generate ASF License warnings.
200m 37s
SubsystemReport/Notes
DockerClient=19.03.4 Server=19.03.4 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-824/1/artifact/out/Dockerfile
GITHUB PR#824
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f8edd79b532c 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-824/out/precommit/personality/provided.sh
git revisionbranch-2.2 / dfa6a1f
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-824/1/testReport/
Max. process+thread count4348 (vs. ulimit of 10000)
modulesC: hbase-server hbase-it U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-824/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@meszibalu
meszibalu merged commit 1eceb24 into apache:branch-2.2Nov 18, 2019
@BukrosSzabolcs
BukrosSzabolcs deleted the branch-2.2 branch December 20, 2019 12:36
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…t actions (apache#824)
* Add chaos monkey action for suspend/resume region servers
* Add chaos monkey action for graceful rolling restart
* Add these to relevant chaos monkeys
Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
(cherry picked from commit 1eceb24)
Change-Id: I04a41baca79f6813f6b4f1637f658dc4c2a44540
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

@BukrosSzabolcs@Apache-HBase@meszibalu