Richard Treu

Results 29 comments of Richard Treu

Hi @nokute78, when you execute the sample config, you will see, that there is no infinite loop (at least in this case), but there is step4 being executed one time...

I see. So you mean we should address this issue in Fluent Bit?

@edsiper @nokute78 @leonardo-albertovich @pwhelan Can you please look at this?

@edsiper @nokute78 @agup006 I further noticed, that the in_emitter continues to accept records even after reaching the mem_buf_limit and being paused. I added a check if the plugin is paused....

Hi @nokute78, Thanks for your input. The behavior you observed, with potential input drops when the emitter buffer is full, is expected, because your defined head input plugin non-stop provides...

Hi @nokute78, (cc Hi @braydonk), I tested the same way, but get different results: 1) With `a.sh` being executed first and then Fluent Bit runs with `tail` plugin and `Read_from_head...

Hi @nokute78, thanks for mentioning this - I didn't think of plugins which have no pause function implemented. On the other hand, in case the input plugin cannot be paused,...

> @drbugfinder-work thanks for triaging and fixing this. In order to merge it, would you please split the commits per component ? ,e.g: > > * filter_multiline: ... > *...