You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered a race condition in a map when running docker compose up -d shortly after a docker compose stop (like 5 seconds in between the two command executions).
Stack trace added below
Steps To Reproduce
I am unable to reliably reproduce this, however the stack trace should reveal the issue.
When the trace was produced, the sequence of events was:
docker compose stop
1.1. top level services all marked as Stopped. started stopping ( ^_^ ) depends_on services
1.2. depends_on services all marked as Stopped
1.3. docker compose stop exit 0 - command finished executing
Description
I have encountered a race condition in a map when running
docker compose up -d
shortly after adocker compose stop
(like 5 seconds in between the two command executions).Stack trace added below
Steps To Reproduce
I am unable to reliably reproduce this, however the stack trace should reveal the issue.
When the trace was produced, the sequence of events was:
docker compose stop
1.1. top level services all marked as
Stopped
. started stopping ( ^_^ )depends_on
services1.2.
depends_on
services all marked asStopped
1.3.
docker compose stop
exit 0 - command finished executingdocker compose up -d
2.1. immediate panic
Compose Version
Anything else?
Go stack trace / panic:
The text was updated successfully, but these errors were encountered: