-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[release/1.7] fix: cio.Cancel() should close the pipes #8624
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
[release/1.7] fix: cio.Cancel() should close the pipes #8624
Conversation
|
Hi @davidhsingyuchen. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/assign @AkihiroSuda |
|
/ok-to-test |
|
Following the pointer over to this PR, can you cherry-pick 82ec62b instead of the merge commit? |
Specifically, |
PR fixes containerd#8326. Signed-off-by: Hsing-Yu (David) Chen <[email protected]> (cherry picked from commit 82ec62b) Signed-off-by: Hsing-Yu (David) Chen <[email protected]>
bb79936 to
99582fb
Compare
|
@dcantah @samuelkarp Thanks for the help! Done. |
PR is a backport for #8334 (82ec62b).