← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1642399] Re: dhcp agent should be more responsive to resync requests

 

I'm not sure why this is a process we need to speed up. Resync requests
are not normal.

** Changed in: neutron
       Status: In Progress => Opinion

-- 
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:
  Opinion

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


References