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

Flip internal priorities of GC and move-only merge #4168

Merged

Conversation

vekterli
Copy link
Member

@hakonhall please review. See issue #4165 for context.

Having GC be higher priority than move-only merges meant that slow GC
could effectively inhibit node retirement. Furthermore, move-only merges
are finite while GC happens indefinitely, so it makes sense to give merging
higher priority overall.

This fixes #4165

Having GC be higher priority than move-only merges meant that slow GC
could effectively inhibit node retirement. Furthermore, move-only merges
are finite while GC happens indefinitely, so it makes sense to give merging
higher priority overall.

This fixes #4165
@vekterli vekterli self-assigned this Nov 16, 2017
@vekterli vekterli merged commit 0d7e5a2 into master Nov 16, 2017
@vekterli vekterli deleted the vekterli/flip-internal-priorities-of-gc-and-move-only-merge branch November 16, 2017 13:25
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.

Slow document GC starves moving buckets to ideal nodes
2 participants