-
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: aborted request gets stuck in the STARTED state
Motivation: On FNAL production we have found that file permission or existence errors on paths/targets at the root of the request leave the request stuck in the STARTED state. Modification: The initial bulk request job needs to check for request completion after unregistering itself from the completion handler. Result: Jobs which originally get stuck now complete; their failure information contains the reason for premature completion. (NOTE: the 'null' DEPTH seems to appear on FNAL production [7.2], but but I have not yet been able to reproduce it using 7.2 on the testbed.) Target: master Request: 8.0 Request: 7.2 Requires-notes: yes Requires-book: no Patch: https://rb.dcache.org/r/13442/ Acked-by: Tigran
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
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