-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dcache-bulk: only set request status to QUEUED when permissions and t…
…argets are all inserted Motivation: Sometimes when bulk requests are interrupted (service goes down) the insert of the initial request may not have completed. When reloaded or retried, a failure having to do with missing Subject or missing targets may occur. Modification: Add a new state, INCOMPLETE. Do not set the state of the request to QUEUED until permissions and targets have been added to their respective tables. On reset or reload, query again only for QUEUED. Leave the incomplete requests as INCOMPLETE, but add the INCOMPLETE state to the archiver logic so that they are eventually cleared. Result: No runtime execution errors for corrupted requests. Target: master Request: 9.2 Patch: https://rb.dcache.org/r/14113/ Requires-notes: yes Acked-by: Tigran
- Loading branch information
Showing
5 changed files
with
15 additions
and
2 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
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