From 941d6c25f5816f818c96d36eaff9f60d5d7dca3a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 2 May 2017 20:27:20 -0400 Subject: [PATCH] Add query for UnicodeDecodeError with journal log handler bug 1580728 The cells job has started failing at a pretty high rate since devstack was changed to use systemd by default on 5/1 and that's using the new OSJournalHandler in oslo.log 3.26.0. I don't know why this primarily affects the cells job though. 135 hits since 5/1, check and gate, master branch only. It's not 100% failure probably because sometimes when this happens it's during the delete of a server in tempest cleanup and the test no longer cares about the state of the instance. Change-Id: Ib07db71f8675fc6b4ea48f8f62dd0a8a7a1880d8 Related-Bug: #1580728 --- queries/1580728.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1580728.yaml diff --git a/queries/1580728.yaml b/queries/1580728.yaml new file mode 100644 index 00000000..b24d1efc --- /dev/null +++ b/queries/1580728.yaml @@ -0,0 +1,5 @@ +query: >- + message:"Setting instance vm_state to ERROR" AND + message:"_unplug_vifs" AND + message:"UnicodeDecodeError" AND + tags:"screen-n-cpu.txt"