You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
processors = RayUtils.create_actors(
File "/home/ray/data-processing-lib-ray/src/data_processing_ray/runtime/ray/ray_utils.py", line 121, in create_actors
raise UnrecoverableException(f"out of {len(actors)} created actors only {len(alive)} alive")
data_processing.utils.unrecoverable.UnrecoverableException: out of 2 created actors only 7 alive
Here we wanted 2 actors, 7 are alive. Our job crashes.
Search before asking
Component
Library/core
What happened + What you expected to happen
When setting num_workers as greater than 100, ray job finishes with following exception (found by @shivdeep-singh-ibm)
It seems by default listing actors is limited to 100
https://github.com/ray-project/ray/blob/1b13782bc7702fbd7af2c89aff293acc4ff49727/python/ray/util/state/api.py#L784
Reproduction script
Anything else
No response
OS
Red Hat Enterprise Linux (RHEL)
Python
3.11.x
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: