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

fixed race condition and memory leak in docker stats #4550

Closed
wants to merge 1 commit into from

Conversation

cgtexmex
Copy link
Contributor

@cgtexmex cgtexmex commented Apr 4, 2017

In some cases a race could be encountered when executing docker
stats. The race would result in an orphaned go routine that
would be a memory leak. This change fixes that issue as well
as increases the unit testing coverage.

Fixes #4549

In some cases a race could be encountered when executing docker
stats.  The race would result in an orphaned go routine that
would be a memory leak. This change fixes that issue as well
as increases the unit testing coverage.

Fixes vmware#4549
@caglar10ur
Copy link
Contributor

LGTM

@cgtexmex
Copy link
Contributor Author

cgtexmex commented Apr 4, 2017

This doesn't fix the issue...will close and open a future PR containing fix for race and #4421

@cgtexmex cgtexmex closed this Apr 4, 2017
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.

docker stats race condition
5 participants