Bug #19293 ndbd crash on backup replica when large delete followed by insert
Submitted: 24 Apr 2006 9:13 Modified: 13 Jun 2006 23:47
Reporter: Pekka Nousiainen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.1 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[24 Apr 2006 9:13] Pekka Nousiainen
Description:
see synopsis + how to repeat

How to repeat:
2 db nodes (replicated)

create table t2 (a int primary key) engine=ndb;

insert into t2 values(1);
insert into t2 values(2);
insert into t2 values(3);
... about 2000 rows or more ...
delete from t2;
insert into t2 values (1);

on node of backup replica:
Error data: dbtup/DbtupExecQuery.cpp
Error object: DBTUP (Line: 1427) 0x0000000a
[24 Apr 2006 22:54] Hartmut Holzgraefe
Can't reproduce with 5.1.9bk build from Apr 6th ...
[25 Apr 2006 6:08] Jonas Oreland
I know how to repeat...
[27 Apr 2006 6:36] Jonas Oreland
This is actually 5.1
[18 May 2006 8:20] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/6555
[12 Jun 2006 11:39] Tomas Ulin
pushed to 5.1.12
[13 Jun 2006 23:47] Jon Stephens
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Documented bugfix in 5.1.12 changelog. Closed.