← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1413998] [NEW] Class rpc.Connection misses close() method

 

Public bug reported:

Method stop() of neutron.common.rpc.Service calls non-existent
Connection.close() method. The issue is hidden by broad try-except
block, however oslo.messaging's rpc_server is not shut down gracefully.
Code fragment:
https://github.com/openstack/neutron/blob/master/neutron/common/rpc.py#L181

** Affects: neutron
     Importance: Undecided
     Assignee: Ilya Shakhat (shakhat)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => Ilya Shakhat (shakhat)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1413998

Title:
  Class rpc.Connection misses close() method

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Method stop() of neutron.common.rpc.Service calls non-existent
  Connection.close() method. The issue is hidden by broad try-except
  block, however oslo.messaging's rpc_server is not shut down
  gracefully. Code fragment:
  https://github.com/openstack/neutron/blob/master/neutron/common/rpc.py#L181

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1413998/+subscriptions


Follow ups

References