Skip to content

HBASE-27568 ChaosMonkey add support for JournalNodes - #4963

Merged
Reidddddd merged 2 commits into
apache:masterfrom
ndimiduk:27568-cm-journalnode
Jan 17, 2023
Merged

HBASE-27568 ChaosMonkey add support for JournalNodes#4963
Reidddddd merged 2 commits into
apache:masterfrom
ndimiduk:27568-cm-journalnode

Conversation

@ndimiduk

Copy link
Copy Markdown
Member

Depends on #4959

@ndimiduk
ndimidukforce-pushed the 27568-cm-journalnode branch 3 times, most recently from 44c5aa8 to 41e7750CompareJanuary 12, 2023 16:44
@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

}

protected void startJournalNode(ServerName server) throws IOException {
getLogger().info("Starting journalnode :-{}", server.getHostname());

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

But :- is removed above. I feel it is a copy-paste nit

getLogger().info("Starting journalnode :-{}", server.getHostname());
cluster.startJournalNode(server);
cluster.waitForJournalNodeToStart(server, startNameNodeTimeout);
getLogger().info("Started journalnode: {}", server);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ditto for the :

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

indeed :)

@ndimiduk
ndimidukforce-pushed the 27568-cm-journalnode branch 2 times, most recently from da42f64 to 0bf3356CompareJanuary 13, 2023 14:36
@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Apache-HBase

This comment was marked as outdated.

@Reidddddd

Reidddddd commented Jan 16, 2023

Copy link
Copy Markdown
Contributor

Shall we wait for the #4959, seems there are some code overlaps, and Duo is reviewing there

@ndimiduk
ndimidukforce-pushed the 27568-cm-journalnode branch from 0bf3356 to ffe6f9dCompareJanuary 16, 2023 14:00
@ndimiduk

Copy link
Copy Markdown
MemberAuthor

@Reidddddd indeed. #4959 is merged ; I've rebased this onto latest master.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 41sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ master Compile Tests _
+0 🆗mvndep0m 20sMaven dependency ordering for branch
+1 💚mvninstall2m 22smaster passed
+1 💚compile2m 45smaster passed
+1 💚checkstyle0m 40smaster passed
+1 💚spotless0m 38sbranch has no errors when running spotless:check.
+1 💚spotbugs1m 42smaster passed
_ Patch Compile Tests _
+0 🆗mvndep0m 10sMaven dependency ordering for patch
+1 💚mvninstall2m 26sthe patch passed
+1 💚compile2m 44sthe patch passed
+1 💚javac2m 44sthe patch passed
+1 💚checkstyle0m 40sthe patch passed
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚hadoopcheck8m 57sPatch does not cause any errors with Hadoop 3.2.4 3.3.4.
+1 💚spotless0m 37spatch has no errors when running spotless:check.
+1 💚spotbugs1m 55sthe patch passed
_ Other Tests _
+1 💚asflicense0m 14sThe patch does not generate ASF License warnings.
32m 45s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4963/4/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#4963
Optional Testsdupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile
unameLinux 0e1d61e2fff6 5.4.0-1092-aws #100~18.04.2-Ubuntu SMP Tue Nov 29 08:39:52 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 7ed2cb9
Default JavaEclipse Adoptium-11.0.17+8
Max. process+thread count80 (vs. ulimit of 30000)
modulesC: hbase-server hbase-it U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4963/4/console
versionsgit=2.34.1 maven=3.8.6 spotbugs=4.7.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 2sDocker mode activated.
-0 ⚠️yetus0m 3sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 🆗mvndep0m 11sMaven dependency ordering for branch
+1 💚mvninstall2m 40smaster passed
+1 💚compile1m 9smaster passed
+1 💚shadedjars3m 46sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 39smaster passed
_ Patch Compile Tests _
+0 🆗mvndep0m 14sMaven dependency ordering for patch
+1 💚mvninstall2m 29sthe patch passed
+1 💚compile1m 9sthe patch passed
+1 💚javac1m 9sthe patch passed
+1 💚shadedjars3m 48spatch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 38sthe patch passed
_ Other Tests _
+1 💚unit212m 14shbase-server in the patch passed.
+1 💚unit0m 52shbase-it in the patch passed.
235m 13s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4963/4/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR#4963
Optional Testsjavac javadoc unit shadedjars compile
unameLinux 37589353d91b 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 7ed2cb9
Default JavaEclipse Adoptium-11.0.17+8
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4963/4/testReport/
Max. process+thread count2659 (vs. ulimit of 30000)
modulesC: hbase-server hbase-it U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4963/4/console
versionsgit=2.34.1 maven=3.8.6
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 15sDocker mode activated.
-0 ⚠️yetus0m 3sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 🆗mvndep0m 11sMaven dependency ordering for branch
+1 💚mvninstall2m 40smaster passed
+1 💚compile1m 14smaster passed
+1 💚shadedjars4m 14sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 45smaster passed
_ Patch Compile Tests _
+0 🆗mvndep0m 11sMaven dependency ordering for patch
+1 💚mvninstall2m 27sthe patch passed
+1 💚compile0m 59sthe patch passed
+1 💚javac0m 59sthe patch passed
+1 💚shadedjars3m 45spatch has no errors when building our shaded downstream artifacts.
+1 💚javadoc0m 35sthe patch passed
_ Other Tests _
+1 💚unit221m 11shbase-server in the patch passed.
+1 💚unit0m 56shbase-it in the patch passed.
244m 46s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4963/4/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
GITHUB PR#4963
Optional Testsjavac javadoc unit shadedjars compile
unameLinux 6c2f66112769 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 7ed2cb9
Default JavaTemurin-1.8.0_352-b08
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4963/4/testReport/
Max. process+thread count2406 (vs. ulimit of 30000)
modulesC: hbase-server hbase-it U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4963/4/console
versionsgit=2.34.1 maven=3.8.6
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Reidddddd
Reidddddd merged commit da26134 into apache:masterJan 17, 2023
@ndimiduk

Copy link
Copy Markdown
MemberAuthor

Thanks @Reidddddd

ndimiduk added a commit to ndimiduk/hbase that referenced this pull request Jan 17, 2023
Signed-off-by: Reid Chan <reidchan@apache.org>
ndimiduk added a commit to ndimiduk/hbase that referenced this pull request Jan 17, 2023
Signed-off-by: Reid Chan <reidchan@apache.org>
ndimiduk added a commit to ndimiduk/hbase that referenced this pull request Jan 17, 2023
Signed-off-by: Reid Chan <reidchan@apache.org>
@ndimiduk
ndimiduk deleted the 27568-cm-journalnode branch January 17, 2023 12:48
ndimiduk added a commit that referenced this pull request Jan 17, 2023
Signed-off-by: Reid Chan <reidchan@apache.org>
ndimiduk added a commit that referenced this pull request Jan 17, 2023
Signed-off-by: Reid Chan <reidchan@apache.org>
ndimiduk added a commit that referenced this pull request Jan 17, 2023
Signed-off-by: Reid Chan <reidchan@apache.org>
vinayakphegde pushed a commit to vinayakphegde/hbase that referenced this pull request Apr 4, 2024
Signed-off-by: Reid Chan <reidchan@apache.org>
(cherry picked from commit 181ffe7)
Change-Id: I40645dac43fc1b0288b71072d7834b9ee4c5f9d9
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

@ndimiduk@Apache-HBase@Reidddddd