IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 88 and Version 89 of Replication_Issues


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Replication_Issues

    v88 v89  
    1515Fix:
    1616The issue was with so_id = 6604319651 which didn't (and still doesn't) exist in ippdb01.
     17
    1718When attempting to execute the statement:
     19{{{
    1820# at 1040640772
    1921#190328 17:56:35 server id 2017081601  end_log_pos 1040641174 CRC32 0xb21142d6  Update_rows: table id 73 flags: STMT_END_F
     
    2123[...]
    2224# at 1040641174
    23 replication stopped since row with so_id=6604319651 didn't exist.
     25}}}
     26
     27The replication stopped since row with so_id=6604319651 didn't exist.
    2428
    2529In db09 a few hours after the crash:
     30{{{
    2631mysql> SELECT * FROM storage_object WHERE so_id = 6604319651;
    2732Empty set (0.00 sec)
    28 So I assumed that so_id = 6604319651 would be deleted at some point in the replicant future. It is:
     33}}}
     34
     35I assumed that so_id = 6604319651 would be deleted at some point in the replicant future. It is:
     36
     37{{{
    2938# at 1040669677
    3039#190328 17:56:35 server id 2017081601  end_log_pos 1040669911 CRC32 0x131ec7a0  Delete_rows: table id 73 flags: STMT_END_F
     
    3241[...]
    3342# at 1040669911
     43}}}
    3444
    3545So...