Comment 7 for bug 1763533

Revision history for this message
Sameer Goel (sameergoel) wrote :

On further triage the issue seems to be related to the following line in the continerd log:
time="2018-04-18T11:27:35.765002258-06:00" level=fatal msg="containerd: epoll wait" error="Failed to wait epoll"

Monitor thread exits due to epoll_wait(fd, events, 128, -1) systemcall failure in epoll_arm64.go
The call is failing with an error code that is not EINTR.

Wondering if anyone else has seen the above issue.

Dockerd respawns containerd but the operation (exec) due to which the above error was seen is not retried.