-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Clarify cluster health status during rolling upgrade #40757
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
Conversation
|
Pinging @elastic/es-core-infra |
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.
While technically accurate, the phrasing seems to imply that removing a node is a normal part of a rolling upgrade. To my knowledge, that's not the case.
Can you explain a bit more @GlenRSmith?
|
Apologies for the delay in reviewing this @GlenRSmith. I left a question for you. After your response, I'll determine what the next steps are. Thanks! |
|
@jrodewig Fixed. Sorry for the delay I think I don't have my notifications well-configured. |
|
Pinging @elastic/es-distributed (:Distributed/Allocation) |
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.
I think we could drop any mention of the starting state here. It's true that it might start as red, and also that it might go straight from red to green without ever being yellow, but none of that is especially important here.
| Wait for the `status` column to switch from `yellow` to `green`. Once the | |
| Wait for the `status` column to switch to `green`. Once the |
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.
TBC I think we should do this instead of adding the extra sentence suggested in this PR.
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.
I think that's a great idea. Implemented with 366586b.
DaveCTurner
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
|
@elasticmachine test this please |
|
@elasticmachine update branch |
|
@elasticmachine test this please |
|
@elasticmachine update branch |
|
@elasticmachine test this please |
Call it "newly restarted" instead of "removed".
|
@elasticmachine test this please |
|
Had to rebase this branch to get the CI to pass. Will merge and backport. Thanks again for raising this @GlenRSmith. |
Remove mention of the `yellow` and `red` starting health status from the rolling upgrade docs. Instead, we should emphasize that users wait for the node to recover with a health status of `green` rather than the starting status. Co-authored-by: James Rodewig <[email protected]>
Remove mention of the `yellow` and `red` starting health status from the rolling upgrade docs. Instead, we should emphasize that users wait for the node to recover with a health status of `green` rather than the starting status. Co-authored-by: James Rodewig <[email protected]>
Remove mention of the `yellow` and `red` starting health status from the rolling upgrade docs. Instead, we should emphasize that users wait for the node to recover with a health status of `green` rather than the starting status. Co-authored-by: James Rodewig <[email protected]>
Remove mention of the `yellow` and `red` starting health status from the rolling upgrade docs. Instead, we should emphasize that users wait for the node to recover with a health status of `green` rather than the starting status. Co-authored-by: James Rodewig <[email protected]>
gradle check?