-
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: add admin command and query to reset all requests with f…
…ailed targets Motivation: There exists an admin command to reset requests to be rerun. The command takes various options based on the fields in the bulk request table. However, it is currently not possible to rerun only the requests with failed targets that have completed. This may sometimes be useful to the admin. (Note that for safety we do not automatically do this on service restart/reload, where only incomplete requests are reset). Modifications: Add the command and a few extra pieces of support in the dao/store layers. Result: We can now retry completed requests which have failed targets. Target: master Request: 9.2 Patch: https://rb.dcache.org/r/14117/ Requires-notes: yes Acked-by: Tigran
- Loading branch information
Showing
4 changed files
with
49 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