SecurityGroup deletion causes bulk_pull of SG rules by all the agents
Bug #2022360 reported by
Guillaume Espanel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
Medium
|
Guillaume Espanel |
Bug Description
Deleting a security group results in each agent of the region running
a bulk_pull query for all the rules in the security group against the
neutron-rpc. This is incurs a load on neutron-rpc, rabbitmq and the db
proportional to the number of agents and the number of security group
rules and has a noticeable impact on larger infrastructures.
How to reproduce:
1. Create a security group.
2. Delete the security group.
3. Observe all the neutron agents are performing a bulk_pull for the deleted security group.
tags: | added: sg-fw |
Changed in neutron: | |
status: | New → In Progress |
Changed in neutron: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Hi Guillaume,
Thank you for submitting the bug. For completness
- what OSP version are you using? Probably does not matter that much since the bulk_pull has not changed much
- How big is your enviroment? How many rpc workers do you have on each node? How many security rules per group? Basically more details to reproduce the performance issue.
- Agents logs could be useful as well if handy.
Thanks!