-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feat][txn] implement the SnapshotSegmentAbortedTxnProcessor #18273
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
congbobo184
merged 42 commits into
apache:master
from
liangyepianzhou:xiangying/pip/snapshotsegmentAbortedProcessor
Feb 13, 2023
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
de37e61
[feat][txn] implement the SnapshotSegmentAbortedTxnProcessor
liangyepianzhou 6cc07cb
optimize
liangyepianzhou 08c2da3
checkstyle
liangyepianzhou b298b0e
optimize
liangyepianzhou b6f8b47
store the max persistent position of aborted txn marker in a segment …
liangyepianzhou eca6d33
optimize test
liangyepianzhou 564b6cd
fix some comments
liangyepianzhou 52ad0ae
fix some comments
liangyepianzhou 291d9e2
use single set to check aborted transaction ID.
liangyepianzhou 20bcd50
use single set to check aborted transaction ID.
liangyepianzhou 75af3d8
Merge remote-tracking branch 'apache/master' into xiangying/pip/snaps…
liangyepianzhou 80d87b9
fix some comments
liangyepianzhou e2664cf
fix some comments
liangyepianzhou 906d942
optimize data struct
liangyepianzhou 78424f9
fix some comments
liangyepianzhou 22ccc5b
optimize
liangyepianzhou 71fe2db
fix uncompleted future.
liangyepianzhou fc9ef84
optimize and add an API test
liangyepianzhou dfc30f0
optimize some comments
liangyepianzhou 8418e34
delete persistentSnapshotIndexes
liangyepianzhou c8a1344
fix test
liangyepianzhou 374f600
fix some comments and add notes
liangyepianzhou 96e34d5
optimize recover indexes
liangyepianzhou 8fa0606
optimize notes
liangyepianzhou 9e6af2a
optimize notes
liangyepianzhou 204a5ff
fix some test
liangyepianzhou b46e38b
fix some comment
liangyepianzhou d2210e3
fix some comment
liangyepianzhou ee8a671
Optimize the logic of clearing and add test.
liangyepianzhou 016d3f9
license and checkstyle
liangyepianzhou b498a2d
fix test
liangyepianzhou 1edc5b2
fix some comments
liangyepianzhou 5eec111
fix some comments
liangyepianzhou d095166
fix some comments
liangyepianzhou 34c9f35
fix some comments
liangyepianzhou 00eb60e
Only update index when execute the latest task
liangyepianzhou f4bf25f
Do not retry the task immediately if the task happens exception.
liangyepianzhou 4ad3c7a
fix test
liangyepianzhou 20b9681
separate catch exception
liangyepianzhou 1c06fcf
update maxReadPosition after putting aborted txn ID
liangyepianzhou af2ccab
add notes
liangyepianzhou c7c1294
add notes
liangyepianzhou 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.