This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
The big sweep rewrite, part 4: Cassandra impl #2231
Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9e988b4
The big sweep rewrite, part 4: Cassandra impl
gbonik e5e284e
Merge remote-tracking branch 'origin/develop' into feature/cassandra-…
gbonik fc5d251
Address clockfort's comments + checkstyle + add release notes
gbonik 9b5280a
Merge remote-tracking branch 'origin/develop' into feature/cassandra-…
gbonik 805c34d
Address code review comments
gbonik bb6e46c
Split up test cases in SingleRowColumnPagerTest
gsheasby ecd4734
Tests for KeyRanges
gsheasby 92bc978
Update locks
gsheasby f9f8c44
Return Optional instead of passing in @Output list
gsheasby c5f6fdd
Merge remote-tracking branch 'origin/feature/sweep-rewrite' into feat…
gsheasby 67262f2
Update dependency locks
gsheasby 4939d3a
Fix TestDataBuilder after merge
gsheasby 75610fc
Merge branch 'feature/sweep-rewrite' into feature/cassandra-sweep
gbonik ad1ccd0
Make tests green
gbonik 7c95047
Bring back the old variable name to make checkstyle happy
gbonik bea4d08
Run ./gradlew generateLock saveLock
gbonik 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
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.
The options in this loop could use a bit of explanation, especially referring to the steps above - e.g.
fetchNextRange
means we'd be up to the start of step 8 above.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.
Done