yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #93890
[Bug 1675910] Re: segment event transaction semantics are wrong
I close this now as I understand more thing works if we keep
_delete_segments_for_network in PRECOMMIT_DELETE, (the revert mentioned
by Ihar mentions some, see:
https://review.opendev.org/c/openstack/neutron/+/475955 )
** Changed in: neutron
Status: Confirmed => Invalid
** Changed in: neutron
Status: Invalid => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1675910
Title:
segment event transaction semantics are wrong
Status in neutron:
Won't Fix
Bug description:
_delete_segments_for_network is currently being called inside of a
transaction, which results in all of the BEFORE/PRECOMMIT/AFTER events
for the segments themselves being inside of a transaction. This makes
them all effectively PRECOMMIT in the database lifecycle which
violates the semantics we've assigned to them.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1675910/+subscriptions
References