yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58782
[Bug 1642399] [NEW] dhcp agent should be more responsive to resync requests
Public bug reported:
The dhcp agent currently uses sleep between sync events. If a schedule
resync is explicitly called, it needs to wait til sleep times out.
Rather than sleep, this can be replaced with threading.Event (wait), in
this way, the agent can be more responsive to resync requests.
** Affects: neutron
Importance: Undecided
Assignee: Amy Fong (afong2)
Status: In Progress
** Changed in: neutron
Assignee: (unassigned) => Amy Fong (afong2)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1642399
Title:
dhcp agent should be more responsive to resync requests
Status in neutron:
In Progress
Bug description:
The dhcp agent currently uses sleep between sync events. If a schedule
resync is explicitly called, it needs to wait til sleep times out.
Rather than sleep, this can be replaced with threading.Event (wait),
in this way, the agent can be more responsive to resync requests.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1642399/+subscriptions
Follow ups