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

dial-stdio: fix goroutine leakage #1772

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

AkihiroSuda
Copy link
Collaborator

Signed-off-by: Akihiro Suda suda.akihiro@lab.ntt.co.jp

- What I did
Fix #1736

- How I did it
Use buffered channel as suggested by @andrey-ko (thanks)

- How to verify it
#1736

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)
🐧

Fix docker#1736

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
@codecov-io
Copy link

Codecov Report

Merging #1772 into master will not change coverage.
The diff coverage is 0%.

@@           Coverage Diff           @@
##           master    #1772   +/-   ##
=======================================
  Coverage   56.26%   56.26%           
=======================================
  Files         308      308           
  Lines       21293    21293           
=======================================
  Hits        11980    11980           
  Misses       8439     8439           
  Partials      874      874

@thaJeztah
Copy link
Member

@ijc @silvin-lubecki PTAL

we likely want to cherry-pick this one?

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM

@thaJeztah
Copy link
Member

ping @tiborvass @tonistiigi PTAL

@tiborvass tiborvass merged commit 5bbb56b into docker:master Apr 1, 2019
@GordonTheTurtle GordonTheTurtle added this to the 19.03.0 milestone Apr 1, 2019
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.

goroutines leakage in runDialStdio
5 participants