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

What is the purpose and meaning of the IsUpToDate field? #872

Open wongearl opened 1 year ago

wongearl commented 1 year ago

What is the purpose and meaning of the IsUpToDate field?

o.AddInstance(Instance{ ClusterName: cluster, Key: InstanceKey{Hostname: host}, ReadOnly: readOnly, SlaveLagSeconds: sql.NullInt64{ Valid: false, Int64: 0, }, IsUpToDate: true, IsRecentlyChecked: true, IsLastCheckValid: true, })