-
Notifications
You must be signed in to change notification settings - Fork 500
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
fix pd-failover: scale out directly when failover occurs #217
Conversation
/run-e2e-tests |
2 similar comments
/run-e2e-tests |
/run-e2e-tests |
normalPDMember(tc) | ||
tc.Status.PD.FailureMembers = map[string]v1alpha1.PDFailureMember{ | ||
"pd-0": {PodName: "pd-0"}, | ||
} |
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.
add tc.Status.PD.Members["pd-0"].Health=false
。
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
run-e2e-tests |
/run-e2e-tests |
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
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
* fix pd-failover: scale out directly when failover occurs * address comment
@tennix @xiaojingchen PTAL