-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-6733 vos: handle resend RPC when original one is not prepared (#…
…5213) To handle the race from DTX refresh, the leader will pre-create the DTX entry in DRAM before dispatching related modifications. If such pre-created DTX entry was found by the resent handling logic before leader prepared related local modifications, then the server should return "-DER_INPROGRESS" to the client. Then the modification for actived DTX entry should not happen unless former abort left stale entry. Master-PR: #4791 Signed-off-by: Fan Yong <[email protected]>
- Loading branch information
Showing
1 changed file
with
21 additions
and
18 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