MongoDB 6.0 exited with code 48 #655
neumann-nico
started this conversation in
General
Replies: 2 comments 1 reply
-
From what I can find online, this typically means the port is already in use, which is weird inside a container but maybe something is happening with how the port is shared or how the container is run? 😕 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I previously used MongoDB 4.4 with the following docker-compose file taken from here: https://stackoverflow.com/a/66069362
Now I recently upgraded to MongoDB 6.0 and sometimes I get the error
exited with code 48
docker-compose.yaml
mongorestore.sh
Logs
log.txt
We habe around 100 CI runs per day (AWS t3 instances) where it crashes around once per day.
This also happens locally on multiple machines (Linux x64 and MacOS arm64) but not that often. So not that easy to reproduce unfortunately.
It doesn't matter if there is something to restore or not.
Is this some kind of race condition?
Beta Was this translation helpful? Give feedback.
All reactions