Add query for a rescue related failure

The 'Failed to terminate process' as part of an exception
frequently appears in the n-cpu logs (~50/week), but not always
causes failures on the tempest side.

The query limited to the pattern which always caused failure,
it has just 2 hit this week.

Change-Id: I80d4883a3b645b6d8c7227b6c14c1279b2171c4b
Related-Bug: #1353939
This commit is contained in:
Attila Fazekas 2014-08-07 12:40:54 +02:00
parent 22ad16e2fa
commit f74ad5ed9c

5
queries/1353939.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >
message:"Failed to terminate process"
AND message:"InstanceNotRescuable"
AND message:"Exception during message handling"
AND tags:"screen-n-cpu.txt"