[Windows] Fix deadline exceeded in daemon restart#6635
[Windows] Fix deadline exceeded in daemon restart#6635estesp merged 1 commit intocontainerd:mainfrom gabriel-samfira:fix-deadline-exceeded-in-daemon-restart
Conversation
Windows needs a bit more time to finish the restarting containerd. With the current 2 second timeout, we run the risk of exceeding that deadline. Signed-off-by: Gabriel Adrian Samfira <[email protected]>
|
Hi @gabriel-samfira. 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. |
|
/ok-to-test |
|
Build succeeded.
|
|
@dcantah - I thought this was already solved by parallel reconnect? |
Is this PR just Containerd on Windows takes > 2 seconds to startup and that's failing the test? I'd done some work to try reconnecting any task IO if containerd restarted, but not sure this is the reason for the failure in this test. https://github.com/microsoft/hcsshim/blob/master/internal/cmd/io_npipe.go#L77-L159 |
Yes,
It hink it's just a matter of timing. The wait time is just 2 seconds. If |
Windows needs a bit more time to finish the restarting containerd. With the current 2 second timeout, we run the risk of exceeding that deadline.