From 6fc19ee5b9f4ed6fdadb5942ddc87362237e8b05 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 29 Jan 2020 12:16:04 -0800 Subject: [PATCH] Simplify 1708704's query The previous query for 1708704 was causing e-r to OOM and resulting in a lack of graph data. This is beacuse tripleo's logstash.txt file is not getting parsed properly and ends up with the entire file as the single event. Then e-r downloads all those file copies and fills its memory and breaks. We can work around this by only looking in job-output.txt files for this bug. Then when tripleo's fix has flushed the bad events out (10 days after fix merges) we can revert this change. Change-Id: Id619f90ffe84b3d4de334ea4b17026b9b3239d33 --- queries/1708704.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/1708704.yaml b/queries/1708704.yaml index 1d1ff532..7e2a6854 100644 --- a/queries/1708704.yaml +++ b/queries/1708704.yaml @@ -1,4 +1,4 @@ query: >- message:"[Errno 256] No more mirrors to try" AND - tags:"console" + filename:"job-output.txt" allow-nonvoting: true