[Bug 82] New: Buffered messages are lost on SIGHUP signal
https://bugzilla.balabit.com/show_bug.cgi?id=82 Summary: Buffered messages are lost on SIGHUP signal Product: syslog-ng Version: 2.0.x Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: unspecified Component: syslog-ng AssignedTo: bazsi@balabit.hu ReportedBy: urbestfriend@gmail.com Type of the Report: --- Estimated Hours: 0.0 I'm using version 2.0.10 syslog-ng version. I ran a simple test with filter f_myprog { program(zpem); }; destination my_dest { unix-stream("/dev/mylog" template("$MSGONLY\n") template_escape(no) log_fifo_size(1000) ); }; log { source(src); filter(f_myprog); destination(my_dest); }; When destination is not available ( server is stopped) and if I issue SIGHUP signal , all buffered messages are lost and I dont receive any messages when destination comes back online But if I dont issue SIGHUP when destination is down , it works well and I'm able to receive messages when destination comes up.Ideally with log_fifo_size(), I would expect the messages to be buffered across reloads, but this is not the case in the version which I am using. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=82 Balazs Scheidler <bazsi@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution| |WONTFIX Status|NEW |RESOLVED --- Comment #1 from Balazs Scheidler <bazsi@balabit.hu> 2010-05-12 10:46:59 --- I could reproduce this problem in 2.0 & 2.1, but is fixed in 3.0, and it is not trivial to backport it to 2.0. Could you please upgrade to 3.0 or 3.1? (3.0 has been released almost 2 years ago, 3.1 is way more recent) thanks. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=82 --- Comment #2 from kumar swamy <urbestfriend@gmail.com> 2010-05-12 15:43:53 --- I tried in 3.1 and this is not reproducible. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla@bugzilla.balabit.com