Uh oh!
There was an error while loading. Please reload this page.
HBASE-27568 ChaosMonkey add support for JournalNodes - #4963
Merged
Conversation
ndimidukforce-pushed
the
27568-cm-journalnode
branch
3 times, most recently
from
January 12, 2023 16:44
44c5aa8 to
41e7750Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
| } | ||
| protected void startJournalNode(ServerName server) throws IOException { | ||
| getLogger().info("Starting journalnode :-{}", server.getHostname()); |
Contributor
There was a problem hiding this comment.
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); |
ndimidukforce-pushed
the
27568-cm-journalnode
branch
2 times, most recently
from
January 13, 2023 14:36
da42f64 to
0bf3356Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
Shall we wait for the #4959, seems there are some code overlaps, and Duo is reviewing there |
ndimidukforce-pushed
the
27568-cm-journalnode
branch
from
January 16, 2023 14:00
0bf3356 to
ffe6f9dComparendimiduk
commented
Jan 16, 2023
MemberAuthor
@Reidddddd indeed. #4959 is merged ; I've rebased this onto latest |
Apache-HBase
commented
Jan 16, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 16, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 16, 2023
🎊 +1 overall
This message was automatically generated. |
ndimiduk
commented
Jan 17, 2023
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 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #4959