-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Warn on not enough masters during election #20063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn on not enough masters during election #20063
Conversation
|
/cc @jasontedor I can wait until log4j2 gets merged since this will be another thing for you to battle. |
9e76f42 to
54b21b5
Compare
|
@pickypg this probably needs a rebase now that the log4j2 stuff is in, right? |
|
@pickypg want to rebase and get this in? |
54b21b5 to
84ab26b
Compare
|
@clintongormley Done |
bleskes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Left two nits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be confusing - maybe "not enough master nodes (has [{}], needed [{}])"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we promote this to first class message, I think we should make it more user friendly. how about "not enough master nodes discovered during pinging (found [{}], needed [{}]), pinging again" ?
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
@pickypg are you going to pick (hah, get it?) this back up? |
|
@dakrone Yeah, I'll rebase and make changes today. |
This changes the trace level logging to warn, and adds the needed number to the message as well. My fear is that it may get noisy, but this is an issue that you want to be noisy.
84ab26b to
00a4cc0
Compare
This changes the trace level logging to warn, and adds the needed number to the message as well. My fear is that it may get noisy, but this is an issue that you want to be noisy.
This changes the trace level logging to warn, and adds the needed number to the message as well. My fear is that it may get noisy, but this is an issue that you want to be noisy.
…ters were found This is a regression introduced in #20063
…ters were found This is a regression introduced in #20063
…ters were found This is a regression introduced in #20063
This changes the trace level logging to warn, and adds the needed number to the message as well.
My fear is that it may get noisy, but this is an issue that you want to be noisy.
Closes #8362