Remove invalid error log when stopping container after containerd restart#11475
Remove invalid error log when stopping container after containerd restart#11475fuweid merged 1 commit intocontainerd:mainfrom
Conversation
|
Hi @yylt. 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-sigs/prow repository. |
|
/cc @fuweid @AkihiroSuda |
6785f02 to
c213941
Compare
|
This error doesn't seem to be related to the modification? |
Signed-off-by: yylt <yang8518296@163.com>
copy shim log after reload
mikebrow
left a comment
There was a problem hiding this comment.
LGTM
@fuweid pls check.. https://github.com/containerd/containerd/pull/5174/files
copy shim log after reload|
/cherry-pick release/2.0 |
|
@fuweid: new pull request created: #11620 DetailsIn response to this:
Instructions 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-sigs/prow repository. |
|
@fuweid: new pull request created: #11621 DetailsIn response to this:
Instructions 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-sigs/prow repository. |
When containerd restarts and the shim connection is successfully restored, but stopping the container at this time will result in an error log due to using the wrong context
reproduce
1 start pod
2 restart containerd.
3 stop pod by `crictl stop [containerid]
containerd log:
Introduced by #5174