<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/tests/arrayqueue.sh, branch v5.6.5</title>
<subtitle>rsyslog development for Lumberjack - various unofficial and potentially rebased branches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/'/>
<entry>
<title>fixed regressions in testsuite due to imported changes from last merge</title>
<updated>2009-11-05T14:04:24+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-11-05T14:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=83140cb480b7c806ae11a3a206a1b45936005191'/>
<id>83140cb480b7c806ae11a3a206a1b45936005191</id>
<content type='text'>
... also bumped version number
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... also bumped version number
</pre>
</div>
</content>
</entry>
<entry>
<title>new queue engine - initial commit (probably not 100% working!)</title>
<updated>2009-10-14T09:01:21+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-10-14T09:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=c5408da3d8f17691fb91282d031757ed041fec55'/>
<id>c5408da3d8f17691fb91282d031757ed041fec55</id>
<content type='text'>
simplified and thus speeded up the queue engine, also fixed some
potential race conditions (in very unusual shutdown conditions)
along the way. The threading model has seriously changes, so there may
be some regressions.

NOTE: the code passed basic tests, but there is still more work
and testing to be done. This commit should be treated with care.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
simplified and thus speeded up the queue engine, also fixed some
potential race conditions (in very unusual shutdown conditions)
along the way. The threading model has seriously changes, so there may
be some regressions.

NOTE: the code passed basic tests, but there is still more work
and testing to be done. This commit should be treated with care.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix and testbench improvements</title>
<updated>2009-10-07T16:40:30+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-10-07T16:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=5625dbd1b6cddb8b84d8a3d8c60f95eaaa49be66'/>
<id>5625dbd1b6cddb8b84d8a3d8c60f95eaaa49be66</id>
<content type='text'>
- bugfix: solved potential (temporary) stall of messages when the queue was
  almost empty and few new data added (caused testbench to sometimes hang!)
- fixed some race condition in testbench
- added more elaborate diagnostics to parts of the testbench
- solved a potential race inside the queue engine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bugfix: solved potential (temporary) stall of messages when the queue was
  almost empty and few new data added (caused testbench to sometimes hang!)
- fixed some race condition in testbench
- added more elaborate diagnostics to parts of the testbench
- solved a potential race inside the queue engine
</pre>
</div>
</content>
</entry>
<entry>
<title>adapted testbench to new capabilities</title>
<updated>2009-05-27T10:52:28+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-27T10:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=affa217cc2d22fa8037a50b8d40d3372694ff855'/>
<id>affa217cc2d22fa8037a50b8d40d3372694ff855</id>
<content type='text'>
... and now make check fails again, we have obviously found some new
bugs thanks to the additional cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and now make check fails again, we have obviously found some new
bugs thanks to the additional cases
</pre>
</div>
</content>
</entry>
<entry>
<title>solved design issue with queue termination</title>
<updated>2009-05-26T10:43:43+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-26T10:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=aa9426f683fa6af9280bc63050ee0187ba4c57e1'/>
<id>aa9426f683fa6af9280bc63050ee0187ba4c57e1</id>
<content type='text'>
... and also improved the test suite. There is a design issue in the
v3 queue engine that manifested to some serious problems with the new
processing mode. However, in v3 shutdown may take eternally if a queue
runs in DA mode, is configured to preserve data AND the action fails and
retries immediately. There is no cure available for v3, it would
require doing much of the work we have done on the new engine. The window
of exposure, as one might guess from the description, is very small. That
is probably the reason why we have not seen it in practice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and also improved the test suite. There is a design issue in the
v3 queue engine that manifested to some serious problems with the new
processing mode. However, in v3 shutdown may take eternally if a queue
runs in DA mode, is configured to preserve data AND the action fails and
retries immediately. There is no cure available for v3, it would
require doing much of the work we have done on the new engine. The window
of exposure, as one might guess from the description, is very small. That
is probably the reason why we have not seen it in practice.
</pre>
</div>
</content>
</entry>
<entry>
<title>added explicit (base) test for linkedList and FixedArray queue modes</title>
<updated>2009-05-20T14:08:23+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-20T14:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8088f9b01a8344c63e7874836721c79d94a01d25'/>
<id>8088f9b01a8344c63e7874836721c79d94a01d25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
