From f6f9a4163df6c1d8d8534fef9383319d2831e48e Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 4 Apr 2019 16:10:48 -0400 Subject: [PATCH] Add query for pymysql.err.InterfaceError bug 1823251 272 hits since April 1 2019 and while this is mostly hitting in nova it's also affecting other projects and only on the limestone-regionone nodes, so it could be something more global that is regressed. Change-Id: I8fd32140e4fec1c515899b326ac956676ed5c929 --- queries/1823251.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1823251.yaml diff --git a/queries/1823251.yaml b/queries/1823251.yaml new file mode 100644 index 00000000..558f0c24 --- /dev/null +++ b/queries/1823251.yaml @@ -0,0 +1,3 @@ +query: >- + message:"sqlalchemy.exc.InterfaceError: (pymysql.err.InterfaceError) (0, '')" AND + tags:"console"