fix: cio.Cancel() should close the pipes#8334
Conversation
PR fixes containerd#8326. Signed-off-by: Hsing-Yu (David) Chen <[email protected]>
|
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. |
|
@AkihiroSuda PTAL, thanks! |
|
/ok-to-test |
| cancel: cancel, | ||
| cancel: func() { | ||
| cancel() | ||
| for _, c := range pipes.closers() { |
|
thanks, LGTM |
fix: cio.Cancel() should close the pipes
fix: cio.Cancel() should close the pipes (cherry picked from commit 9e834e7) Signed-off-by: Hsing-Yu (David) Chen <[email protected]>
…/main Merge upstream containerd/main at commit 5d1ab01 into ado fork-external/main Related work items: containerd#7944, containerd#8174, containerd#8334, containerd#8362, containerd#8572, containerd#8582, containerd#8588, containerd#8605, containerd#8606, containerd#8617, containerd#8619, containerd#8626, containerd#8627, containerd#8633, containerd#8637, containerd#8641, containerd#8643, containerd#8645, containerd#8652, containerd#8667, containerd#8672, containerd#8673, containerd#8676, containerd#8680, containerd#8684, containerd#8685, containerd#8692, containerd#8696, containerd#8697, containerd#8701, containerd#8708, containerd#8717, containerd#8726, containerd#8728, containerd#8729, containerd#8731, containerd#8732, containerd#8740, containerd#8752, containerd#8758, containerd#8762, containerd#8764
PR fixes #8326 (tested locally on my side). I'm not an expert of containerd though, so I'm not 100% sure if this has any negative side effects, and I appreciate any guidance on how this should be approached, thanks!