yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27846
[Bug 1413998] Re: Class rpc.Connection misses close() method
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => kilo-2
--
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):
Fix Released
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
References