cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.
https://cybozu-go.github.io/moco/
Apache License 2.0
269 stars 22 forks source link

rpl_semi_sync_master_timeout Can it be changed to configurable #716

Closed sona-yuan closed 2 months ago

sona-yuan commented 2 months ago

What

Describe what this issue should address.

How

Describe how to address the issue.

Checklist

ymmt2005 commented 2 months ago

No.

It's deliberately designed not to be configurable. See docs/clustering.md for details.

sona-yuan commented 2 months ago

However, if we consider RTO, some services that want higher continuity can accept sacrificing some data consistency. May I ask if we consider changing it to a configurable item in the future