Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | 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 |
| | | | |||||
* | | | 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 | ||||
* | | | | remove pData emulation from v8 omod interface | Rainer Gerhards | 2013-10-31 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | breaks compilation of not converted modules - but these won't work anyways. So better change this now. | ||||
* | | | | remove pData from tryResume callback | Rainer Gerhards | 2013-10-30 | 1 | -2/+1 |
| | | | | |||||
* | | | | omelasticsearch: upgrade to v8 ouptut module interface | Rainer Gerhards | 2013-10-30 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Note that this code here has NOT yet been tested. | ||||
* | | | | call freeWrkrInstance() on worker thread termination | Rainer Gerhards | 2013-10-29 | 2 | -4/+19 |
| | | | | |||||
* | | | | add debug output for worker actions | Rainer Gerhards | 2013-10-29 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-10-29 | 3 | -6/+17 |
|\| | | | |||||
| * | | | add debug output for global vars (unsupported!) during property filter ↵ | Rainer Gerhards | 2013-10-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | evaluation | ||||
| * | | | Merge branch 'master' into tmp | Rainer Gerhards | 2013-10-16 | 2 | -3/+14 |
| |\ \ \ | |||||
| | * | | | undo "localhostname property handling simplification", which broke things | Rainer Gerhards | 2013-10-16 | 2 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in v7.5, this is not a simplification but actually complicates things. While we could fix the effects by patching other places, the end result would be anything else but simpler. So we undid that change. | ||||
| * | | | | Merge branch 'master-var-refactor' into tmp | Rainer Gerhards | 2013-10-16 | 7 | -400/+223 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
* | | | | | add freeWrkrInstance to output module interface | Rainer Gerhards | 2013-10-29 | 3 | -2/+6 |
| | | | | | |||||
* | | | | | move all builtin-modules to new wrkr activation interface; make this mandatory | Rainer Gerhards | 2013-10-29 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | This intentionally breaks build of modules not yet converted. | ||||
* | | | | | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-10-28 | 2 | -21/+39 |
|\| | | | | |||||
| * | | | | refactor: simplify localHostName property handling | Rainer Gerhards | 2013-10-28 | 2 | -15/+3 |
| | | | | | |||||
| * | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-28 | 1 | -6/+36 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | remove memleak introduced by GenerateLocalHostName HUP bugfix | Rainer Gerhards | 2013-10-28 | 1 | -13/+32 |
| | | | | | |||||
| | * | | | bugfix: potential abort during HUP | Rainer Gerhards | 2013-10-28 | 1 | -7/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could happen when one of imklog, imzmq3, imkmsg, impstats, imjournal, or imuxsock were under heavy load during a HUP. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=489 Thanks to Guy Rozendorn for reporting the problem and Peval Levhshin for his analysis. | ||||
| | * | | | bugfix: Segmentation fault on incorrect variable assignment | Pavel Levshin | 2013-10-24 | 1 | -0/+6 |
| | | | | | |||||
| | * | | | bugfix: invalid property filter was not properly disabled in ruleset | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this bugfix introduces a very slight memory leak, which is cosmetic, as it just holds data until termination that is no longer needed. It is just the part of the config that was invalid. We will "fix" this "issue" in the devel version first, as the fix is a bit too intrusive to do without hard need in the stable version. | ||||
| | * | | | bugfix: potential misadressing when trimming cstr's | Rainer Gerhards | 2013-10-18 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | add missing function prototype | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | cosmetic: remove compiler warnings | Rainer Gerhards | 2013-10-18 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | milestone: action engine changed to partially support wrkr instance action ↵ | Rainer Gerhards | 2013-10-28 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | interface | ||||
* | | | | | milestone: omfile supports buffering mechanism | Rainer Gerhards | 2013-10-28 | 1 | -1/+7 |
| | | | | | |||||
* | | | | | milestone: stage work for omfile worker instance handling | Rainer Gerhards | 2013-10-28 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | milestone: make default modules compile again (but they do NOT work!) | Rainer Gerhards | 2013-10-27 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | milestone: change output module interface -- breaks build process! | Rainer Gerhards | 2013-10-27 | 1 | -1/+39 |
| | | | | | |||||
* | | | | | milestone: now shuffeling wti ptr correctly down to action handler | Rainer Gerhards | 2013-10-27 | 2 | -14/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | except if main queue is in direct mode -- this need smore work and thinking (probably via pthreads state variables, but let's see later) | ||||
* | | | | | milestone: calling sequence changed so that wti is passed to many functions | Rainer Gerhards | 2013-10-26 | 4 | -31/+33 |
| | | | | | |||||
* | | | | | Merge branch 'master-var-refactor' into master-ruleeng | Rainer Gerhards | 2013-10-26 | 2 | -1/+14 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 2 | -1/+14 |
| |\| | | | |||||
| | * | | | Make use of int64 json numbers, if available | Pavel Levshin | 2013-10-26 | 1 | -0/+8 |
| | | | | | |||||
| | * | | | slight performance optimization if GCC is used | Rainer Gerhards | 2013-10-26 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We give branch prediction hints for the frequent RETiRet macro which is used for error handling. Some slight performance gain is to be expected from that. | ||||
* | | | | | maintain action ids (actionNbr) | Rainer Gerhards | 2013-10-26 | 3 | -1/+9 |
| | | | | | |||||
* | | | | | cosmetic stage work | Rainer Gerhards | 2013-10-26 | 1 | -2/+4 |
|/ / / / |