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

Refactor local scheduler to remove worker indices. #245

Merged
merged 5 commits into from Feb 5, 2017
Merged

Refactor local scheduler to remove worker indices. #245

merged 5 commits into from Feb 5, 2017

Conversation

robertnishihara
Copy link
Collaborator

@robertnishihara robertnishihara commented Feb 4, 2017

This change represents workers to the local scheduling algorithm with structs instead of ints, so that we can add more information to each worker (like an actor ID).

This fixes a potential bug in which we used the scheduling_state enum as a type instead of int in some signatures.

@pcmoritz pcmoritz merged commit 2d1c980 into ray-project:master Feb 5, 2017
@pcmoritz pcmoritz deleted the localschedulerclient branch February 5, 2017 22:52
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.

None yet

2 participants