-
Notifications
You must be signed in to change notification settings - Fork 27
Xxhash integration #96
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
Open
worryg0d
wants to merge
24
commits into
master
Choose a base branch
from
xxhash-integration
base: master
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.
Open
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
c209f9f
Next development iteration
worryg0d 56c09a6
Implemented xxHash64 wrapper
worryg0d b64bf48
Added all supported algorithms to HashServiceTest
worryg0d 4a0db60
Increased chunk size for hashing to 4096
worryg0d 517f6fa
Parallel computing sstables hashes
worryg0d b4ec1b7
Expose snapshots map in Snapshots class
worryg0d 70f3505
Deffer sstable components hash computation
worryg0d b7d36f4
ParallelHashService for hashing manifest entries
worryg0d 91a5709
Use Runtime.availableProcessors() as a default value for concurrentCo…
worryg0d 06a6fa2
Use 50% of available cpus by default instead
worryg0d 08b6c82
Pass list of manifest entries instead of stream
worryg0d d41aca5
Parallel hashing of downloaded files during restoration import phase
worryg0d 9479001
Address review comments
worryg0d fd483ea
Hash only manifest entries of the snapshot we're aiming for
worryg0d 5480bbc
First iteration of fast fail on verifyAll manifests during import pha…
worryg0d cba7a9c
Code cleanup and comments
worryg0d ade8b3e
Hash operation interruption in the mid
worryg0d baec383
Addressed review suggestions by Stefan
worryg0d 321f5be
Removed redundant validation method for concurrentConnections
worryg0d 4b0e914
Change output format to hex for XXHasher.getHash method to align with…
worryg0d 588b75b
Added test file and precomputed hashes for testing
worryg0d 2693525
logs adjustment
worryg0d 794f281
Bump Cassandra version to 5.0.6
worryg0d 924fc25
CRCHasher test
worryg0d 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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.