Open iamfengdy opened 6 months ago
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] ────────────────────────── 🎉 Flow is ready to serve! ────────────────────────── ╭────────────── 🔗 Endpoint ───────────────╮ │ ⛓ Protocol HTTP │ │ 🏠 Local 0.0.0.0:5000 │ │ 🔒 Private 192.168.2.89:5000 │ │ 🌍 Public xxx.xxx.xxx.xxx:5000 │ ╰──────────────────────────────────────────╯ ╭─────────── 💎 HTTP extension ────────────╮ │ 💬 Swagger UI 0.0.0.0:5000/docs │ │ 📚 Redoc 0.0.0.0:5000/redoc │ ╰──────────────────────────────────────────╯ Do you love open source? Help us improve Jina in just 1 minute and 30 seconds by taking our survey: https://10sw1tcpld4.typeform.com/jinasurveyfeb23?utm_source=jina (Set environment variable JINA_HIDE_SURVEY=1 to hide this message.)
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; but by kill command in linux will not occur
can u pass the JINA_LOG_LEVEL=DEBUG
environmenr variable to see more log information?
killing process by subprocess.run("kill -9 ") in python will occur zombie process; but by kill command in linux will not occur
I think this may be the reason.
killing process by subprocess.run("kill -9 ") in python will occur zombie process; but by kill command in linux will not occur
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 JINA_MP_START_METHOD=spawn
. fork
was causing zombie processes/failing to process requests on my M1 macbook.
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