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

Cherry-pick #11263 to 6.7: Stop waiting for signals on closed outleters #11488

Merged
merged 2 commits into from
Apr 17, 2019

Conversation

jsoriano
Copy link
Member

Cherry-pick of PR #11263 to 6.7 branch. Original message:

Outleters start a goroutine to handle the finalization of filebeat. If the
outleter is closed by other means the goroutine will be kept running
even if it has nothing to do, leaking goroutines.

Stop this goroutine if the outleter is closed.

Outleters start a goroutine to handle the finalization of filebeat. If the
outleter is closed by other means the goroutine will be kept running
even if it has nothing to do, leaking goroutines.

Stop this goroutine if the outleter is closed.

(cherry picked from commit 57c9891)
@jsoriano jsoriano merged commit 1bac3a2 into elastic:6.7 Apr 17, 2019
@jsoriano jsoriano deleted the backport_11263_6.7 branch April 17, 2019 16:24
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.

2 participants