Invalid RabbitMQ conf options

Bug #1570323 reported by Bogdan Dobrelya
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Michael Polenchuk

Bug Description

Rabbit logs contain errors:
Transport option binary unknown or invalid.
Transport option {packet,raw} unknown or invalid.
Transport option {reuseaddr,true} unknown or invalid.

Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

The impact is not high, those look just ignored

tags: added: area-library rabbitmq team-bugfix
Changed in fuel:
importance: Undecided → Medium
milestone: none → 10.0
assignee: nobody → Fuel Library Team (fuel-library)
Revision history for this message
Michael Polenchuk (mpolenchuk) wrote :

Also rabbitmq.config has double section:
  {rabbitmq_management, [
    {listener, [{port, 15672}, {ip,"127.0.0.1"}]},
    {rates_mode, none}
  ]}
,
  {rabbitmq_management, [
    {listener, [
      {port, 15672}
    ]}
  ]}

Changed in fuel:
status: New → Confirmed
Revision history for this message
Michael Polenchuk (mpolenchuk) wrote :
Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Michael Polenchuk (mpolenchuk)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (master)

Fix proposed to branch: master
Review: https://review.openstack.org/308927

Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/308927
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=e1429b90dd0c80a61a01e241fc27a569686c5552
Submitter: Jenkins
Branch: master

commit e1429b90dd0c80a61a01e241fc27a569686c5552
Author: Michael Polenchuk <email address hidden>
Date: Thu Apr 21 14:16:35 2016 +0300

    Cleanup void tcp listen options

    After Ranch (socket acceptor pool) has come into effect
    the following tcp listen options is no longer valid:
    binary, packet, reuseaddr.

    additional changes:
      - add "num_tcp_acceptors" opt with default value
      - fix "log_levels" opt
      - upstream pull request:
        https://github.com/puppetlabs/puppetlabs-rabbitmq/pull/464

    Change-Id: Ic6a9c35471fee810e8d4e1ac368c9c0bc5a21fac
    Closes-Bug: #1570323

Changed in fuel:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.