From c7c09187be3a9714f1c5c0cd6c32f61739843c8d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 27 Aug 2014 17:41:58 -0400 Subject: [PATCH] Add query for bug 1362347 This commit adds a query for bug 1362347, which is neutron jobs consuming all the ram. Looking at the logs oom-killer is triggered by neutron-ns-meta which kills a random process causing random things to fail. Looking at logstash this has 14 hits in the last 10 days only on neutron jobs. Change-Id: I9dd5766a6da85c2521f72757aa34b4a7e02bb4f6 Related-Bug: #1362347 --- queries/1362347.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1362347.yaml diff --git a/queries/1362347.yaml b/queries/1362347.yaml new file mode 100644 index 00000000..b7c004a8 --- /dev/null +++ b/queries/1362347.yaml @@ -0,0 +1,3 @@ +query: > + tags:syslog AND + message:"oom-killer"