elastic-recheck/queries/1353939.yaml
Attila Fazekas f74ad5ed9c 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
2014-08-07 12:40:54 +02:00

6 lines
166 B
YAML

query: >
message:"Failed to terminate process"
AND message:"InstanceNotRescuable"
AND message:"Exception during message handling"
AND tags:"screen-n-cpu.txt"