Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into master-alternate-queue-mutex | Rainer Gerhards | 2013-11-20 | 1 | -5/+3 |
|\ | |||||
| * | regression fix: action queues with default settings did not start workers | Rainer Gerhards | 2013-11-20 | 1 | -5/+3 |
| | | | | | | | | This was introduced yesterday and has not been part of any released version. | ||||
* | | queue workers: eliminate unnecessary queue mutex operations | Rainer Gerhards | 2013-11-20 | 1 | -12/+13 |
|/ | |||||
* | Merge branch 'v7-devel' | Rainer Gerhards | 2013-11-19 | 2 | -11/+42 |
|\ | |||||
| * | queue.workerThreadMinimumMessage set to queue.size / num workers | Rainer Gerhards | 2013-11-19 | 1 | -2/+18 |
| | | |||||
| * | bugfix: legacy directive $ActionQueueWorkerThreads was not honored | Rainer Gerhards | 2013-11-19 | 2 | -0/+3 |
| | | |||||
| * | queue: auto-adjust watermarks | Rainer Gerhards | 2013-11-19 | 1 | -10/+14 |
| | | |||||
| * | queue: warn if high watermark is set too low | Rainer Gerhards | 2013-11-19 | 1 | -0/+8 |
| | | |||||
* | | bugfix: STOP/discard(~) was mostly NOT honored | Rainer Gerhards | 2013-11-18 | 1 | -26/+49 |
| | | | | | | | | This lead to execution of config code that was not meant to be executed. | ||||
* | | bugfix: memory leak on worker thread termination | Rainer Gerhards | 2013-11-18 | 1 | -0/+4 |
| | | |||||
* | | fix: ruleset queues were activated too early | Rainer Gerhards | 2013-11-14 | 3 | -2/+30 |
| | | | | | | | | | | | | | | | | | | This does not cause issues in v7, but here we have the problem that the total number of actions, which now is required for wti sizing, is not available at that early stage. So we needed to delay queue startup until everything is processed (just as it should have been already!). Note the previously we could have a segfault on first message when ruleset queues were used. | ||||
* | | regression fix: misadressing if worker thread was restarted | Rainer Gerhards | 2013-11-14 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-13 | 2 | -0/+16 |
|\ \ | |||||
| * | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-07 | 2 | -0/+16 |
| |\| | |||||
| | * | emit warning message if output module with msg passing mode runs asynchronously | Rainer Gerhards | 2013-11-07 | 2 | -0/+16 |
| | | | |||||
* | | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-07 | 6 | -23/+25 |
|\| | | |||||
| * | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-07 | 6 | -23/+25 |
| |\| | | | | | | | | | | | | | | | | Conflicts: runtime/wti.c runtime/wti.h | ||||
| | * | bugfix: regular workers are no longer started if DA worker is active | Pavel Levshin | 2013-11-07 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | form mail: Look, below, if it is time to activate DA worker, we call it explicitly. But in this case we do not advise regular workers. They are likely already running at this point, but it is not guaranteed. What if, for example, the system is set to start additional workers when the queue is going over high watermark? What if HighWatermark is set to 1? Regular workers will not be started, and DA worker may fail. Thus, it is reasonable to advise regular workers even if we are going DA. | ||||
| | * | cleanup no longer needed code | Rainer Gerhards | 2013-11-07 | 4 | -8/+1 |
| | | | |||||
| | * | Merge branch 'master' into master-newwtipool | Rainer Gerhards | 2013-11-07 | 1 | -2/+3 |
| | |\ | |||||
| | | * | do not adjust batch size for disk queues | Rainer Gerhards | 2013-11-07 | 1 | -1/+1 |
| | | | | |||||
| | | * | do not complain for queue size on DA queues | Rainer Gerhards | 2013-11-06 | 1 | -1/+2 |
| | | | | |||||
| | * | | improve worker thread pool handling | Pavel Levshin | 2013-11-06 | 4 | -6/+15 |
| | |/ | | | | | | | | | | | | | among others, make possible that workers really timeout and the pool thus shrinks | ||||
* | | | refactor iparams to use array | Rainer Gerhards | 2013-11-06 | 2 | -10/+16 |
| | | | | | | | | | | | | this is also prep work for a single doTransaction() output mode api | ||||
* | | | refactor action disabling | Rainer Gerhards | 2013-11-06 | 2 | -6/+1 |
| | | | |||||
* | | | enforce that actions can no longer "do something" on action creation | Rainer Gerhards | 2013-11-06 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | 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 | 2 | -0/+14 |
| | | | | | | | | | | | | | | | 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 | -0/+3 |
| | | | |||||
* | | | remove no longer used data member | Rainer Gerhards | 2013-11-05 | 1 | -2/+0 |
| | | | |||||
* | | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-05 | 1 | -6/+14 |
|\| | | |||||
| * | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-05 | 1 | -6/+14 |
| |\| | |||||
| | * | Merge branch 'v7-stable' | Rainer Gerhards | 2013-11-05 | 1 | -6/+14 |
| | |\ | |||||
| | | * | improved checking of queue config parameters on startup | Rainer Gerhards | 2013-11-05 | 1 | -6/+7 |
| | | | | |||||
| | | * | emit warning message if queue.size is set dangerously low | Rainer Gerhards | 2013-11-05 | 1 | -0/+7 |
| | | | | |||||
* | | | | cleanup no longer used code | Rainer Gerhards | 2013-11-05 | 2 | -22/+0 |
| | | | | |||||
* | | | | re-enable main queue direct mode | Rainer Gerhards | 2013-11-05 | 3 | -18/+76 |
| | | | | |||||
* | | | | simplify submitToActionQ...() code path | Rainer Gerhards | 2013-11-05 | 1 | -0/+6 |
| | | | | |||||
* | | | | refactor bShutdownImmediate handling | Rainer Gerhards | 2013-11-05 | 2 | -13/+23 |
| | | | | |||||
* | | | | remove no longer needed code | Rainer Gerhards | 2013-11-05 | 2 | -25/+0 |
| | | | | |||||
* | | | | Merge branch 'master-ruleeng' into master-ruleeng-simd | Rainer Gerhards | 2013-11-05 | 2 | -1/+28 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/ruleset.c required refactoring of (asnyc) call code | ||||
| * | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-11-05 | 2 | -1/+32 |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: runtime/ruleset.c | ||||
| | * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-11-05 | 2 | -1/+32 |
| | |\| | |||||
| | | * | Merge branch 'v7-stable-call-ruleset-queue' into v7-stable | Rainer Gerhards | 2013-11-05 | 2 | -1/+32 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | | | * | bugfix: call to ruleset with async queue did not use the queue | Rainer Gerhards | 2013-06-26 | 2 | -1/+32 |
| | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=443 | ||||
* | | | | | support force termination in script engine | Rainer Gerhards | 2013-11-05 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | refactor: move pbShutdownImmediate to wti_t | Rainer Gerhards | 2013-11-05 | 3 | -3/+4 |
| | | | | | |||||
* | | | | | refactor: remove no longer needed elements from batch_t | Rainer Gerhards | 2013-11-04 | 2 | -5/+1 |
| | | | | | |||||
* | | | | | cleanup: multiple rulesets inside a single batch are now OK | Rainer Gerhards | 2013-11-04 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | They don't require special handling any longer, so do no longer care about them. | ||||
* | | | | | more cleanup | Rainer Gerhards | 2013-11-04 | 1 | -11/+0 |
| | | | | | |||||
* | | | | | cleanup: remove no longer needed code | Rainer Gerhards | 2013-11-04 | 1 | -55/+0 |
| | | | | |