-
Notifications
You must be signed in to change notification settings - Fork 15
Issue 2271 - Load latest snapshot when first using transaction log state store #2355
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
kr565370
merged 26 commits into
develop
from
2271-load-latest-snapshot-when-first-using-transactionlog-store
Apr 26, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7285faa
Start adding tests
kr565370 475419b
Merge branch '2272-track-transactionlog-snapshots-in-dynamodb' into 2…
kr565370 54e69f1
Merge branch '2272-track-transactionlog-snapshots-in-dynamodb' into 2…
kr565370 e0ecc74
Merge branch '2272-track-transactionlog-snapshots-in-dynamodb' into 2…
kr565370 ed60b52
Create test for loading latest snapshot when creating state store object
kr565370 a296f6e
Fix failing test, use snapshot loading code in every test
kr565370 bc42cc0
Use Optional.ifPresent in DynamoDBTransactionLogStateStore.builderFrom
kr565370 25da78e
Move serde definitions into ifPresent block
kr565370 2f7a3d6
Add property for enabling loading of latest snapshots
kr565370 54006ba
Use delegating builder method
kr565370 a9f4c07
Create snapshot tables in CDK
kr565370 5d692e6
Merge branch '2272-track-transactionlog-snapshots-in-dynamodb' into 2…
kr565370 ed79a82
Merge branch 'develop' into 2271-load-latest-snapshot-when-first-usin…
patchwork01 f18460a
Rename tables created by CDK
kr565370 274b133
Move call to create snapshot store inside state store creator
kr565370 1dd1505
Remove old static builder method
kr565370 dd0332b
Add test for skipping previous transactions when loading latest snaps…
kr565370 df2105f
Stop wrapping IOException in StateStoreFileUtils
kr565370 9a2c2f7
Combine snapshot serde classes. Pass snapshot objects to store and se…
kr565370 d74ae40
Keep names of transaction log properties and tables consistent
kr565370 410e52c
Convert load latest snapshots property to table property
kr565370 1099ec5
Add tests for loading files snapshot when partitions snapshot is not …
kr565370 195d7e6
Merge branch 'develop' into 2271-load-latest-snapshot-when-first-usin…
gaffer01 d4d1b08
Hold optional snapshots inside LatestSnapshot
kr565370 2d6a866
Revert "Hold optional snapshots inside LatestSnapshot"
kr565370 d583ed5
Merge branch 'develop' into 2271-load-latest-snapshot-when-first-usin…
kr565370 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
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.