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

(cherrypick to release 0.44) Retry containerd task api request when task is in unknown state #3106

Merged

Commits on Apr 26, 2022

  1. Retry containerd task api request when task is in unknown state

    In some cases, it appears that containerd task api can return a zero pid
    when the task is not ready yet. In these cases, the process task state
    is reported to be in unknown state. In this case, we should retry the
    containerd task api request as the task can take some time to move away
    from unknown state and be initialized.
    
    Signed-off-by: David Porter <porterdavid@google.com>
    bobbypage committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    669bcc2 View commit details
    Browse the repository at this point in the history