containerd / containerd/nerdbox

ctr failure when cannot connect to containerd

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
185
Forks
30
Avg merge
3d 19h
Merged PRs (30d)
20

Description

Currently ctr will throw an error when it times out its connection to containerd. It currently holds a connection for forwarding events, however, containerd going down should not cause the shim to exit.

```
ERRO[0017] failed to cleanup task error="connection error: desc = \"transport: Error while dialing: dial unix:///var/run/containerd/containerd.sock: timeout\""
ERRO[0017] failed to cleanup container error="connection error: desc = \"transport: Error while dialing: dial unix:///var/run/containerd/containerd.sock: timeout\""
```

It seems the shim stays online with ctr disconnected and not able to handle the `--rm`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.