Rainer Gerhards a79b07fcd2 bugfix: ompipe did emit many suspension messages for /dev/xconsole
(hopefully now) closes: https://github.com/rsyslog/rsyslog/issues/35
When it was present, but nobody reading from it. The problem
is the way the rsyslog v7 engine tries to resolve failures in outputs.
It does some retries, and along those lines some state information gets
lost and it is close to impossible to retain it. However, the actual
root problem is that ompipe does not reliably detect if it is able to
recover. The problem here is that it actually does not know this
before it does an actual write. These two things together mess up the
logic that suppresses invalid resumption/suspension messages
(actually, the plugin switches state really that often).
Nevertheless, the prime problem with /dev/xconsole (and probably
most other pipes as well) is that it gets full. So I have now added
code that checks, during resume processing, if the pipe is writable.
If it is not, resume is deferred. That should address the case.
2014-03-25 15:12:14 +01:00
..
2012-10-09 18:59:05 +02:00
2013-03-06 15:44:11 +01:00
2014-02-03 14:59:14 +01:00
2012-01-14 18:01:12 +01:00
2014-02-23 12:30:48 +01:00
2012-01-14 18:01:12 +01:00
2014-03-17 12:09:39 +01:00
2012-01-14 18:01:12 +01:00
2012-01-14 18:01:12 +01:00
2012-01-19 15:12:06 +01:00
2012-01-14 18:01:12 +01:00
2012-01-14 18:01:12 +01:00
2012-11-30 12:57:26 +01:00
2008-04-16 15:27:53 +02:00
2013-05-06 17:42:17 +02:00
2012-01-18 14:08:24 +01:00