-
Notifications
You must be signed in to change notification settings - Fork 72
bug-fix/bad-remove-member #345
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
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, but 2 occurrences of dead code, please remove. I now do a manual test and approve then.
| return false, maskAny(errors.Wrapf(err, "Failed to remove server from cluster: %#v", err)) | ||
| } else if driver.IsPreconditionFailed(err) { | ||
|
|
||
| //if !m.Conditions.IsTrue(api.ConditionTypeTerminated) { |
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.
We should probably remove this dead code.
| } | ||
| a.log.Warn().Msg("dbserver is failed but still in use") | ||
| } | ||
| //} |
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.
Dead code.
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.