Skip to content
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

[WIP] Actor Group API #7712

Closed
wants to merge 5 commits into from
Closed

Conversation

yuyiming
Copy link
Contributor

Documents for Actor Group Design and API:

Why are these changes needed?

Ray has provided a mechanism for managing individual Actors, while the relationship between Actors is rarely considered in Ray design. It is hard to manipulate multiple Actors as a whole, such as creating 3 Actors in the same physical machine, etc.

This PR introduces Actor Group API, including Placement Group and Life Cycle Group, to manage the placement and the life cycle of Actors in group manner.

[WIP] There is also a common library API called Actor Group in this PR, to which some auto-generated codes are not added yet.

Related issue number

Checks

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/23579/
Test FAILed.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/24966/
Test FAILed.

@ericl ericl self-assigned this May 3, 2020
@ericl
Copy link
Contributor

ericl commented May 3, 2020

@yuyiming what's the status of this / the supporting Ray core design? Placement groups are very important for us too and we're going to allocate a significant amount of time to help out.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@ericl
Copy link
Contributor

ericl commented Jun 18, 2020

Going to close these now that we have the real implementation PR out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants