[MDEV-5642] Galera: A long semaphore wait during normal operation Created: 2014-02-10 Updated: 2014-10-28 Resolved: 2014-10-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - XtraDB |
| Affects Version/s: | 5.5.34-galera |
| Fix Version/s: | 5.5.40-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Ryo Tagami | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera | ||
| Environment: |
OS: CentOS 6.5 (kernel 2.6.32-431.3.1.el6.x86_64) |
||
| Attachments: |
|
| Description |
|
This problem happend on 3 node MariaDB Galera Server cluster as a backend for zabbix. Everything was fine until these line appeared on the log.
:
For reference, I've attached excerpt of mysqld log. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-03-11 ] | |||||||
|
Hi, Do you have some very long running transactions ? E.g. following seems to take a lot of record locks: delete from history_uint where itemid=397 and clock<1391312480 | |||||||
| Comment by Ryo Tagami [ 2014-03-12 ] | |||||||
|
I'm not sure it qualifies as a long running transaction, but they actually are somewhat heavy operations.
|