Skip to content
Snippets Groups Projects
Commit 158d52ed authored by Eric Cano's avatar Eric Cano
Browse files

Generalized queue type to "ToTransfer" "ToReport" "Failed".

"ToTransfer" are to be picked up by tape sessions.
"ToReport" Includes both successes and failures to report, as the mechanism to report is the same.
   They will be handled by the reporter, which shares the single thread of the garbage collector.
"Failed" Will be a (possibly non-queue) container which will contain the failed requests. The operators
   will be able to examine, relaunch or abandon those requests.

The states and lifecycles of the requests have been reworked to reflect this lifecycle too.
The container algorithmes have been adapted to handle the multiple queue/container types.
parent 87655a90
No related branches found
No related tags found
No related merge requests found
Showing
with 503 additions and 353 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment