From 2de2d28b6cf96abedacac6694d654f8c0aae1fd1 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 27 Jan 2015 09:07:30 -0800 Subject: [PATCH] Add query for nova rpc message timeout bug 1415106 This is only in the large ops job, something is probably contending for a shared lock, we've seen that before. 61 hits in 7 days, check and gate, all failures. Change-Id: I4d9c76eecc0bd50d919cd550297d701738b45a9a Related-Bug: #1415106 --- queries/1415106.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 queries/1415106.yaml diff --git a/queries/1415106.yaml b/queries/1415106.yaml new file mode 100644 index 00000000..225b9df4 --- /dev/null +++ b/queries/1415106.yaml @@ -0,0 +1,6 @@ +query: > + message:"Setting instance vm_state to ERROR" AND + message:"_try_deallocate_network" AND + message:"MessagingTimeout" AND + build_name:"gate-tempest-dsvm-large-ops" AND + tags:"screen-n-cpu-1.txt"