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

Only mark tasks as forwarded if they are in the lineage cache #3958

Merged

Conversation

stephanie-wang
Copy link
Contributor

What do these changes do?

Tasks get removed from the local lineage cache when they are forwarded to another node, but sometimes if a task is resubmitted on the same node, it will have already been removed the first time the task was forwarded. This fixes a part of the code that assumes the task is always in the lineage cache.

Related issue number

May be related to #3813.

@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/11587/
Test FAILed.

@stephanie-wang stephanie-wang merged commit 244fd47 into ray-project:master Feb 6, 2019
@stephanie-wang stephanie-wang deleted the lineage-cache-fix branch February 6, 2019 07:01
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