Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worked on threading | Rainer Gerhards | 2008-01-17 | 11 | -112/+348 |
| | |||||
* | some more cleanup and flagged places where we need to implement | Rainer Gerhards | 2008-01-16 | 1 | -35/+13 |
| | | | | DA-input-only mode | ||||
* | some cleanup and fixes | Rainer Gerhards | 2008-01-16 | 1 | -26/+19 |
| | |||||
* | implemented dynamic startup and shutdown of worker threads based on current | Rainer Gerhards | 2008-01-16 | 4 | -125/+223 |
| | | | | activity | ||||
* | cleaned up queue disk startup | Rainer Gerhards | 2008-01-16 | 1 | -28/+32 |
| | |||||
* | queue is now able to restore persisted state on startup (but still some | Rainer Gerhards | 2008-01-16 | 3 | -44/+178 |
| | | | | fine tuning to be done) | ||||
* | first shot at queue restore on startup, but could not finish before I need | Rainer Gerhards | 2008-01-15 | 1 | -1/+62 |
| | | | | to leave ;) | ||||
* | improved shutdown processing - in-memory queue is now drained to disk | Rainer Gerhards | 2008-01-15 | 1 | -5/+31 |
| | |||||
* | changed startup of disk assisted mode to allow for higher concurrency, most | Rainer Gerhards | 2008-01-15 | 3 | -126/+163 |
| | | | | | | importantly allow the input to continue enqueue msgs while the disk queue is initialized. This may help somewhat with UDP and other lossy sources | ||||
* | disk assisted queue works quite well, except for startup from disk queue | Rainer Gerhards | 2008-01-15 | 3 | -36/+215 |
| | |||||
* | some more work on disk assisted mode (still not complete) | Rainer Gerhards | 2008-01-14 | 2 | -2/+53 |
| | |||||
* | begin disk assisted queue memory queue modes (not fully implemented yet) | Rainer Gerhards | 2008-01-14 | 6 | -58/+281 |
| | |||||
* | - implemented $MainMsgQueueDiscardMark == 0 --> disable Discard logic | Rainer Gerhards | 2008-01-14 | 2 | -3/+7 |
| | | | | - implemented $MainMsgQueueSize == 0 --> no limit on queue size | ||||
* | also implemented $MainMsgQueueDiscardMark logic on dequeue, changed | Rainer Gerhards | 2008-01-14 | 2 | -11/+21 |
| | | | | defaults | ||||
* | implemented $MainMsgQueueDiscardMar and $MainMsgQueueDiscardSeverity (but | Rainer Gerhards | 2008-01-14 | 3 | -2/+35 |
| | | | | serverity needs to be specified numerically for the time being) | ||||
* | optimized code | Rainer Gerhards | 2008-01-14 | 1 | -3/+4 |
| | |||||
* | - implemented config file handlers for | Rainer Gerhards | 2008-01-14 | 5 | -2/+38 |
| | | | | | | | | $MainMsgQueueHighWaterMark $MainMsgQueueLowWaterMark $MainMsgQueueDiscardMark $MainMsgQueueDiscardSeverity but did NOT yet implement the functionality behind these directives! | ||||
* | bumped version number | Rainer Gerhards | 2008-01-14 | 2 | -1/+5 |
| | |||||
* | fixed broken fix ;) | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | fixed a bug with standard template definitions - thanks to varmojfekoj for | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 |
| | | | | spotting it | ||||
* | fixed typov3-10-2av3-10-2 | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | preparing for 3.10.2 | Rainer Gerhards | 2008-01-14 | 3 | -8/+12 |
| | |||||
* | removed $MainMsgQueueImmediateShutdown config directive and handling, this | Rainer Gerhards | 2008-01-14 | 2 | -3/+0 |
| | | | | | has been superseeded by the Timeout params. Backward compatibility is no concern, no version with that directive was ever released. | ||||
* | - implemented $MainMsgQueueTimeoutActionCompletion config directive | Rainer Gerhards | 2008-01-14 | 6 | -57/+152 |
| | | | | | | - implemented $MainMsgQueueTimeoutEnqueue config directive - implemented $MainMsgQueueTimeoutShutdown config directive - some cleanup | ||||
* | worker shutdown sequence enhanced to try different ways to shut down and | Rainer Gerhards | 2008-01-14 | 4 | -32/+114 |
| | | | | | terminate workers if none helps (this protects against badly written output plugins which hold the queue for too long) | ||||
* | removed no longer needed "Initialized" logic and variable | Rainer Gerhards | 2008-01-14 | 1 | -47/+3 |
| | |||||
* | changed queue shutdown procedure a bit - stage work for queue shutdown | Rainer Gerhards | 2008-01-13 | 2 | -9/+7 |
| | | | | timeout setting | ||||
* | renamed $MainMsgQueuePersistUpdateCount config file directive to | Rainer Gerhards | 2008-01-13 | 3 | -3/+8 |
| | | | | $MainMsgQueueCheckpointInterval | ||||
* | added $MainMsgQueuePersistUpdateCount config file directive | Rainer Gerhards | 2008-01-13 | 4 | -7/+55 |
| | |||||
* | added forgotten file - thx to Michael Biebl for pointing that out | Rainer Gerhards | 2008-01-13 | 1 | -0/+39 |
| | |||||
* | support for reading back persistet queue information completed | Rainer Gerhards | 2008-01-13 | 9 | -111/+232 |
| | |||||
* | partial ability to read a disk queue back in (not completed, but would like | Rainer Gerhards | 2008-01-11 | 7 | -16/+158 |
| | | | | to save source for the weekend) | ||||
* | support for de-serializing strm objects added | Rainer Gerhards | 2008-01-11 | 5 | -4/+69 |
| | |||||
* | added function to de-serialize a property bag (untested as other code is | Rainer Gerhards | 2008-01-11 | 5 | -23/+84 |
| | | | | yet missing) | ||||
* | queue can now persist disk queue information on immediate shutdown | Rainer Gerhards | 2008-01-11 | 3 | -6/+17 |
| | |||||
* | support for object property bags added | Rainer Gerhards | 2008-01-11 | 6 | -15/+63 |
| | |||||
* | file stream objects are now persistet on immediate queue shutdown (queue | Rainer Gerhards | 2008-01-11 | 7 | -28/+161 |
| | | | | itself is not yet fully persisted) | ||||
* | added $MainMsgQueueImmediateShutdown config directive | Rainer Gerhards | 2008-01-11 | 5 | -13/+16 |
| | |||||
* | - begun to permit queue to terminate without being drained | Rainer Gerhards | 2008-01-11 | 4 | -63/+91 |
| | | | | | | - fixed a starvation condition in queueWorker (pthread_yield() was needed) could not be seen with any previously released code, came up during new development | ||||
* | - some cleanup | Rainer Gerhards | 2008-01-10 | 6 | -52/+111 |
| | | | | | - implemented management function for worker thread 0 in order to change queue workers dynamically -- stage work | ||||
* | some cleanup | Rainer Gerhards | 2008-01-10 | 4 | -8/+8 |
| | |||||
* | - implemented strm object serializer (untested as the code required for | Rainer Gerhards | 2008-01-10 | 4 | -17/+53 |
| | | | | test is not yet present - hen/egg problem...) | ||||
* | - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1a | Rainer Gerhards | 2008-01-10 | 13 | -55/+36 |
| | | | | | | was specified in rsyslog.conf - fixed a bug that caused a segfault on queues with types other than "disk" - removed the now longer needed thread TermSyncTool | ||||
* | preparing for 3.10.1v3-10-1 | Rainer Gerhards | 2008-01-10 | 2 | -9/+12 |
| | |||||
* | changed some config parameters and some cleanup | Rainer Gerhards | 2008-01-10 | 6 | -19/+18 |
| | |||||
* | changed some config file directives | Rainer Gerhards | 2008-01-10 | 1 | -2/+2 |
| | |||||
* | prepared for 3.10.1 release | Rainer Gerhards | 2008-01-10 | 1 | -1/+7 |
| | |||||
* | - added write functions for several types to stream class | Rainer Gerhards | 2008-01-10 | 6 | -157/+210 |
| | | | | - changed objSerialize methods to work directly on the stream class | ||||
* | data record support added to stream output writer | Rainer Gerhards | 2008-01-10 | 2 | -19/+72 |
| | |||||
* | added buffered output to stream class | Rainer Gerhards | 2008-01-10 | 3 | -23/+113 |
| |