Large lines with "Update port filter for" filling log files.
Bug #1200321 reported by
Carl Baldwin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Low
|
Carl Baldwin |
Bug Description
We found our log files for our l3 agent growing huge. By huge, I mean 10s of GB a day on a single compute host. We have heavy security group testing going on at the moment.
I found that around 75% of the size of a 5GB log file was due to ~ 30,000 occurrences of a line relating to security groups that contains "Update port filter for ..." The ... there is about 90,000 characters of python blob serialized to a string and output to the log file.
Changed in neutron: | |
milestone: | none → havana-2 |
importance: | Undecided → Low |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
tags: | added: neutron-core |
Changed in neutron: | |
milestone: | havana-2 → 2013.2 |
To post a comment you must log in.
I did not mean l3 agent. I meant our neutron plugin agent running on compute hosts.