add query for nova quota reservation deadlock

Change-Id: I66906292257d2d2a66264adfe1b97c6532af6b3b
Related-Bug: 1284424
This commit is contained in:
Dolph Mathews 2014-08-15 10:13:12 -05:00 committed by Matt Riedemann
parent 86df9fc6b8
commit 63a33efe73
1 changed files with 7 additions and 0 deletions

7
queries/1284424.yaml Normal file
View File

@ -0,0 +1,7 @@
# NOTE(dolph): only ~39% of the tracebacks this would match without the
# build_status filter are actually failures, but in the failed builds i
# investigated where this traceback occurred, it appears to be the cause.
query: >
message:"nova.quota OperationalError: (OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting transaction')"
AND tags:"screen-n-api.txt"
AND build_status:"FAILURE"