From e03ec8b631b5ddf3b7de688d10b1a5aa37dc2d3e Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 6 Jan 2015 09:01:19 -0800 Subject: [PATCH] Add query for heat bug 1344150 18 hits in 7 days, right now it's on one change (mine) on stable/juno in the check queue, but the bug reported in July with no progress so it's latent, so we might as well fingerprint it while it's still open. The error shows up in the heat-api logs but only at DEBUG level, which isn't indexed, so I have to filter on the console log. Change-Id: If5276cec51fa8ca6ad122fa78693817e070b8573 Related-Bug: #1344150 --- queries/1344150.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1344150.yaml diff --git a/queries/1344150.yaml b/queries/1344150.yaml new file mode 100644 index 00000000..c5ace184 --- /dev/null +++ b/queries/1344150.yaml @@ -0,0 +1,5 @@ +query: > + message:"Stack heat" AND + message:"already has an action \(SUSPEND\) in progress" AND + message:"Conflict" AND + tags:"console"