Comment 1 for bug 1019473

Revision history for this message
Seppo Jaakola (seppo-jaakola) wrote :

Please attach following information:

1. full mysql error logs from all the cluster nodes.

2. mysql configuration, preferably by:
    mysql> show global variables\G

3. table definitions for:
   mysql> show create table somedb.some_table_one;
   mysql> show create table somedb.some_table_two;

If this is sensitive information, you can send directly to: <email address hidden>

What kind of SQL load has been issued for the cluster? Especially how does the DELETE statement for these tables look like?

What is the life time of the rows in 'some_table_one': and 'some_table_two'
* when is the row first inserted?
* are there later updates on the row?
* can several sessions try to delete the row?