Performance issue when creating lots of ports
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| neutron |
Fix Released
|
High
|
Felix Huettner | ||
Bug Description
When creating ~250 ports on a single subnet we currently take around 140 seconds.
This duration increased significantly with the introduction of a fix for https:/
This was observed in devstack wih ovn as a backend.
Reproducer:
1. Create a network and a subnet
2. Run
```
for i in `seq 1 250`; do curl -g http://
time wait
```
We see this causing issues on highly frequented subnets (e.g. the ones hosting our public ips) as the requests take long and die because of our 20 second database max_statement_time.
| Changed in neutron: | |
| status: | New → In Progress |
| tags: | added: loadimpact |
| Changed in neutron: | |
| importance: | Undecided → High |

Proposed fix at https:/ /review. opendev. org/c/openstack /neutron/ +/875938