DHCP agent logging is causing performance issues
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Stephen Eilert | ||
Kilo |
New
|
Undecided
|
Unassigned |
Bug Description
When a new port gets added or removed, the DHCP agent is currently dumping the entirety of the hosts file in the logs. This is a problem in some deployments we have encountered, some of which with upwards of 10000 ports.
Change-Id: I3ad7864eeb2f95
For large numbers of ports, it can take more than one hour for the agent to sync up. The log output contributes a significant amount of that time.
This was introduced in Liberty. One reviewer at the time had already expressed concerns about the impact of the log call.
Will propose a patch to keep the log message, but remove the file contents.
summary: |
- DHCP agent logging is too verbose + DHCP agent logging is causing performance issues |
description: | updated |
Changed in neutron: | |
assignee: | nobody → Stephen Eilert (outworlder) |
tags: | added: l3-ipam-dhcp |
tags: | added: loadimpact logging |
Changed in neutron: | |
importance: | Undecided → Low |
Changed in neutron: | |
importance: | Low → High |
tags: | added: mitaka-rc-potential |
tags: | added: neutron-proactive-backport-potential |
tags: | removed: neutron-proactive-backport-potential |
Fix proposed to branch: master /review. openstack. org/293144
Review: https:/