From 2612f7af2aa627ba4c4d680d15f54ede6402b4eb Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 6 Jul 2015 19:01:08 -0300 Subject: [bug] run zmq log subscriber in background Prevent locks caused by the zmq log handler reaching the zmq's HWM (High water mark / buffer limit) and causing some components to block until the buffer is empty (running the zmq handler for instance). We run the zmq handler in the background all the time to prevent this. - Resolves: #7222 --- changes/bug-7222_run-background-zmq-subscriber | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-7222_run-background-zmq-subscriber (limited to 'changes') diff --git a/changes/bug-7222_run-background-zmq-subscriber b/changes/bug-7222_run-background-zmq-subscriber new file mode 100644 index 00000000..d074d005 --- /dev/null +++ b/changes/bug-7222_run-background-zmq-subscriber @@ -0,0 +1 @@ +- Run the zmq log subscriber in the background to avoid hitting the zmq's buffer limits. Closes #7222. -- cgit v1.2.3