slaves crashed under randgen transactions test
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL patches by Codership |
Incomplete
|
Undecided
|
Unassigned | ||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC |
Expired
|
Undecided
|
Unassigned |
Bug Description
In 6 nodes cluster randgen load was put to a master
and at some point all 5 slaves crashed with an identical error:
130228 22:55:23 [ERROR] Slave SQL: Could not execute Update_rows event on table test.m; Can't find record in 'm', Error_code: 1032; handler error HA_ERR_END_OF_FILE; the event's master log FIRST, end_log_pos 1162, Error_code: 1032
130228 22:55:23 [Warning] WSREP: RBR event 2 Update_rows apply warning: 137, 1529610
130228 22:55:23 [ERROR] WSREP: Failed to apply trx: source: 6aac4226-
130228 22:55:23 [ERROR] WSREP: Failed to apply app buffer: «&0Q^S, seqno: 1529610, status: WSREP_FATAL
at galera/
at galera/
randgen command is:
perl gentest.pl \
--
--
--
--threads=5 \
--
--duration=300 \
--seed=time \
--
--mask=0 --mask-level=0
Vadim, with randgen 2.2.0 I get the following:
unable to open specification file 'conf/transacti ons/transaction s.zz': No such file or directory at gentest.pl line 175
What am I missing? Are conf/transactions.* good enough?