From ed8d5e74482fc2c86bb74f3513ba4632aa81f690 Mon Sep 17 00:00:00 2001 From: Laszlo Budai Date: Thu, 30 Jul 2020 11:38:30 +0200 Subject: [PATCH] news: add bugfix/3349.md Signed-off-by: Laszlo Budai --- news/bugfix-3349.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 news/bugfix-3349.md diff --git a/news/bugfix-3349.md b/news/bugfix-3349.md new file mode 100644 index 0000000000..3b7afafa22 --- /dev/null +++ b/news/bugfix-3349.md @@ -0,0 +1,8 @@ +syslog-ng-ctl: when syslog-ng gets stuck on executing a heavy stats-ctl command, should be +able to do a graceful shutdown when it is requested + +The solution has two parts: + 1) move control loop to a separated thread + 2) run stats and query ctl commands in a separated thread + +