[MDEV-6832] ER_LOCK_WAIT_TIMEOUT on SHOW STATUS Created: 2014-10-03 Updated: 2015-02-17 Resolved: 2015-01-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | wsrep |
| Affects Version/s: | 5.5.40-galera, 10.0.15-galera |
| Fix Version/s: | 5.5.41-galera, 10.0.16-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Nirbhay Choubey (Inactive) | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Start a node with wsrep provider and wsrep_causal_reads=ON and then execute the following commands :
|
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2014-12-25 ] | ||||||||||
|
http://lists.askmonty.org/pipermail/commits/2014-December/007214.html | ||||||||||
| Comment by Jan Lindström (Inactive) [ 2014-12-28 ] | ||||||||||
|
Only one small question, why call mtr.add_suppression("safe_mutex: Found wrong usage of mutex.*"); is needed ? Sounds like a bug. R: Jan | ||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-12-29 ] | ||||||||||
|
Its because in wsrep_cluster_address_update LOCK_global_system_variables is released
I will check further is this is really needed here and remove if not. | ||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-12-30 ] | ||||||||||
|
http://lists.askmonty.org/pipermail/commits/2014-December/007223.html | ||||||||||
| Comment by Jan Lindström (Inactive) [ 2014-12-30 ] | ||||||||||
|
ok to push. | ||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2015-01-01 ] | ||||||||||
|
http://bazaar.launchpad.net/~maria-captains/maria/maria-5.5-galera/revision/3551 |