-
Notifications
You must be signed in to change notification settings - Fork 2.2k
gateway process was crashed and not auto restart #6224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
there seemed to be a conncetion error, but did the gateway process just die? |
is it possible that u were running close to the OOM? |
yes, i can not find the gateway process by ps command or port
i donot think so. i did not find OOM message in syslog |
maybe the OS decided to remove the process because it was runnong low on memory? |
when running Jina locally, it will not restart automatically |
@jina-ai/product This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
I’d like to suggest a resolution direction that aligns with best practices in production-grade process supervision and high-availability design. 🧠 Root Cause RecapIt appears that the Jina Gateway process crashed silently after running for several days. There was:
This suggests the process failed without a recovery mechanism, especially when running Jina locally (non-K8s/Docker) where supervision isn't built-in. ✅ Recommended ResolutionTo prevent similar crashes from halting long-running Flows, I propose: 1. Add Native Process Supervision Support in Local Mode
2. Provide
|
to be honest, i really do not know how to dscribe this bug. The flow has run for many days,i found the problem in the log yesterday.



The text was updated successfully, but these errors were encountered: