max_connect_errors too low for trusty deployments
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Autopilot Log Analyser |
Fix Committed
|
Low
|
Andreas Hasenack | ||
Landscape Server |
Incomplete
|
Undecided
|
Unassigned | ||
OpenStack Percona Cluster Charm |
Fix Released
|
Low
|
James Page | ||
percona-cluster (Juju Charms Collection) |
Invalid
|
Low
|
Unassigned |
Bug Description
Using cs:trusty/
I have an openstack deployment where 2 out of 3 cinder units do not have their cinder services running. Their logs show this:
2016-03-30 20:47:37.581 4298 ERROR cinder DBConnectionError: (pymysql.
The max_connection_
mysql> show variables like 'max_connect_
+------
| Variable_name | Value |
+------
| max_connect_errors | 10 |
+------
1 row in set (0.01 sec)
According to http://
"""
By default, mysqld blocks a host after 100 connection errors (10 before MySQL 5.6.6).
"""
Maybe we should bump the default to 100, or offer this as a knob in the charm configuration for percona?
The percona/mysql unit has these versions:
$ dpkg -l|grep -E "(mysql|percona)"
ii libdbd-mysql-perl 4.025-1 amd64 Perl5 database interface to the MySQL database
ii libmysqlclient1
ii mysql-common 5.5.47-
ii percona-xtrabackup 2.1.8-1 amd64 Open source backup tool for InnoDB and XtraDB
ii percona-
ii percona-
ii percona-
ii percona-
ii python-mysqldb 1.2.3-2ubuntu1 amd64 Python interface to MySQL
tags: | removed: kanban-cross-team |
Changed in percona-cluster (Juju Charms Collection): | |
status: | New → Triaged |
importance: | Undecided → Low |
importance: | Low → Medium |
importance: | Medium → Low |
summary: |
- max_connect_errors too low + max_connect_errors too low for trusty deployments |
Changed in autopilot-log-analyser: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Andreas Hasenack (ahasenack) |
Changed in autopilot-log-analyser: | |
status: | In Progress → Fix Committed |
Changed in charm-percona-cluster: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in percona-cluster (Juju Charms Collection): | |
status: | Triaged → Invalid |
Changed in charm-percona-cluster: | |
milestone: | 17.05 → 17.08 |
Changed in charm-percona-cluster: | |
status: | Fix Committed → Fix Released |
Added a landscape task to update the stable charm revision if this gets addressed in a new charm version.