The last post described MySQL Cluster epochs and why
they provide a good basis for conflict detection, with a few
enhancements required. This post describes the
enhancements.
The following four mechanisms are required to implement conflict
detection via epochs :
- Slaves should 'reflect' information about replicated epochs
they have applied
Applied epoch numbers should be included in the Slave Binlog events returning to the originating cluster, in a Binlog position corresponding to the commit time of the replicated epoch …