-
Notifications
You must be signed in to change notification settings - Fork 326
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
[Ray] Rerun subtask for ray backend #2288
Conversation
18df6ef
to
2695c6f
Compare
Still some issue with codacy: https://app.codacy.com/gh/mars-project/mars/pullRequest?prid=7861162 |
@qinxuye Thanks for helping. I'm working on improving it. |
2695c6f
to
2084930
Compare
2084930
to
fdd26d4
Compare
Will review ASAP, we plan to release v0.8.0a1 as well as v0.7.0 soon enough, hope this could be merged soon after that. |
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.
LGTM
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.
LGTM
Thanks for your contribution, look forward to seeing more contributions from you. |
What do these changes do?
This PR generally adds support of basic rerun subtask for ray backend, and is basically the subsequent work for #2198. The details are as follows.
Note: This PR changes back to one way channel for ray backend communication, which can have some side effects. If there are better ways to achieve the ServerClosed support, it's ok to change this.