This repository was archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Do periodic inbound cleaning for rooted slots #8436
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
ad00317
Do periodic inbound compaction for rooted slots
ryoqun c15542f
Add comment
ryoqun 071ad4d
nits
ryoqun cb0ade0
Consider not_compacted_roots in cleanup_dead_slot
ryoqun 3c13698
Renames in AccountsIndex
ryoqun 7f97021
Rename to reflect expansion of removed accounts
ryoqun 64dc5eb
Fix a comment
ryoqun 4c39fb6
rename
ryoqun 6ad70b1
Parallelize clean over AccountsIndex
ryoqun 57fba8f
Some niceties
ryoqun 17e87b3
Reduce locks and real chunked parallelism
ryoqun 258b473
Measure each step for sampling opportunities
ryoqun 61ef04a
Just noticed par iter is maybe lazy
ryoqun aff5b19
Replace storage scan with optimized index scan
ryoqun 2583b50
Various clean-ups
ryoqun 851e530
Clear uncleared_roots even if no updates
ryoqun 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 hidden or 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 hidden or 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.
Yes, I've just noticed that
is_rootcheck is redundant.