Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v7-devel' into tmp | Rainer Gerhards | 2013-11-29 | 1 | -11/+47 |
|\ | | | | | | | | | Conflicts: action.c | ||||
| * | actions now report if they suspend and resume themselves | Rainer Gerhards | 2013-11-29 | 1 | -7/+12 |
| | | |||||
| * | add new impstats action counters: | Rainer Gerhards | 2013-11-29 | 1 | -2/+20 |
| | | | | | | | | | | | | * suspended * suspended.duration * resumed | ||||
| * | bugfix: action suspend timeout was not increased | Rainer Gerhards | 2013-11-29 | 1 | -3/+6 |
| | | |||||
| * | emit internal message when action is suspended and resumed | Rainer Gerhards | 2013-11-29 | 1 | -6/+16 |
| | | |||||
| * | use const keyword at (some) appropriate places | Rainer Gerhards | 2013-11-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v7-devel' | Rainer Gerhards | 2013-11-19 | 1 | -3/+4 |
|\| | |||||
| * | queue.workerThreadMinimumMessage set to queue.size / num workers | Rainer Gerhards | 2013-11-19 | 1 | -1/+1 |
| | | |||||
| * | bugfix: legacy directive $ActionQueueWorkerThreads was not honored | Rainer Gerhards | 2013-11-19 | 1 | -0/+1 |
| | | |||||
| * | queue: auto-adjust watermarks | Rainer Gerhards | 2013-11-19 | 1 | -2/+2 |
| | | |||||
* | | help detect unavailable output target as quickly as possible | Rainer Gerhards | 2013-11-18 | 1 | -0/+1 |
| | | |||||
* | | bugfix: potential abort on startup in debug mode | Rainer Gerhards | 2013-11-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | This depends on template type being used. The root cause was a non-necessary debug output, which were at the wrong spot (leftover from initial testing). Thanks to Pavel Levshin for alerting us and providing a patch proposal. | ||||
* | | regression fix: failure if more than one template was to process | Rainer Gerhards | 2013-11-13 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-13 | 1 | -0/+7 |
|\ \ | |||||
| * | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-07 | 1 | -1/+8 |
| |\| | |||||
| | * | emit warning message if output module with msg passing mode runs asynchronously | Rainer Gerhards | 2013-11-07 | 1 | -1/+8 |
| | | | |||||
* | | | refactor iparams to use array | Rainer Gerhards | 2013-11-06 | 1 | -31/+25 |
| | | | | | | | | | | | | this is also prep work for a single doTransaction() output mode api | ||||
* | | | cleanup | Rainer Gerhards | 2013-11-06 | 1 | -3/+6 |
| | | | |||||
* | | | re-enable retry processing | Rainer Gerhards | 2013-11-06 | 1 | -5/+19 |
| | | | |||||
* | | | fix previously introduced memleak with template strings | Rainer Gerhards | 2013-11-06 | 1 | -1/+10 |
| | | | |||||
* | | | refactor: structure processing in action commit | Rainer Gerhards | 2013-11-06 | 1 | -4/+34 |
| | | | | | | | | | | | | prep work for retry processing | ||||
* | | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-06 | 1 | -7/+1 |
|\| | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf_actions.html | ||||
| * | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-06 | 1 | -7/+1 |
| |\| | |||||
| | * | cleanup unreachable code | Rainer Gerhards | 2013-11-06 | 1 | -7/+1 |
| | | | |||||
* | | | yet another fix to prevent actions from doing actual work during instance ↵ | Rainer Gerhards | 2013-11-06 | 1 | -8/+1 |
| | | | | | | | | | | | | creation | ||||
* | | | make "write all mark messages" default behaviour -- improves processing speed | Rainer Gerhards | 2013-11-06 | 1 | -10/+10 |
| | | | |||||
* | | | refactor action disabling | Rainer Gerhards | 2013-11-06 | 1 | -11/+8 |
| | | | |||||
* | | | enforce that actions can no longer "do something" on action creation | Rainer Gerhards | 2013-11-06 | 1 | -9/+3 |
| | | | | | | | | | | | | | | | This doesn't play well with config load/priv drop and was not strictly enforced in v7. | ||||
* | | | make batches of 1 commit automatically after each action | Rainer Gerhards | 2013-11-06 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | This improves failover handling and makes it consistent with doc (precise handling for batches of one). | ||||
* | | | re-enable bPrevWasSuspended handling | Rainer Gerhards | 2013-11-06 | 1 | -1/+10 |
| | | | |||||
* | | | re-enable main queue direct mode | Rainer Gerhards | 2013-11-05 | 1 | -1/+1 |
| | | | |||||
* | | | shuffle code to be in closer proximity of related functions | Rainer Gerhards | 2013-11-05 | 1 | -35/+35 |
| | | | |||||
* | | | fix potential deadlock | Rainer Gerhards | 2013-11-05 | 1 | -1/+1 |
| | | | |||||
* | | | rename for clarity | Rainer Gerhards | 2013-11-05 | 1 | -11/+10 |
| | | | |||||
* | | | simplify submitToActionQ...() code path | Rainer Gerhards | 2013-11-05 | 1 | -54/+18 |
| | | | |||||
* | | | consistently use msg generation time in mark msg processing | Rainer Gerhards | 2013-11-05 | 1 | -5/+1 |
| | | | |||||
* | | | refactor: simplify code path | Rainer Gerhards | 2013-11-05 | 1 | -26/+14 |
| | | | |||||
* | | | refactor bShutdownImmediate handling | Rainer Gerhards | 2013-11-05 | 1 | -29/+24 |
| | | | |||||
* | | | refactor: move pbShutdownImmediate to wti_t | Rainer Gerhards | 2013-11-05 | 1 | -3/+3 |
| | | | |||||
* | | | put retry processing on hold but document what we already know about it | Rainer Gerhards | 2013-11-04 | 1 | -0/+14 |
| | | | |||||
* | | | push bShutdownImmediate ptr down to commit process | Rainer Gerhards | 2013-11-04 | 1 | -8/+15 |
| | | | |||||
* | | | cosmetic: keep related code together | Rainer Gerhards | 2013-11-04 | 1 | -16/+15 |
| | | | |||||
* | | | experimentally split ruleset execution in exec and commit phase | Rainer Gerhards | 2013-11-04 | 1 | -22/+47 |
| | | | |||||
* | | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-04 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | Conflicts: action.c | ||||
| * | | fix tryResume callback | Rainer Gerhards | 2013-11-04 | 1 | -5/+5 |
| | | | |||||
* | | | refactor: move batch "unrolling" up one layer | Rainer Gerhards | 2013-11-04 | 1 | -134/+72 |
| | | | |||||
* | | | fix async action queues | Rainer Gerhards | 2013-11-03 | 1 | -1/+3 |
| | | | |||||
* | | | temporarily remove bExecWhenPrevWasSuspended handling | Rainer Gerhards | 2013-11-02 | 1 | -60/+7 |
| | | | | | | | | | | | | | | | | | | | | | also add comments on howto re-implement it inside the script engine (but we do not do this right now as we would like to do this together when we touch the script engine -- for now focussing on action handling). | ||||
* | | | re-enable state handling after endTransaction() | Rainer Gerhards | 2013-11-02 | 1 | -8/+0 |
| | | | |||||
* | | | refactor output side of action queue - main shot | Rainer Gerhards | 2013-11-02 | 1 | -290/+69 |
| | | | | | | | | | | | | | | | this needs refinement, but basically we now do no longer rely on batches for the sub-functions. |