summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-12 17:10:04 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-12 17:10:04 +0200
commit08fca4477cf525cada8c66d309ea1daa2eac88b2 (patch)
treee02ef89a43306ea6cbfddb129e5987d566aab419 /ChangeLog
parent8e60b2daa653b33ac244c8cb1ae4219df9ef414c (diff)
downloadrsyslog-08fca4477cf525cada8c66d309ea1daa2eac88b2.tar.gz
rsyslog-08fca4477cf525cada8c66d309ea1daa2eac88b2.tar.xz
rsyslog-08fca4477cf525cada8c66d309ea1daa2eac88b2.zip
re-enabled input thread termination handling that does avoid thread cancellation
...where possible. This provides a more reliable mode of rsyslogd termination (canceling threads my result in not properly freed resouces and potential later hangs, even though we perform proper cancel handling in our code). This is part of an effort to reduce thread cnacellation as much as possible in rsyslog. NOTE: some comments indicated that there were problems with some code that has been re-activated. Testing did not show any issues. My current assumption is that these issues were related to some other code that has been removed/changed during the previous restructuring events. In any case, if there is a shutdown issue, one should carefully look at this change here!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e1e025d..3341bf8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,18 @@ Version 5.3.1 [DEVEL] (rgerhards), 2009-10-05
- added $AbortOnUncleanConfig directive - permits to prevent startup when
there are problems with the configuration file. See it's doc for
details.
+- re-enabled input thread termination handling that does avoid thread
+ cancellation where possible. This provides a more reliable mode of
+ rsyslogd termination (canceling threads my result in not properly
+ freed resouces and potential later hangs, even though we perform
+ proper cancel handling in our code). This is part of an effort to
+ reduce thread cnacellation as much as possible in rsyslog.
+ NOTE: some comments indicated that there were problems with some code
+ that has been re-activated. Testing did not show any issues. My current
+ assumption is that these issues were related to some other code that
+ has been removed/changed during the previous restructuring events.
+ In any case, if there is a shutdown issue, one should carefully look
+ at this change here!
- some cleanup/slight improvement:
* changed imuxsock to no longer use deprecated submitAndParseMsg() IF
* changed submitAndParseMsg() interface to be a wrapper around the new