Comment 15 for bug 1729536

Revision history for this message
Eric Fjøsne (efj) wrote :

Dears,

I finally finished narrowing it down to the single request causing the crash.

I reactivated the TRUNCATE requests and those are working flawlessly. It is an OPTIMIZE TABLE request on a table of about 70000 entries that causes the mysql service crash. It might be under use simultaneously, but only on the mysql master server, not on the slave where the crash occurs.

This OPTIMIZE TABLE gets executed on the master server, then replicated on the slave server where it causes a mysql service crash, with the backtrace mentioned a few days ago.

What can I do next to further investigate this in order to provide feedback over here in an efficient way ?

Thanks in advance for the help,

Eric