-
Notifications
You must be signed in to change notification settings - Fork 306
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
DAOS-3114 vos: Consolidate timestamp cache APIs #3200
Merged
Merged
Changes from 43 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
fb2611f
DAOS-5367 vos: Fix minor epoch punch
jolivier23 712495b
Address review comments
jolivier23 da090c8
Merge branch 'master' into jvolivie/fix_minor_epc
jolivier23 2515749
Merge branch 'master' into jvolivie/fix_minor_epc
jolivier23 4a5ae4d
Merge branch 'master' into jvolivie/fix_minor_epc
jolivier23 35355d5
Fix one more issue
jolivier23 d91ebf2
Add a test for the rebuild use case. Fix a related issue allowing
jolivier23 f1c590a
DAOS-3114 vos: Consolidate timestamp cache APIs
jolivier23 48f1131
fix a checkpatch warning
jolivier23 8ad8db7
Merge branch 'master' into jvolivie/fix_minor_epc
jolivier23 f95b0f3
Address review comments
jolivier23 4d9dc38
Add a limit in dtx_handle_init
jolivier23 142adad
Merge branch 'master' into jvolivie/consolidate
jolivier23 f6b02c6
Merge branch 'master' into jvolivie/consolidate
jolivier23 4d1fec6
Merge branch 'master' into jvolivie/consolidate
jolivier23 1d1f343
Merge branch 'jvolivie/fix_minor_epc' into jvolivie/consolidate
jolivier23 ddc401d
Update to use new mvcc test
jolivier23 318a34a
Remove the FIXME line
jolivier23 3adb8ba
Merge branch 'master' into jvolivie/consolidate
jolivier23 5f93b62
Merge branch 'master' into jvolivie/consolidate
jolivier23 75d239a
Don't exit if run_test.sh fails. We need to gather results
jolivier23 f4da3e3
Merge branch 'master' into jvolivie/consolidate
jolivier23 f60ffb3
Avoid same tx conditional update as first op
jolivier23 b23385e
merge branch 'master' into jvolivie/consolidate
jolivier23 9bff637
Merge branch 'master' into jvolivie/consolidate
jolivier23 0a84153
Try to rework the commit/abort logic
jolivier23 ff1bcc9
Merge branch 'master' into jvolivie/consolidate
jolivier23 d4a707c
Address Niu's comments about vos_tx_publish
jolivier23 c5f0013
Merge branch 'master' into jvolivie/consolidate
jolivier23 b46e86d
Capture appropriate error
jolivier23 aac8f90
Merge branch 'master' into jvolivie/consolidate
jolivier23 66185d1
Merge branch 'master' into jvolivie/consolidate
jolivier23 b01eece
Add defer_free for single value overwrite
jolivier23 6780fad
Merge branch 'master' into jvolivie/consolidate
jolivier23 35e16da
Merge branch 'master' into jvolivie/consolidate
jolivier23 51ac0b4
Address review comments
jolivier23 6d04d7d
Rework vos_dtx_cleanup
jolivier23 8854aea
Merge branch 'master' into jvolivie/consolidate
jolivier23 d354615
Fix checkpatch warning
jolivier23 8589a71
Merge branch 'master' into jvolivie/consolidate
jolivier23 f5688d9
Fix dumb bug
jolivier23 797765c
Address some review comments
jolivier23 3b81348
Remove a typo
jolivier23 68dc1d4
Merge branch 'master' into jvolivie/consolidate
jolivier23 e730549
Fix a bug with not cancelling reservations
jolivier23 5b8cd98
Add new struct to encapsulate read timestamps and ids. This is a step
jolivier23 d1fd7cb
Merge branch 'master' into jvolivie/consolidate
jolivier23 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
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.
This is because someone changed this file so a combo of my merge with latest master and my git hook made this update.