diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-09 17:24:03 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-09 17:24:03 +0100 |
commit | fe52af4d409a30d50e66f870b9eb503bee47cbfb (patch) | |
tree | 4c87afc2c9d43542b874334520f33ccc5968c2a1 /ChangeLog | |
parent | 53afa44de8d7796df46a12d66fd9866165779d94 (diff) | |
download | rsyslog-fe52af4d409a30d50e66f870b9eb503bee47cbfb.tar.gz rsyslog-fe52af4d409a30d50e66f870b9eb503bee47cbfb.tar.xz rsyslog-fe52af4d409a30d50e66f870b9eb503bee47cbfb.zip |
enhanced omhdfs to support batching mode. This permits to increase performance,
as we now call the HDFS API with much larger message
sizes and far more infrequently
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ --------------------------------------------------------------------------- -Version 5.7.9 [V5-BETA] (rgerhards), 2011-03-?? +Version 5.9.0 [V5-BETA] (rgerhards), 2011-03-?? +- this begins a new devel branch for v5 +- enhanced omhdfs to support batching mode. This permits to increase + performance, as we now call the HDFS API with much larger message + sizes and far more infrequently - bugfix: (regression) omhdfs did no longer compile --------------------------------------------------------------------------- Version 5.7.8 [V5-BETA] (rgerhards), 2011-03-09 |