Re: [ovs-dev] [PATCH v5] python: Send notifications after the transaction ends

2021-03-12 Thread Flavio Fernandes
Tested-by: Flavio Fernandes Used this change against Openstack's OVN Zuul : https://review.opendev.org/c/openstack/neutron/+/778595 > On Mar 4, 2021, at 11:18 AM, Terry Wilson wrote: > > The Python IDL notification mechanism

Re: [ovs-dev] [PATCH v5] python: Send notifications after the transaction ends

2021-03-04 Thread Brian Haley
Acked-by: Brian Haley Thanks for fixing this Terry. -Brian On 3/4/21 11:18 AM, Terry Wilson wrote: The Python IDL notification mechanism was sending a notification for each processed update in a transaction as it was processed. This causes issues with multi-row changes that contain

Re: [ovs-dev] [PATCH v5] python: Send notifications after the transaction ends

2021-03-04 Thread Flavio Fernandes
Acked-by: Flavio Fernandes mailto:fla...@flaviof.com>> > On Mar 4, 2021, at 11:18 AM, Terry Wilson wrote: > > The Python IDL notification mechanism was sending a notification > for each processed update in a transaction as it was processed. > This causes issues with multi-row changes that

[ovs-dev] [PATCH v5] python: Send notifications after the transaction ends

2021-03-04 Thread Terry Wilson
The Python IDL notification mechanism was sending a notification for each processed update in a transaction as it was processed. This causes issues with multi-row changes that contain references to each other. For example, if a Logical_Router_Port is created along with a Gateway_Chassis, and the