yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44410
[Bug 1532051] Re: api retries result in double notificaitons
Reviewed: https://review.openstack.org/265033
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=447f4b14614988f38a26d5d1b8e439ad0a44d8ad
Submitter: Jenkins
Branch: master
commit 447f4b14614988f38a26d5d1b8e439ad0a44d8ad
Author: Kevin Benton <blak111@xxxxxxxxx>
Date: Thu Jan 7 17:27:52 2016 -0800
Move notifications before DB retry decorator
This patch moves the start notifications emitted in the API
layer ('network.create.start', etc) to before the DB retry
decorator. This prevents benign retry events from resending
notifications onto the message bus.
Change-Id: I8159692a107ede397a4abeff71310a99fffa4862
Closes-Bug: #1532051
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1532051
Title:
api retries result in double notificaitons
Status in neutron:
Fix Released
Bug description:
the db retry decorator in api/v2/base.py results in a notification for
update.start or create.start being sent out on each retry. so a benign
DB error results in multiple notifications.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1532051/+subscriptions
References