Comment 15 for bug 1605089

Revision history for this message
Kevin Benton (kevinbenton) wrote :

There is a simple pattern that solves the multi-update race at the cost of a duplicated DB read.

Have the OVN writer transmit the port to OVN backend. After that, read the latest state from the local DB, if it has changed, retransmit the port to the OVN backend.