BE crashes with exit code 0 and no logs indicating an error #47045
renatocarusos
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am facing an issue when running Docker Compose for the project. The frontend (FE) works fine, but the backend (BE) unexpectedly crashes after some time with exit code 0. When this happens, there are no errors in the logs to indicate the cause of the issue.
Expected Behavior: The backend should continue running without any crashes, or at least provide more detailed logs to help diagnose the cause of the shutdown.
Current Behavior: The backend is crashing unexpectedly, and there are no log entries to indicate the cause of the crash.
Steps to Reproduce:
Bring up the containers using docker-compose up.
The frontend works as expected.
The backend crashes after some time with exit code 0.
Environment:
Operating System: Ubuntu 22.04
Docker Version: 27.3.1
Docker Compose Version: 1.29.2
Doris Version: 2.1.7
Logs: Although there are no error messages, here is the log from the backend when it crashes:
The compose file:
I would appreciate any help in understanding why the backend is crashing without generating error logs. Any assistance would be much appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions