-
Notifications
You must be signed in to change notification settings - Fork 15.4k
KAFKA-12154: Snapshot Loading API #10085
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
Merged
hachikuji
merged 27 commits into
apache:trunk
from
jsancio:kafka-12154-snapshot-loading-api
May 1, 2021
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
465d46b
Basic implementation for loading snapshot
jsancio 1ff2ffc
Add test for snapshot loading API
jsancio 1ee5b27
Allow for configurable buffer supplier
jsancio abb1441
Add snapshot reader tests
jsancio 77d9c88
Merge remote-tracking branch 'upstream/trunk' into kafka-12154-snapsh…
jsancio d8b4e13
Use functional style when constructing SnapshotReader
jsancio f15ac95
Merge remote-tracking branch 'upstream/trunk' into kafka-12154-snapsh…
jsancio 96099a7
Merge remote-tracking branch 'upstream/trunk' into kafka-12154-snapsh…
jsancio b139893
Merge remote-tracking branch 'upstream/trunk' into kafka-12154-snapsh…
jsancio 6bbed7f
Fix test for snapshot releading
jsancio 6346275
Merge remote-tracking branch 'upstream/trunk' into kafka-12154-snapsh…
jsancio c72053b
Change oldest to earliest
jsancio 259ea30
Add Serde based Records iterator
jsancio 5b9805b
Add fix the buffer allocation pattern
jsancio 7e52209
Merge remote-tracking branch 'upstream/trunk' into kafka-12154-snapsh…
jsancio 1cbf5c2
Handle the case where the max batch size is smaller than the batch
jsancio a859ab9
Add more documentation to RawSnapshotReader
jsancio 033e332
Generate snapshot in ReplicatedCounter and fix simulation
jsancio 2dd4939
Remove TODO since Jira was created
jsancio 8adbd4c
Use Colletions.emptyIterator instead of Optional.empty
jsancio aba403b
Merge remote-tracking branch 'upstream/trunk' into kafka-12154-snapsh…
jsancio 029fea5
Add for reading batches greater than the suggest size
jsancio 2776ae8
Merge remote-tracking branch 'upstream/trunk' into kafka-12154-snapsh…
jsancio d55165e
Fix imports
jsancio 5a3aafd
Add snapshot at log start validation for the simulation
jsancio 7b8a320
Improve snapshot verity performance
jsancio fbbf953
Use supplier for assert message
jsancio 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
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.
Uh oh!
There was an error while loading. Please reload this page.