Open larrylian opened 1 year ago
What's the reason for having features parity in ray.state.actors
What's the reason for having features parity in
ray.state.actors
@rickyyx
ray.state.actors
to fetching all actors in the cluster can lead to performance degradation.If you also think this requirement is acceptable, I can handle completing this issue.
Ah i see- that makes much sense.
Description
Currently, the GCS GetAllActorInfo request already has the ability to filter actors by job_id and state.
However, this filtering capability is not available in the ray.state.actors() API in Python/Java. Now there is a need to add the ability to filter by
job_id
andstate
in theray.state.actors()
API.Use case
No response