neutron/neutron/db/quota
Kevin Benton a93886278f Stop logging deadlock tracebacks
The oslo db retry decorator logs a traceback everytime a deadlock
is encountered even though it is being retried. With multiple workers
and a Galera cluster, deadlocks are common occurences due to our use
of with_lockmode update so we should not be polluting the logs.

This patch adjusts our usage of the retry decorator to catch deadlocks
with the exception checker which does not log them until the retries
are exhausted.

Change-Id: I433fbbad61070e20ebe934b9247e36fc190fa3e0
2015-09-04 05:42:10 -07:00
..
__init__.py Add DB support for resource usage tracking 2015-07-26 15:26:10 -07:00
api.py Improve DB operations for quota reservation 2015-09-07 02:32:51 -07:00
driver.py Stop logging deadlock tracebacks 2015-09-04 05:42:10 -07:00
models.py Reservations support 2015-08-17 15:54:19 -07:00