Comment 5 for bug 1380010

Revision history for this message
Oscar Elfving (sofam84) wrote :

I have checked the replication log for what operation was in progress when the server segfaulted, it looks like it's row replication on the following table.

#141011 6:17:30 server id 1 end_log_pos 48926394 CRC32 0xaba51a82 Table_map: `magento`.`xxx_tmp_import_prices` mapped to number 1215
# at 48926557
#141011 6:17:30 server id 1 end_log_pos 48934590 CRC32 0xeabdd083 Write_rows: table id 1215
#141011 6:17:30 server id 1 end_log_pos 49048993 CRC32 0x4b1709ad Write_rows: table id 1215
# at 49049156
#141011 6:17:30 server id 1 end_log_pos 49057145 CRC32 0x79e88af1 Write_rows: table id 1215
# at 49057308
#141011 6:17:30 server id 1 end_log_pos 49065322 CRC32 0x309a133b Write_rows: table id 1215
# at 49065485
#141011 6:17:30 server id 1 end_log_pos 49073518 CRC32 0xc0f0bc00 Write_rows: table id 1215
# at 49073681
#141011 6:17:30 server id 1 end_log_pos 49081665 CRC32 0xf1b916d3 Write_rows: table id 1215
# at 49081828
#141011 6:17:30 server id 1 end_log_pos 49089861 CRC32 0x997f2443 Write_rows: table id 1215
# at 49090024
#141011 6:17:30 server id 1 end_log_pos 49098035 CRC32 0x36d469e9 Write_rows: table id 1215
# at 49098198
#141011 6:17:30 server id 1 end_log_pos 49106190 CRC32 0xb4cd15d2 Write_rows: table id 1215
# at 49106353
#141011 6:17:30 server id 1 end_log_pos 49114349 CRC32 0x679b351e Write_rows: table id 1215
# at 49114512
#141011 6:17:30 server id 1 end_log_pos 49122533 CRC32 0xfe031286 Write_rows: table id 1215
# at 49122696
#141011 6:17:30 server id 1 end_log_pos 49130729 CRC32 0x071061ac Write_rows: table id 1215
# at 49130892
#141011 6:17:30 server id 1 end_log_pos 49138918 CRC32 0xc68c1f68 Write_rows: table id 1215
# at 49139081
#141011 6:17:30 server id 1 end_log_pos 49147103 CRC32 0xb598841f Write_rows: table id 1215
# at 49147266
#141011 6:17:30 server id 1 end_log_pos 49155299 CRC32 0x73f7058c Write_rows: table id 1215
# at 49155462
#141011 6:17:30 server id 1 end_log_pos 49163495 CRC32 0x92c7d334 Write_rows: table id 1215
# at 49163658
#141011 6:17:30 server id 1 end_log_pos 49171660 CRC32 0x657ca4a1 Write_rows: table id 1215

And ends abruptly when it segfaults, no rows made it into the table itself.