Get desktop application:
View/edit binary Protocol Buffers messages
Configuration holds replication configuration information gathered from performance_schema and global variables.
Used in:
HeartbeatInterval controls the heartbeat interval that the primary sends to the replica
ReplicaNetTimeout specifies the number of seconds to wait for more data or a heartbeat signal from the source before the replica considers the connection broken
FullStatus contains the full status of MySQL including the replication information, semi-sync information, GTID information among others
Used in: ,
shard_peer_health, when --track-shard-tablet-health is set, carries this tablet's most recent liveness observation of its shard's current primary's vttablet (not of all shard peers). VTOrc uses it to form a quorum before failing over an unreachable primary vttablet.
PrimaryStatus is the replication status for a MySQL primary (returned by 'show binary log status').
Used in: , ,
ShardPeerHealth is one tablet's most recent liveness observation of a single shard peer — currently its shard's primary (see the FullStatus shard_peer_health field) — produced by the shard-tablet-health ping monitor. It carries raw signals; consumers (VTOrc) apply their own threshold/freshness policy.
Used in:
time_since_last_attempted_ping is the age of last_attempted_ping, measured with the reporting tablet's own clock when the report was produced. Consumers should prefer it over comparing last_attempted_ping against their own clock, which is skew-sensitive.
Status is the replication status for MySQL/MariaDB/File-based. Returned by a flavor-specific command and parsed into a Position and fields.
Used in: , , ,
RelayLogPosition will be empty for flavors that do not support returning the full GTIDSet from the relay log, such as MariaDB.
StopReplicationMode is used to provide controls over how replication is stopped.
Used in:
StopReplicationStatus represents the replication status before calling StopReplication, and the replication status collected immediately after calling StopReplication.
Used in: