Skip to content
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] runtime/v2: net.Dial gRPC shim sockets before trying grpc #9458

Merged
merged 1 commit into from
Dec 4, 2023

Commits on Dec 3, 2023

  1. runtime/v2: net.Dial gRPC shim sockets before trying grpc

    This is mostly to workaround an issue with gRPC based shims after containerd
    restart. If a shim dies while containerd is also down/restarting, on reboot
    grpc.DialContext with our current set of DialOptions will make us wait for
    100 seconds per shim even if the socket no longer exists or has no listener.
    
    Signed-off-by: Danny Canter <danny@dcantah.dev>
    (cherry picked from commit 0bc9633)
    Signed-off-by: Danny Canter <danny@dcantah.dev>
    dcantah committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    80f96cd View commit details
    Browse the repository at this point in the history