bitpoke / mysql-operator

Asynchronous MySQL Replication on Kubernetes using Percona Server and Openark's Orchestrator.
https://www.bitpoke.io/docs/mysql-operator/getting-started/
Apache License 2.0
993 stars 275 forks source link

Discovery new node #895

Closed jiuker closed 1 year ago

jiuker commented 1 year ago

closes/fixes #xyz

When we found that a mysql pod was isolated and was able to switch normally. But the network recovery will not automatically append to the slave instance. Because there is no change in this pod when the network is restored, no update or create will be triggered and the status is normal. It will not allow the operator to automatically create the master mechanism. This is the fix for that.


jiuker commented 1 year ago

@cndoit18 cc