incubator-answer
incubator-answer copied to clipboard
Why does the system get reset every once in a while?
Describe the bug
Why is the system reset (restored to initialized system) every once in a while? This will cause the system to become inaccessible. The system will be restored after 5 or 6 minutes, and no error message will appear in the log. Is there a scheduled task running?
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots or video to help explain your problem.
Platform
- Device: [e.g. Desktop, Mobile]
- OS: [e.g. macOS]
- Browser and version: [e.g. Chrome, Safari]
- Version: [e.g. v1.2.0]
@LinkinStars Can you please guess the possible reasons for this? It seems to be very rare.
@qianmoQ May I ask in what way you are deploying? Is it appearing as an automatic reboot? I'm guessing a possible scenario is a reboot due to memory OOM, but can't be specific due to the lack of error logs.
@qianmoQ May I ask in what way you are deploying? Is it appearing as an automatic reboot? I'm guessing a possible scenario is a reboot due to memory OOM, but can't be specific due to the lack of error logs.
The system does not display the restart log, and the running time is correct. After occasional access, it will turn to the default blue color, and all the configuration content will be lost. I use the nohup answer -C xx method to deploy.
After occasional access, it will turn to the default blue color, and all the configuration content will be lost.
@qianmoQ Kind of strange for this part. From your description it indicates that it's more like an issue caused by a network reason that didn't load successfully. Which means that the front-end page isn't loading properly causing the trouble.
This has also happened recently. It may be a problem with my vpn. I turned off the vpn and will observe.