Changes between Version 89 and Version 90 of Replication_Issues
- Timestamp:
- Mar 29, 2019, 9:53:09 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Replication_Issues
v89 v90 7 7 == 2019-03-29 09:30 == 8 8 9 Issue: Replication crashed on ippdb01 replicating ippdb09. 9 === Issue === 10 Replication crashed on ippdb01 replicating ippdb09. 10 11 {{{ 11 12 Last_Errno: 1032 … … 13 14 }}} 14 15 15 Fix: 16 The issue was with so_id = 6604319651 which didn't (and still doesn't) exist in ippdb01. 16 === Fix === 17 ==== Short story ==== 18 The issue was with so_id = 6604319651 which didn't (and still doesn't) exist in ippdb01 and a statement trying to update that row. I couldn't identify why 6604319651 was deleted but it's easy to mess up with replication. 19 20 ==== Gory details ==== 21 Full statements in /export/ippdb01.0/mysql/archives/dump-20190329.txt 17 22 18 23 When attempting to execute the statement: 19 24 {{{ 20 25 # at 1040640772 21 #190328 17:56:35 server id 2017081601 end_log_pos 1040641174 CRC32 0xb21142d6 Update_rows: table id 73 flags: STMT_END_F22 ...UPDATE nebulous`.`storage_object` WHERE so_id=660431965126 #190328 17:56:35 server id 2017081601 end_log_pos 1040641174 [...] 27 ### UPDATE nebulous`.`storage_object` WHERE so_id=6604319651 23 28 [...] 24 29 # at 1040641174 … … 37 42 {{{ 38 43 # at 1040669677 39 #190328 17:56:35 server id 2017081601 end_log_pos 1040669911 CRC32 0x131ec7a0 Delete_rows: table id 73 flags: STMT_END_F44 #190328 17:56:35 server id 2017081601 end_log_pos 1040669911 [...] 40 45 ### DELETE FROM `nebulous`.`storage_object` WHERE so_id=6604319651 41 46 [...]
