I have 2 slaves replicating from one master
One slave specifies the db to replicate like so
replicate-do-db=admit_production
The other specifies it like so
replicate-rewrite-db=admit_production->pope_production
replicate-do-table=pope_production.campuscodes
replicate-do-table=pope_production.courses
replicate-do-table=pope_production.courseinstances
replicate-do-table=pope_production.facultycodes
replicate-do-table=pope_production.subjectareas
replicate-do-table=pope_production.validationstatuscodes
The master has multiple databases on it, as does the slave that only copies certain tables.
Both slave have the same server-id, a value of 2.
The slave that only copies certain tables error file is flooding out, many entries per second like so
100728 15:15:06 [Note] Slave: received end packet from server, apparent master shutdown:
100728 15:15:06 [Note] Slave I/O thread: Failed reading log event, reconnecting to retry, log 'mysql-bin.000160' at postion 1784856
Has anyone got any ideas what the issue could be?
Replication is still working though, to both slaves.
Any tips greatly appreciated.
One slave specifies the db to replicate like so
replicate-do-db=admit_production
The other specifies it like so
replicate-rewrite-db=admit_production->pope_production
replicate-do-table=pope_production.campuscodes
replicate-do-table=pope_production.courses
replicate-do-table=pope_production.courseinstances
replicate-do-table=pope_production.facultycodes
replicate-do-table=pope_production.subjectareas
replicate-do-table=pope_production.validationstatuscodes
The master has multiple databases on it, as does the slave that only copies certain tables.
Both slave have the same server-id, a value of 2.
The slave that only copies certain tables error file is flooding out, many entries per second like so
100728 15:15:06 [Note] Slave: received end packet from server, apparent master shutdown:
100728 15:15:06 [Note] Slave I/O thread: Failed reading log event, reconnecting to retry, log 'mysql-bin.000160' at postion 1784856
Has anyone got any ideas what the issue could be?
Replication is still working though, to both slaves.
Any tips greatly appreciated.