-
Notifications
You must be signed in to change notification settings - Fork 72
Schedule only one CleanOutServer job. Introduced new Drain phase. #337
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
… replace it with a new one.
neunhoef
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
ewoutp
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.
Several questions & suggestions
| MemberPhaseFailed MemberPhase = "Failed" | ||
| // MemberPhaseCleanOut indicates that a dbserver is in the process of being cleaned out | ||
| MemberPhaseCleanOut MemberPhase = "CleanOut" | ||
| // MemberPhaseDrain indicates that a dbserver is n the process of being cleaned out as result of draining a node |
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.
n -> in
neunhoef
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
No description provided.