docker / compose

Define and run multi-container applications with Docker
https://docs.docker.com/compose/
Apache License 2.0
33.81k stars 5.21k forks source link

[BUG] fatal error: limiterEvent.stop: found wrong event in p's limiter event slot #11957

Closed huhouhua closed 2 months ago

huhouhua commented 3 months ago

Description

Executing the docker-compose up -d command failed with a program error

image image image image image image image image image image

Steps To Reproduce

Executing docker-compose up -d

Compose Version

Docker Compose version v2.18.1

Docker Environment

Client: Docker Engine - Community
 Version:    24.0.2
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.10.5
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.18.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 0
 Server Version: 24.0.2
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
 runc version: v1.1.7-0-g860f061
 init version: de40ad0
 Security Options:
  seccomp
   Profile: builtin
 Kernel Version: 5.10.0-60.139.0.166.oe2203.x86_64
 Operating System: openEuler 22.03 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 8
 Total Memory: 7.23GiB
 Name: docker
 ID: 68665325-d728-4f23-bc33-af25906bb0dc
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.1
  ::0
  0.0.0.0/0
  127.0.0.0/8
 Registry Mirrors:
  https://docker.mirrors.ustc.edu.cn/
  https://hub-mirror.c.163.com/
  https://registry.cn-shanghai.aliyuncs.com/
  https://registry.docker-cn.com/
  https://b9pmyelo.mirror.aliyuncs.com/
 Live Restore Enabled: false

Anything else?

Operating system information:

Architecture: Linux docker 5.10.0-60.139.0.166.oe2203.x86_64 #1 SMP Thu May 30 05:17:57 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

glours commented 3 months ago

Hello @huhouhua Can you please upgrade your version of Compose, the one you're using v2.18.1 is more than a year old?

huhouhua commented 3 months ago

Hello @huhouhua Can you please upgrade your version of Compose, the one you're using v2.18.1 is more than a year old?

Please confirm whether this issue has been fixed in version v2.18.1.

glours commented 3 months ago

@huhouhua can you please test with the latest version compose ? You didn't give us a reproduction example, I can't do anything on my side with only screenshots

huhouhua commented 3 months ago

@huhouhua can you please test with the latest version compose ? You didn't give us a reproduction example, I can't do anything on my side with only screenshots

I'll try this version first

glours commented 2 months ago

I close the issue, without any news since a month I assume Compose latest version fixed the problem