Bug #4230 Operations hangs after transaction has timed-out, before attempt to commit.
Submitted: 21 Jun 2004 12:00 Modified: 9 Jul 2004 12:23
Reporter: Martin Skold Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:4.1.3 OS:Linux (Linux RH 9.0)
Assigned to: Jonas Oreland CPU Architecture:Any

[21 Jun 2004 12:00] Martin Skold
Description:
The follwing operations causes client to hang:
begin; insert ...;
<sleep until timeout>
insert ...;
<hangs>

Signal tracing shows that last signals are
TCKEYREQ
ATTRINFO
ATTRINFO ...

How to repeat:
begin; insert ...;
<sleep until timeout>
insert ...;
<hangs>
[21 Jun 2004 12:16] Martin Skold
Version is 4.1.3
[21 Jun 2004 21:56] Jonas Oreland
Fixed + new test prg
testTimeout -n TimeoutRandTransaction