On Wed, Mar 30, 2016 at 9:01 PM, Rob Miller <[email protected]> wrote: > Heka can get wedged when there's a deadlock in the pipeline, usually related > to pack exhaustion. For example, a filter might block because it's waiting > for an empty pack with which to inject a new message, but there are no packs > available because they're all tied up in the input channels for the filter. > Tweaking the channel and pool sizes is usually helpful here.
Wondering if using buffering on filters could be a solution… I guess that depends on when packs are recycled when buffering is used. _______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka

