Commit 71bd661
committed
Bug#31314958 NDB_LIMIT_DEFERRED_TRIGGERS DEADLOCK TIMEOUT
The ndb_limit_deferred_triggers test executes update queries which are intended to heavily stress the job buffers in the NDB data nodes. While running these heavy queries on slower machines, the transaction deadlock timeout will be triggered causing the queries to fail. CURRENT_TEST: ndb.ndb_limit_deferred_triggers mysqltest: At line 95: Query 'reap' failed. ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction Since test intentionally stressed the NDB data nodes towards its limits, the system need to be configured appropriately to handle the load also on slow machines. Increase the transaction deadlock detection timeout to make the configured system more resilient. Change-Id: I5853b68752fbe588cc451483d11012b7a92a84991 parent 0763181 commit 71bd661
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
0 commit comments