CRI sbserver: Prevent server reuse after Shutdown#7872
CRI sbserver: Prevent server reuse after Shutdown#7872dmcgowan merged 1 commit intocontainerd:mainfrom
Conversation
|
Hi @yanggangtony. 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. |
dcantah
left a comment
There was a problem hiding this comment.
Not missing anything afaict, we just missed copying this to the sandbox server here looks like. Thanks! LGTM
|
@yanggangtony Can you prefix the title and commit with 'CRI sbserver:' to make this identifiable as a sandbox server change? So "CRI sbserver: Prevent server reuse after Shutdown" or similar. |
Signed-off-by: yanggang <[email protected]>
d826b04 to
e94d925
Compare
Thanks for review. |
|
I didn't follow the change. Does it actually prevent server resue after Shutdown? |
|
@fuweid |
Signed-off-by: yanggang [email protected]
Like pkg/cri/server/service.go commit , I have no idea why not commit this one, like
pkg/cri/sbserver/service.goThey may be the same logic..
😰😰
If mine understanding is wrong , please tell me...