4-Semi-Sync replication
You are viewing an old version of this article. View
the current version here.
Semi-Synchronous Binlog Event
After the status byte of a binlog network stream, 2 bytes get added before the normal Binlog Event.
- [ef] semi-sync indicator
- semi-sync flags
The SemiSync flag is SEMI_SYNC_ACK_REQ (0x01)
If the SEMI_SYNC_ACK_REQ flag is set the master waits for a Semi Sync ACK packet from the slave before it sends the next event.
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.