-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[direct call] changes raylet to push tasks to worker #5140
Conversation
Test PASSed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Updated accordingly.
Test PASSed. |
Test PASSed. |
Co-Authored-By: Stephanie Wang <[email protected]>
Test FAILed. |
I just merged a PR. Can you resolve the conflicts? |
Test FAILed. |
Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is looking great! I left a couple comments that I would like addressed before we merge, but otherwise looks good.
Thanks for reviewing! I think all comments are addressed. |
Test FAILed. |
Test PASSed. |
travis, retest this please |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
I couldn't trigger a travis build for some reason... |
Test FAILed. |
Test PASSed. |
What do these changes do?
The previous change adds a grpc server to worker, this pr changes raylet to assign tasks instead of waiting for workers to get tasks.
Related issue number
#5029
Linter
scripts/format.sh
to lint the changes in this PR.