-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
After killing the process, it becomes a zombie process #6166
Comments
can u share the logs observed? |
INFO executor/rep-0@49 start server bound to 0.0.0.0:54054 [04/29/24 09:34:55] |
by the way. i run jina in docker container and the os version is "Linux 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 GNU/Linux" |
killing process by subprocess.run("kill -9 ") in python will occur zombie process; |
can u pass the |
I think this may be the reason. |
whether using python or command , it will occur when running in a container, this may be the reason. |
If you're on an Apple Silicon mac, try setting |
OK,i was on ubuntu ,but i will have a try,thanks。
发自我的 ifeng6p
… 在 2024年7月27日,00:19,Scott Holodak ***@***.***> 写道:
If you're on an Apple Silicon mac, try setting JINA_MP_START_METHOD=spawn. fork was causing zombie processes/failing to process requests on my M1 macbook.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
@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 |
outputs are: 1719527 1719529 1721841
The text was updated successfully, but these errors were encountered: