From bae4166cf7c08c51c30d42836047ebd071ef316e Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 29 Jan 2019 08:55:27 -0500 Subject: [PATCH] Add query for cinder tooz connection error bug 1810526 68 hits in 7 days, check and gate, not all failures though, actually only about 62% failure, but I'm not sure how to track this and get 100% failure rates as it seems sometimes when tooz connections to etcd drop out it doesn't affect tests and maybe that's because cinder isn't being tested at the time, or they are expected like during grenade runs (although I'm not sure if we restart etcd in grenade). Anyway, it would be good either way to track this since it should not be happening and indicates we're overloading etcd and need to sort that out somehow. Change-Id: I8d49d05d753e775e249d70e0dbcb00594e295ee7 --- queries/1810526.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1810526.yaml diff --git a/queries/1810526.yaml b/queries/1810526.yaml new file mode 100644 index 00000000..582613e2 --- /dev/null +++ b/queries/1810526.yaml @@ -0,0 +1,5 @@ +query: >- + (message:"Remote error: ToozConnectionError Service Unavailable" OR + message:"tooz.coordination.ToozConnectionError: Service Unavailable") AND + (tags:"screen-c-api.txt" OR + tags:"screen-c-vol.txt")