Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.10 clean backport of #12307] stop inputs upon a worker error before terminating the pipeline #12339

Merged

Conversation

colinsurprenant
Copy link
Contributor

7.10 clean backport of #12307 stop inputs upon a worker error before terminating the pipeline

This addresses an incomplete fix in elastic#12019 starting in 7.8.1 where upon catching a worker exception (to avoid crashing the whole logstash per elastic#12306) the input plugin(s) are not terminated prior to closing the pipeline leading to the input plugin(s) continuing execution and failing with IllegalStateException & Tried to write to a closed queue since closing the pipeline also correctly closes the queue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant