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

Profile shuffle w/pending changes #62

Open
jakirkham opened this issue Dec 18, 2020 · 0 comments
Open

Profile shuffle w/pending changes #62

jakirkham opened this issue Dec 18, 2020 · 0 comments

Comments

@jakirkham
Copy link
Collaborator

Adding PR ( dask/distributed#4270 ), PR ( dask/distributed#4365 ), and PR ( dask/distributed#4375 ) together locally. We can get transition down to ~8% compare this to the ~15% we had originally ( #25 ). So transition would be ~2x faster with all of those PRs merged. It's worth noting this includes ~2% of the time just canceling tasks after each iteration.

Maybe this can be improved more by annotating all Scheduler attributes using this strategy ( dask/distributed#4365 (comment) )? It's worth noting that we are spending ~15% of the time in TCP communication. There's also miscellaneous asyncio, Tornado, logging, etc. that are scattered around. It's a little difficult to understand how much time is eaten up by this as it can be mixed with other stuff we care about.

prof_68019 pstat dot

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

No branches or pull requests

1 participant