Comment 0 for bug 1738279

Revision history for this message
Petr Jediný (pjediny) wrote :

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.