yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57761
[Bug 1633296] [NEW] Pecan tempest API test jobs timeout
Public bug reported:
Looks like its because of a ton of dhcp notifications being sent out.
The problem being that pecan tries to grab the plugins dhcp notifier,
but fails, so it instantiates its own. This happens for every request,
and when the dhcp notifier is instantiated it subscribes to
notifications. This means, with pecan instantiating a new dhcp notifier
for every request, the subscriptions keep growing and growing.
** Affects: neutron
Importance: High
Assignee: Brandon Logan (brandon-logan)
Status: Confirmed
** Tags: api
** Changed in: neutron
Status: New => Confirmed
** Changed in: neutron
Importance: Undecided => High
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1633296
Title:
Pecan tempest API test jobs timeout
Status in neutron:
Confirmed
Bug description:
Looks like its because of a ton of dhcp notifications being sent out.
The problem being that pecan tries to grab the plugins dhcp notifier,
but fails, so it instantiates its own. This happens for every
request, and when the dhcp notifier is instantiated it subscribes to
notifications. This means, with pecan instantiating a new dhcp
notifier for every request, the subscriptions keep growing and
growing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1633296/+subscriptions
Follow ups