[RFE] Replace the timer based periodic resync task of DHCP agents with an event driven one
Bug #1780370 reported by
Kailun Qin
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| neutron |
Fix Released
|
Wishlist
|
Kailun Qin | ||
Bug Description
The DHCP agent will resync its state with Neutron to recover from any transient notification or RPC errors. Currently, the periodic resync task waits on a timer to determine whether a re-sync is necessary. The interval between attempts by default is 5 seconds. This may cause a potentially long delay before an agent gets new work via an agent_updated RPC call.
The idea of this RFE is to change the timer based periodic resync task into a event driven one. We could force the agent to act on the resync request immediately therefore decreasing how much time is needed before DHCP services are available.
| Changed in neutron: | |
| assignee: | nobody → Kailun Qin (kailun.qin) |
| tags: | added: rfe |
| Changed in neutron: | |
| importance: | Undecided → Wishlist |
To post a comment you must log in.

Fix proposed to branch: master /review. openstack. org/580548
Review: https:/