-
-
Notifications
You must be signed in to change notification settings - Fork 718
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
O(1) rebalance #4774
Merged
Merged
O(1) rebalance #4774
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
a756022
partial prototype
crusaderky 36589b1
incomplete poc
crusaderky 9ac044a
poc (incomplete)
crusaderky 6e1ef79
Merge remote-tracking branch 'upstream/main' into rebalance
crusaderky 2a5b5cd
complete POC
crusaderky 60fe5a4
polish
crusaderky a7e46b3
polish
crusaderky 5d267d3
bugfix
crusaderky b275d88
fixes
crusaderky c3fd176
fix
crusaderky 46aaea7
Merge remote-tracking branch 'upstream/main' into rebalance
crusaderky c7e8ed6
Use arbitrary measure in rebalance
crusaderky 3454291
Merge remote-tracking branch 'upstream/main' into rebalance
crusaderky ae27798
Merge branch 'main' into rebalance
crusaderky 428fd8f
Code review
crusaderky f73ace8
renames
crusaderky 1ad35ea
suggest tweaking malloc_trim
crusaderky c230c89
Merge remote-tracking branch 'upstream/main' into rebalance
crusaderky cada411
Merge remote-tracking branch 'upstream/main' into rebalance
crusaderky 1ad9d51
self-review
crusaderky 32a1f32
test_tls_functional
crusaderky 6557c52
test_memory to use gen_cluster
crusaderky 5a5a775
test_memory to use gen_cluster
crusaderky af5adfc
Merge branch 'test_memory'
crusaderky fbeda36
half memory
crusaderky d5708d4
tests
crusaderky 79aeab4
Merge remote-tracking branch 'upstream/main' into rebalance
crusaderky 535342f
tests
crusaderky efc96f6
tests
crusaderky 8818f99
tests
crusaderky b99e220
make Cython happy
crusaderky ed5336d
Merge remote-tracking branch 'upstream/main' into rebalance
crusaderky 4b1b16e
test_rebalance_managed_memory
crusaderky bc9294a
tests
crusaderky 37de01f
robustness
crusaderky fee3ff8
improve test stability
crusaderky 71d0861
tests stability
crusaderky be188dc
trivial
crusaderky 6e743a0
Merge branch 'main'
crusaderky 9704a34
Merge branch 'main' into rebalance
crusaderky 3f29a81
reload dask.config on Scheduler.__init__
crusaderky cfc4590
Merge branch 'main' into rebalance
crusaderky 03e376e
code review
crusaderky f08185b
Merge branch 'main' into rebalance
crusaderky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
TODO as part of a later PR, I'm going to move this advice to a sphinx page for the sake of visibility and just leave a note here to go read it