yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28076
[Bug 1417745] Re: Cells connecting pool tracking
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => kilo-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1417745
Title:
Cells connecting pool tracking
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Cells has a rpc driver for inter-cell communication. A
oslo.messaging.Transport is created for each inter-cell message.
In previous versions of oslo.messaging, connection pool references
were maintained within the RabbitMQ driver abstraction in
oslo.messaging. As of oslo.messaging commit
f3370da11a867bae287d7f549a671811e8b399ef, the application must
maintain a single reference to Transport or references to the
connection pool will be lost.
The net effect of this is that cells constructs a new broker
connection pool (and a connection) on every message sent between
cells. This is leaking references to connections.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1417745/+subscriptions
References