-
Notifications
You must be signed in to change notification settings - Fork 86
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
Killed container process leads to "containerd: container not found" #1
Comments
Just sending SIGKILL should reproduce this (I just hit this issue as well). |
I met the same problem.
|
we also have this issue with 17.03 |
This is fixed on 18.03. |
@cpuguy83 Do you know which commit{,s} fixed the issue? |
@vrothberg I couldn't give you just one commit. That said moby/moby@e55bead could be at least a partial fix against the older codebase... but I'm not sure as I've not looked at the commit history there or where the bug might have come in. |
@cpuguy83 Thanks a lot for the quick reply, much appreciated! |
same issue with docker 17.09.1-ce $ docker -v $ docker ps $ docker exec -ti cta3 bash i understand i have to update docker. but it's not easy in production while the server is used 24/24h |
I am running in the same problems on 18.09, see 38501 |
same issue with docker $ docker -v $docker ps Container b36988af25a failed to exit within 5 seconds of signal 15 - using the force |
Is there any way to get rid on this problem other than upgrading to a newest Docker version? We faced with this issue on a prod env, and we need a much less invasive solution for this. |
docker ps
shows running containers that are not actually running (I can not see the process on the host). Trying to stop them leads to this error in the logs:Then:
And
docker stop
returns successfully (exit status 0, no error message).However, when trying to start the container, I see this in the logs:
Observed this repeatedly on a process that happened to be killed by the kernel's OOM killer.
Expected behavior
Non running containers do not appear in
docker ps
Non running containers can be killed or started
docker stop
returns non-0 status when it failsInformation
17.03.1~ce-0~debian-jessie
I'm unable to find a way to reproduce this easily.
The text was updated successfully, but these errors were encountered: