MySql Slave Error_code: 1032;处理程序错误 HA_ERR_KEY_NOT_FOUND;事件的主日志 mysql-bin.00116,end_log_pos 8631

MySql Slave Error_code: 1032;处理程序错误 HA_ERR_KEY_NOT_FOUND;事件的主日志 mysql-bin.00116,end_log_pos 8631

我在 5.7 版 Mysql 中设置了主动-被动-主-主复制。我在 MySql2(被动主服务器)中发现以下错误,但状态显示它与主服务器(mysql1)同步。

Last_Error:无法在表 test_db.test 上执行 Update_rows 事件;在“test”中找不到记录,Error_code:1032;处理程序错误 HA_ERR_KEY_NOT_FOUND;事件的主日志 mysql-bin.00116,end_log_pos 8631

此外,mysql1 在 test_db.test 中报告了 210 条记录,而 mysql2 在同一张表中报告了 200 条记录。

主人状态:+------------------+-----------+--------------+------------------+-------------------+ | 文件 | 位置 | Binlog_Do_DB | Binlog_Ignore_DB | Executed_Gtid_Set | +-------------------+---------------+---------------+-------------------+ | mysql-bin.00117 | 8465| | | | +-------------------+---------------+---------------+-------------------+

从属状态

Slave_IO_State:等待主服务器发送事件 Master_Host:mysql1.local Master_User:repl Master_Port:3306 Connect_Retry:60 Master_Log_File:mysql-bin.00117 Read_Master_Log_Pos:8465 Relay_Log_File:mysql-relay-bin.00848 Relay_Log_Pos:8631 Relay_Master_Log_File:mysql-bin.00116 Slave_IO_Running:是 Slave_SQL_Running:否 Replicate_Do_DB:Replicate_Ignore_DB:Replicate_Do_Table:Replicate_Ignore_Table:Replicate_Wild_Do_Table:Replicate_Wild_Ignore_Table:Last_Errno:1032 Last_Error:无法在表 test_db.test 上执行 Update_rows 事件;在“测试”中找不到记录,Error_code:1032;处理程序错误 HA_ERR_KEY_NOT_FOUND;事件的主日志 mysql-bin.00116,end_log_pos 8631 Skip_Counter:0 Exec_Master_Log_Pos:8631 Relay_Log_Space:1992196592 Until_Condition:无 Until_Log_File:Until_Log_Pos:0 Master_SSL_Allowed:否 Master_SSL_CA_File:Master_SSL_CA_Path:Master_SSL_Cert:Master_SSL_Cipher:Master_SSL_Key:Seconds_Behind_Master:NULL Master_SSL_Verify_Server_Cert:否 Last_IO_Errno:0 Last_IO_Error:Last_SQL_Errno:1032 Last_SQL_Error:无法在表 test_db.test 上执行 Update_rows 事件;在“测试”中找不到记录,Error_code:1032;处理程序错误 HA_ERR_KEY_NOT_FOUND;事件的主日志 mysql-bin.00116,end_log_pos 8631 Replicate_Ignore_Server_Ids:Master_Server_Id:10 Master_UUID:f905decf-cca8-11ea-9c80 Master_Info_File:/var/lib/mysql/master.info SQL_Delay:0 SQL_Remaining_Delay:NULL Slave_SQL_Running_State:Master_Retry_Count:86400 Master_Bind:Last_IO_Error_Timestamp:Last_SQL_Error_Timestamp:201022 13:50:58 Master_SSL_Crl:Master_SSL_Crlpath:Retrieved_Gtid_Set:Executed_Gtid_Set:Auto_Position:0 Replicate_Rewrite_DB:Channel_Name:Master_TLS_Version:

相关内容