Adding security rules in parallel to security group results in some rules not being present in the SG
Bug #1738279 reported by
Petr Jediný
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
Trunk |
New
|
High
|
Kamal Singh |
Bug Description
This looks like race condition
P1 reads SG
P2 reads SG
P1 updates SG
P2 updates SG
but because P2 is updating data from before P1 updates, it overwrites updates made by P1.
This can be reproduced by using hashicorp terraform in parallel mode.
From user perspective, neutron return http response code 200, so the user has no way to know something went wrong.
information type: | Private Security → Public Security |
description: | updated |
tags: |
added: config removed: contrail-control |
Changed in juniperopenstack: | |
assignee: | nobody → Sachin Bansal (sbansal) |
tags: | added: 2018-0820-0325 ebay jtac-p3 |
To post a comment you must log in.
Kamal, Can you take a look.