Skip to content
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

Support pause and resume of MySQL cluster clustering. #564

Closed
4 tasks
d-kuro opened this issue Sep 6, 2023 · 1 comment
Closed
4 tasks

Support pause and resume of MySQL cluster clustering. #564

d-kuro opened this issue Sep 6, 2023 · 1 comment
Assignees

Comments

@d-kuro
Copy link
Contributor

d-kuro commented Sep 6, 2023

What

Support pause and resume of MySQL cluster clustering.

There is a user need to align the gtid_executed of all replicas manually
by doing replication from each Pod for consistency checks between Pods in the MySQL Cluster.
In this process, it is necessary to stop the replica's sql thread and manually advance the gtid,
but there is no function to stop clustering in the current MOCO and MOCO starts replication automatically.
Therefore, we are implementing a function to temporarily stop MOCO's clustering monitoring.

How

Proposals will be prepared.

Checklist

  • Finish implementation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions
@d-kuro
Copy link
Contributor Author

d-kuro commented Dec 20, 2023

I Implemented in the above pull request.
This change is included in v0.20.0 of moco.

https://github.com/cybozu-go/moco/releases/tag/v0.20.0

@d-kuro d-kuro closed this as completed Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant