mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
![]() When submit task, GIL is not released due to this PR. This cause a potential deadlock when actor died and got notified by GCS. In this case, the callback function submitted by GetAsync is going to execute some python function and the GIL is still hold by submit task. And submit task is blocking by a lock which is not released. In the previous PR, it seems to fix some memory issue, but it's seems not there any more. Signed-off-by: Yi Cheng <chengyidna@gmail.com> |
||
---|---|---|
.. | ||
ray | ||
requirements | ||
asv.conf.json | ||
build-wheel-macos-arm64.sh | ||
build-wheel-macos.sh | ||
build-wheel-manylinux2014.sh | ||
build-wheel-windows.sh | ||
MANIFEST.in | ||
README-building-wheels.md | ||
requirements.txt | ||
requirements_linters.txt | ||
requirements_ml_docker.txt | ||
setup.py |