controller leaking mongodb connections
Bug #1581069 reported by
Martin Hilton
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Tim Penhey |
Bug Description
Version: jujud [2.0-beta6.1 gc go1.6]
We have a controller being used by a number of users to create models. After some time new models could no longer be created. The error returned was "could not create state for new model: cannot connect to mongodb: no reachable servers" Investigation on the controller machine shows a large number of open connections from jujud to mongodb. (see https:/
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → Critical |
milestone: | none → 2.0-beta7 |
Changed in juju-core: | |
milestone: | 2.0-beta7 → 2.0-beta8 |
Changed in juju-core: | |
milestone: | 2.0-beta8 → 2.0-beta9 |
Changed in juju-core: | |
assignee: | nobody → William Reade (fwereade) |
Changed in juju-core: | |
milestone: | 2.0-beta9 → 2.0-beta10 |
Changed in juju-core: | |
milestone: | 2.0-beta10 → 2.0-beta11 |
Changed in juju-core: | |
milestone: | 2.0-beta11 → 2.0-beta12 |
Changed in juju-core: | |
milestone: | 2.0-beta12 → 2.0-beta13 |
Changed in juju-core: | |
milestone: | 2.0-beta13 → 2.0-beta12 |
status: | Triaged → Fix Released |
Changed in juju-core: | |
milestone: | 2.0-beta12 → 2.0-beta13 |
Changed in juju-core: | |
milestone: | 2.0-beta13 → none |
Changed in juju-core: | |
importance: | Critical → High |
affects: | juju-core → juju |
Changed in juju: | |
assignee: | William Reade (fwereade) → nobody |
Changed in juju: | |
status: | Incomplete → Confirmed |
tags: | added: canonical-is |
Changed in juju: | |
status: | Confirmed → Triaged |
assignee: | nobody → Tim Penhey (thumper) |
milestone: | none → 2.2.0 |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
milestone: | 2.2-rc1 → 2.2-beta1 |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Further analysis of the log shows that there are 449 connections to MongoDB,
64 connections to the API server of which 27 are local to the controller node, giving an average of 7 MongoDB sockets for each API connection.