Reviewed: https://review.openstack.org/333060 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=73bd1827a851aef2227b4daba8f0bafb57413362 Submitter: Jenkins Branch: master
commit 73bd1827a851aef2227b4daba8f0bafb57413362 Author: Kevin Benton <[email protected]> Date: Wed Jun 22 08:36:22 2016 -0700 Check for RetryRequest in MultipleException types The is_retriable decorator that examines MultipleException exceptions to determine if they should be retried was not checking for RetryRequest exceptions. So if a RetryRequest was raised in a callback, it would not have been retried. This adds RetryRequest to the list of exceptions to look for. Closes-Bug: #1595345 Change-Id: Iec679a622bbdc0c15bddd1df0adf758f1f1e8798 ** 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/1595345 Title: callbacks can't raise RetryRequest Status in neutron: Fix Released Bug description: If a Neutron callback raises a RetryRequest, the retry decorator doesn't see it since its packed in a MultipleException type and it doesn't get retried. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1595345/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

