-
Notifications
You must be signed in to change notification settings - Fork 12
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
[DPE-4375] Add cluster manual re-join handler #592
base: main
Are you sure you want to change the base?
Conversation
4f14207
to
b1e5454
Compare
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.
@sinclert-canonical What's the idea for a integration test?
I think we could do the following:
Would you mind doing a pairing session with me? I would like to avoid hours of CI time just to validate the integration test. |
bd8292d
to
c909fbf
Compare
c909fbf
to
41173b0
Compare
Branch rebased from |
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.
Good stuff
This PR adds logic to manually re-join a MySQL replica that has gone
OFFLINE
, to the cluster, whenever MySQL 8.0.21+ auto re-join attempts have been exhausted.Description
There are edge cases where a MySQL instance that has lost connection to the cluster it originally belong to (i.e.
OFFLINE
), exhaust its automatic retries (by default 3 retries, with 5 mins between each, starting with MySQL 8.0.21). For those cases, a manual re-join should be performed.