62
64
The producer thread (or I/O thread) is in charge of connecting to the master
63
65
server and pulling down replication events from the master's transaction
64
66
log and storing them locally in the slave queue. It is required that the
67
69
The consumer thread (or applier thread) reads the replication events from
68
70
the local slave queue, applies them locally, and then deletes successfully