diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-27 10:49:43 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-27 10:49:43 +0000 |
commit | eb006d74dd8bbadbd7a551e732e373e7cf3ad9c9 (patch) | |
tree | d796696a0edac5701ca9726ee5f564fc4e405410 /ChangeLog | |
parent | 327467c6f685d25621bb33bc3ab746800ba008d2 (diff) | |
download | rsyslog-eb006d74dd8bbadbd7a551e732e373e7cf3ad9c9.tar.gz rsyslog-eb006d74dd8bbadbd7a551e732e373e7cf3ad9c9.tar.xz rsyslog-eb006d74dd8bbadbd7a551e732e373e7cf3ad9c9.zip |
bugfix: queue disk file were not properly persisted when immediately after
closing an output file rsyslog was stopped or huped (the new output
file open must NOT have happend at that point) - this lead to a sparse
and invalid queue file which could cause several problems to the engine
(unpredictable results). This situation should have happened only in
very rare cases. tracker:
http://bugzilla.adiscon.com/show_bug.cgi?id=40
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10,6 +10,16 @@ Version 3.11.6 (rgerhards), 2008-02-?? - bugfix: rsyslogd segfaulted on second SIGHUP tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=38 - improved stability of queuee engine +- bugfix: queue disk file were not properly persisted when + immediately after closing an output file rsyslog was stopped + or huped (the new output file open must NOT have happend at + that point) - this lead to a sparse and invalid queue file + which could cause several problems to the engine (unpredictable + results). This situation should have happened only in very + rare cases. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=40 +- bugfix: imfile could abort under extreme stress conditions + (when it was terminated before it could open all of its + to be monitored files) - applied patch from varmojfekoj to fix an issue with compatibility mode and default module directories (many thanks!): I've also noticed a bug in the compatibility code; the problem is that |