IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 89 and Version 90 of Replication_Issues


Ignore:
Timestamp:
Mar 29, 2019, 9:53:09 AM (7 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Replication_Issues

    v89 v90  
    77== 2019-03-29 09:30 ==
    88
    9 Issue: Replication crashed on ippdb01 replicating ippdb09.
     9=== Issue ===
     10Replication crashed on ippdb01 replicating ippdb09.
    1011{{{
    1112                   Last_Errno: 1032
     
    1314}}}
    1415
    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 ====
     18The 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 ====
     21Full statements in /export/ippdb01.0/mysql/archives/dump-20190329.txt
    1722
    1823When attempting to execute the statement:
    1924{{{
    2025# at 1040640772
    21 #190328 17:56:35 server id 2017081601  end_log_pos 1040641174 CRC32 0xb21142d6  Update_rows: table id 73 flags: STMT_END_F
    22 ... UPDATE nebulous`.`storage_object` WHERE so_id=6604319651
     26#190328 17:56:35 server id 2017081601  end_log_pos 1040641174 [...]
     27### UPDATE nebulous`.`storage_object` WHERE so_id=6604319651
    2328[...]
    2429# at 1040641174
     
    3742{{{
    3843# at 1040669677
    39 #190328 17:56:35 server id 2017081601  end_log_pos 1040669911 CRC32 0x131ec7a0  Delete_rows: table id 73 flags: STMT_END_F
     44#190328 17:56:35 server id 2017081601  end_log_pos 1040669911 [...]
    4045### DELETE FROM `nebulous`.`storage_object` WHERE so_id=6604319651
    4146[...]