We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When calling rollback on a service after a constraint has been set, the docker daemon crashes and is unable to recover.
In logfiles, I can see :
août 17 11:28:37 rs dockerd[24251]: panic: runtime error: invalid memory address or nil pointer dereference août 17 11:28:37 rs dockerd[24251]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x56498c4e76f6]
Dockerd shoud not crash, and the service should have been rollbacked
Dockerd crashes and the swarm seems to be corrupted.
I've built a test here to reproduce the problem : 20210817_crash_dockerd.zip
I've also attached full logs in the zip file.
OS: Linux Debian 10.9
Docker version : Client: Docker Engine - Community Version: 20.10.5 API version: 1.41 Go version: go1.13.15 Git commit: 55c4c88 Built: Tue Mar 2 20:17:50 2021 OS/Arch: linux/amd64 Context: default Experimental: true
Server: Docker Engine - Community Engine: Version: 20.10.5 API version: 1.41 (minimum version 1.12) Go version: go1.13.15 Git commit: 363e9a8 Built: Tue Mar 2 20:15:47 2021 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.4.4 GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e runc: Version: 1.0.0-rc93 GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec docker-init: Version: 0.19.0 GitCommit: de40ad0
The text was updated successfully, but these errors were encountered:
aio-libs#616 : pytest dockerd crash
617ede5
I think that may be a docker bug, issue opened here : moby/moby#42783
Sorry, something went wrong.
No branches or pull requests
Long story short
When calling rollback on a service after a constraint has been set, the docker daemon crashes and is unable to recover.
In logfiles, I can see :
Dockerd shoud not crash, and the service should have been rollbacked
Dockerd crashes and the swarm seems to be corrupted.
How to reproduce
I've built a test here to reproduce the problem :
20210817_crash_dockerd.zip
I've also attached full logs in the zip file.
Your environment
OS: Linux Debian 10.9
Docker version :
Client: Docker Engine - Community
Version: 20.10.5
API version: 1.41
Go version: go1.13.15
Git commit: 55c4c88
Built: Tue Mar 2 20:17:50 2021
OS/Arch: linux/amd64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 20.10.5
API version: 1.41 (minimum version 1.12)
Go version: go1.13.15
Git commit: 363e9a8
Built: Tue Mar 2 20:15:47 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.4
GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
runc:
Version: 1.0.0-rc93
GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
docker-init:
Version: 0.19.0
GitCommit: de40ad0
The text was updated successfully, but these errors were encountered: