-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16097 vos: assign persistent DTX entry in vos_dtx_prepared
Assign persistent DTX entry only via vos_dtx_prepared() that will initialize such DTX entry immediately to avoid any potential race between persistently allocating DTX entry and initializing it. Add some check (for DTX flag) after DTX locally prepared. Do not allow current transaction to deregister the record that is referenced by another prepared (but non-committed) DTX. Test-tag: test_ec_online_rebuild_fio Skip-func-hw-test-large-md-on-ssd: false Test-repeat-hw-large: 5 Signed-off-by: Fan Yong <fan.yong@intel.com>
- Loading branch information
Showing
6 changed files
with
123 additions
and
173 deletions.
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
Oops, something went wrong.