mysql 数据同步Relay log read failure: Could not parse relay log event entry. The(二)
R] Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space 110714 14:25:16 [ERROR] MYSQL_slave: Out of memory (Needed 26819862 bytes) 110714 14:25:16 [ERROR] Error in Log_event::read_log_event(): 'Found invalid event in binary log', data_len: 26819824, event_type: 2 110714 14:25:16 [ERROR] Error reading relay log event: slave SQL thread aborted because of I/O error 110714 14:25:16 [ERROR] Slave SQL: Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master's binary log is corrupted (you can check this by running 'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you can check this by running 'mysqlbinlog' on the relay log), a network problem, or a bug in the master's or slave's MySQL code. If you want to check the master's binary log or slave's relay log, you will be able to know their names by issuing 'SHOW SLAVE STATUS' on this slave. Error_code: 1594 110714 14:25:16 [ERROR] Slave (additional info): Out of memory (Needed 26819862 bytes) Error_code: 5 110714 14:25:16 [Warning] Slave: Out of memory (Needed 26819862 bytes) Error_code: 5 110714 14:25:16 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'mysql-bin.000046' position 517103753
好像是说内存不够 于是停了几个服务 然后 stop slave; slave start; 问题解决
|