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

Support stealing of tasks that require heavy communication #773

Merged
merged 6 commits into from
Dec 31, 2016

Conversation

mrocklin
Copy link
Member

Previously we would assume that the worker that was assigned the task has most
of the data already. This assumption is faulty for shuffle-like tasks where no
one has most of the data. Now we properly penalize workers for data that they
don't own.

Previously we would assume that the worker that was assigned the task has most
of the data already.  This assumption is faulty for shuffle-like tasks where no
one has most of the data.  Now we properly penalize workers for data that they
don't own.
@mrocklin mrocklin force-pushed the comm-heavy-stealing branch from e53ac96 to d69602c Compare December 31, 2016 19:02
@mrocklin mrocklin merged commit 5ecc9a6 into dask:master Dec 31, 2016
@mrocklin mrocklin deleted the comm-heavy-stealing branch December 31, 2016 22:38
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.

1 participant