mysql charm max connection limit is low
Bug #1382386 reported by
Brad Marshall
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysql (Juju Charms Collection) |
Confirmed
|
High
|
Unassigned | ||
percona-cluster (Juju Charms Collection) |
Fix Released
|
High
|
James Page |
Bug Description
The default limits for the max number of connections is currently set to the server default, which is 151.
This is quite low for any reasonable web application, and it seems worthwhile upping this in the charm, as the overhead of extra connections isn't that high these days.
Please look at increasing the max connection limits, or at least having some warning about how this may be low.
Changed in mysql (Juju Charms Collection): | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in percona-cluster (Juju Charms Collection): | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: bite-sized |
Changed in percona-cluster (Juju Charms Collection): | |
milestone: | none → 16.10 |
Changed in percona-cluster (Juju Charms Collection): | |
status: | Triaged → In Progress |
assignee: | nobody → James Page (james-page) |
Changed in percona-cluster (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I agree - this is too low. We ran out of connections quite a bit in OIL until doubling the setting to 300 connections. I think this should be bumped higher by default.