summaryrefslogtreecommitdiffstats
path: root/doc/v6compatibility.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-01 17:36:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-01 17:36:11 +0200
commit1498c2701301fadc6f902208068fc959c8673322 (patch)
tree8deefafa455445d8c5cc4470637bb511bd79069b /doc/v6compatibility.html
parent4cd16cbb2882e249b79a9d32e148663134a85fbe (diff)
downloadrsyslog-1498c2701301fadc6f902208068fc959c8673322.tar.gz
rsyslog-1498c2701301fadc6f902208068fc959c8673322.tar.xz
rsyslog-1498c2701301fadc6f902208068fc959c8673322.zip
change action queue default enqueue timeout from 2000ms to 50ms
Diffstat (limited to 'doc/v6compatibility.html')
-rw-r--r--doc/v6compatibility.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/v6compatibility.html b/doc/v6compatibility.html
index 1f830854..058ab4f1 100644
--- a/doc/v6compatibility.html
+++ b/doc/v6compatibility.html
@@ -112,6 +112,15 @@ to spot why things went wrong (and if at all).
<p>Due to their positive effect on performance and comparatively low overhead,
default batch sizes have been increased. Starting with 6.3.4, the action queues
have a default batch size of 128 messages.
+<h2>Default action queue enqueue timeout</h2>
+<p>This timeout previously was 2seconds, and has been reduced to 50ms (starting with 6.5.0). This change
+was made as a long timeout will caused delays in the associated main queue, something
+that was quite unexpected to users. Now, this can still happen, but the effect is much
+less harsh (but still considerable on a busy system). Also, 50ms should be fairly enough
+for most output sources, except when they are really broken (like network disconnect). If
+they are really broken, even a 2second timeout does not help, so we hopefully get the best
+of both worlds with the new timeout. A specific timeout can of course still be configured,
+it is just the timeout that changed.
<h2>outchannels</h2>
<p>Outchannels are a to-be-removed feature of rsyslog, at least as far as the config
syntax is concerned. Nevertheless, v6 still supports it, but a new syntax is required