Bug #8853 | Transaction aborted after long time during node failure (4012) | ||
---|---|---|---|
Submitted: | 28 Feb 2005 22:01 | Modified: | 3 Mar 2005 7:47 |
Reporter: | Johan Andersson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | mysql 4.1.10 | OS: | Any (*) |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
[28 Feb 2005 22:01]
Johan Andersson
[28 Feb 2005 22:05]
Johan Andersson
insert into test... should be insert into Bench ...
[28 Feb 2005 22:12]
Johan Andersson
Note, the mysql server was colocated with one of the ndbd node. The problem occurs like this: begin insert ... kill the ndbd node on the same computer as the mysql server. commit (normal abortion behavior) Do node recovery do begin insert ... kill the ndbd on the other computer. commit (unexpected result).