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

Fix leaking go routine in docker stats fetching (#3492) #3514

Merged
merged 1 commit into from
Feb 3, 2017

Conversation

ruflin
Copy link
Member

@ruflin ruflin commented Feb 2, 2017

Go routine on line 79 never stopped as queue was not closed.

Fixes #3489
(cherry picked from commit 3366bdb)

@@ -87,6 +87,8 @@ https://github.com/elastic/beats/compare/v5.1.2...v5.2.0[View commits]
- Fix service times-out at startup. {pull}3056[3056]
- Kafka module case sensitive host name matching. {pull}3193[3193]
- Fix interface conversion panic in couchbase module {pull}3272[3272]
- Fix overwriting explicit empty config sections {issue}2918[2918]
- Fix go routine leak in docker module. {pull}3492[3492]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you cleanup the Changelog in this PR, please? It looks like the cherry-pick added two lines and to the 5.2.0 header. I'm afraid that if we'll merge it like this, we're going to forget to fix one of these two issues.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Go routine on line 79 never stopped as queue was not closed.

Fixes elastic#3489
(cherry picked from commit 3366bdb)
@tsg tsg merged commit 5514964 into elastic:5.2 Feb 3, 2017
@ruflin ruflin deleted the backport_3449 branch February 16, 2017 15:38
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…ic#3514)

Go routine on line 79 never stopped as queue was not closed.

Fixes elastic#3489
(cherry picked from commit 4e615a7)
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