forked from apache/cassandra
-
Notifications
You must be signed in to change notification settings - Fork 22
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
STAR-1872: Parallelize UCS compactions per output shard #1342
Open
blambov
wants to merge
12
commits into
datastax:main
Choose a base branch
from
blambov:STAR-1872
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 29, 2024
-
STAR-1872: Implements multi-task compactions
This splits compactions that are to produce more than one output sstable into tasks that can execute in parallel. Such tasks share a transaction and have combined progress and observer. Because we cannot mark parts of an sstable as unneeded, the transaction is only applied when all tasks have succeeded. This also means that early open is not supported for such tasks. At this time the new parallelization mechanism is not taken into account by the thread allocation scheme, and thus some levels may take more resources than they should. Because of this limitation (which should be fixed in the near future), the new behaviour is off by default. Also: - Adds a flag to combine non-overlapping sets in major compactions to reshard data, as major compactions can can now be executed as a parallelized operation. - Changes SSTable expiration to be done in a separate getNextBackgroundCompactions round to improve the efficiency of expiration (separate task can run quickly and remove the relevant sstables without waiting for a compaction to end). - Applies small-partition-count correction in ShardManager.calculateCombinedDensity.
1Configuration menu - View commit details
-
Copy full SHA for b6295c0 - Browse repository at this point
Copy the full SHA b6295c0View commit details
Commits on Oct 30, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 3353269 - Browse repository at this point
Copy the full SHA 3353269View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a850fe - Browse repository at this point
Copy the full SHA 6a850feView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef1b009 - Browse repository at this point
Copy the full SHA ef1b009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3136567 - Browse repository at this point
Copy the full SHA 3136567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dfb4f7 - Browse repository at this point
Copy the full SHA 8dfb4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a90b29 - Browse repository at this point
Copy the full SHA 6a90b29View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e071215 - Browse repository at this point
Copy the full SHA e071215View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3786c0 - Browse repository at this point
Copy the full SHA f3786c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d7241 - Browse repository at this point
Copy the full SHA e7d7241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94afba6 - Browse repository at this point
Copy the full SHA 94afba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a37d0 - Browse repository at this point
Copy the full SHA 69a37d0View commit details
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.