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

Add possibility of spill to constrained disk [WIP] #5521

Closed
wants to merge 4 commits into from

Conversation

ncclementi
Copy link
Member

@ncclementi ncclementi commented Nov 17, 2021

This is the start of a PR that will add the possibility to spill to a constrained disk. Things are not quite working yet but wanted to have a draft up.

Tried using a custom __setitem__ do doesn't use the super() see:
https://github.com/ncclementi/distributed/blob/81b12da2dcc1a6b958b4e4db4682bade536d7d41/distributed/spill.py#L91-L94

BUt the problem I'm having is that is not keeping the key on fast, but spilling it to disk. I think this is because of the way LRU works.

@ncclementi
Copy link
Member Author

Superseded by #5543

@ncclementi ncclementi closed this Nov 29, 2021
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.

Spill to constrained disk space
1 participant