Could not execute Delete_rows event
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL patches by Codership |
Fix Released
|
Critical
|
Teemu Ollakka | ||
0.8 |
Fix Released
|
Critical
|
Teemu Ollakka | ||
Trunk |
Fix Committed
|
Critical
|
Teemu Ollakka | ||
codership-maria |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Three nodes, running insert/delete sqlgen load: /bin/sqlgen --host 127.0.0.1 --port 3307 --rows 500 --tables 4 --duration 3600 --create 1 --users 12 --drops 0 --alters 0 --selects 0 updates 0 --inserts 100
Two of the nodes failed to apply:
110604 16:44:47 [ERROR] Slave SQL: Could not execute Delete_rows event on table test.comm03; Can't find record in 'comm03', Error_code: 1032; handler error HA_ERR_
110604 16:44:47 [Warning] WSREP: RBR event 11 apply warning: 120, 582593
110604 16:44:47 [ERROR] WSREP: failed to apply trx: source: 229e1702-
110604 16:44:47 [ERROR] WSREP: Failed to apply app buffer: 8�M, seqno: 582593, status: WSREP_FATAL
at galera/
at galera/
at galera/
at galera/
at galera/
at galera/
at galera/
One of the nodes (apparently master for transaction) failed to replay:
110604 13:50:24 [ERROR] Slave SQL: Could not execute Delete_rows event on table test.comm03; Can't find record in 'comm03', Error_code: 1032; handler error HA_ERR_
110604 13:50:24 [Warning] WSREP: RBR event 11 apply warning: 120, 582593
110604 13:50:24 [Warning] WSREP: Failed to apply app buffer: 8<EA>M^S, seqno: 582593, status: WSREP_FATAL
at galera/
at galera/
at galera/
at galera/
at galera/
at galera/
Related branches
Changed in codership-maria: | |
status: | New → Fix Committed |
Changed in codership-mysql: | |
status: | Fix Committed → Fix Released |