Massive memory usage in rabbit node with trusty-liberty cloud deployment
Bug #1656074 reported by
Billy Olsen
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack RabbitMQ Server Charm |
Fix Released
|
High
|
Shane Peters | ||
rabbitmq-server (Juju Charms Collection) |
Invalid
|
High
|
Shane Peters |
Bug Description
RabbitMQ server on primary node in a rabbitmq-server cluster uses all available memory over time for the server. This causes client connection to become blocked due to low memory available on the rabbitmq-server.
The rabbitmq stats collection was consuming the majority of the database. This charm provides no option to tune stats collection and should.
This is documented in the OpenStack Ops Guide at http://
tags: | added: sts |
Changed in rabbitmq-server (Juju Charms Collection): | |
assignee: | nobody → Shane Peters (shaner) |
Changed in charm-rabbitmq-server: | |
assignee: | nobody → Shane Peters (shaner) |
importance: | Undecided → High |
status: | New → Fix Committed |
Changed in rabbitmq-server (Juju Charms Collection): | |
status: | Fix Committed → Invalid |
Changed in charm-rabbitmq-server: | |
milestone: | none → 17.02 |
Changed in charm-rabbitmq-server: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
"Edit the file:etc/ rabbitmq/ rabbitmq. config configuration file, and change the collect_ statistics_ interval parameter between 30000-60000 milliseconds. Alternatively you can turn off statistics collection by setting collect_statistics parameter to “none”."
Need to add configuration values for both collect_ statistics_ interval and collect_statistics so this is configurable.
rabbitmq.config will look something like this:
[
{rabbit, [
]}
].