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

Stop gap ACK worker if no events are pending when done #11810

Closed
wants to merge 1 commit into from

Conversation

jsoriano
Copy link
Member

@jsoriano jsoriano commented Apr 13, 2019

If worker is not stopped when acker is done and there are no events
pending it will never stop, leaking goroutines.

Related to #9302

If worker is not stopped when acker is done and there are no events
pending it will never stop, leaking goroutines.
@jsoriano jsoriano added bug review libbeat needs_backport PR is waiting to be backported to other branches. Team:Integrations Label for the Integrations team labels Apr 13, 2019
@jsoriano jsoriano requested a review from a team as a code owner April 13, 2019 17:47
@jsoriano
Copy link
Member Author

I still see the number of ackLoop goroutines increasing with this patch, we will have to take a deeper look around this.

@jsoriano jsoriano added in progress Pull request is currently in progress. and removed review labels Apr 14, 2019
@jsoriano
Copy link
Member Author

I am closing this by now as it doesn't seem to solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug in progress Pull request is currently in progress. libbeat Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants