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 <blak...@gmail.com>
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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to