From d1465e03c3eef6c8758a80ac30d84f75307a6cbd Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Thu, 15 Feb 2018 14:41:26 +0200 Subject: [PATCH] Update release notes of 2.2.2 --- Documentation/Release-Notes/MaxScale-2.2.2-Release-Notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/Release-Notes/MaxScale-2.2.2-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.2.2-Release-Notes.md index 613e870f7..fe8535a21 100644 --- a/Documentation/Release-Notes/MaxScale-2.2.2-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.2.2-Release-Notes.md @@ -25,6 +25,12 @@ The MaxScale C++ CDC Connector is now distributed as a part of MaxScale. The connector libraries are in a separate package, `maxscale-cdc-connector`. Refer to the [CDC Connector documentation](../Connectors/CDC-Connector.md) for more details. +### Output of `show threads` has changed. + +For each thread is shown what state it is in, how many descriptors are currently +in the thread's epoll instance and how many descriptors in total have been in the +thread's epoll instance. + ## Dropped Features ## New Features