From cc1c1f9c983cf5249a7b2ec37a8e9751ae7c3282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 8 Oct 2019 21:38:19 +0300 Subject: [PATCH] MXS-2712: Remove Blocking Polls from `show threads` The value was never defined and was always empty. --- maxctrl/lib/show.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/maxctrl/lib/show.js b/maxctrl/lib/show.js index e643971a9..f72e190f7 100644 --- a/maxctrl/lib/show.js +++ b/maxctrl/lib/show.js @@ -251,10 +251,6 @@ const thread_fields = [ name: 'Errors', path: 'attributes.stats.errors', }, - { - name: 'Blocking polls', - path: 'attributes.stats.blocking_polls', - }, { name: 'Avg event queue length', path: 'attributes.stats.avg_event_queue_length',