-
- Downloads
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.
Showing
- objectstore/Algorithms.hpp 12 additions, 12 deletionsobjectstore/Algorithms.hpp
- objectstore/AlgorithmsTest.cpp 4 additions, 4 deletionsobjectstore/AlgorithmsTest.cpp
- objectstore/ArchiveQueue.cpp 1 addition, 1 deletionobjectstore/ArchiveQueue.cpp
- objectstore/ArchiveQueueAlgorithms.cpp 6 additions, 6 deletionsobjectstore/ArchiveQueueAlgorithms.cpp
- objectstore/ArchiveQueueAlgorithms.hpp 4 additions, 4 deletionsobjectstore/ArchiveQueueAlgorithms.hpp
- objectstore/ArchiveRequest.cpp 60 additions, 64 deletionsobjectstore/ArchiveRequest.cpp
- objectstore/ArchiveRequest.hpp 11 additions, 5 deletionsobjectstore/ArchiveRequest.hpp
- objectstore/CMakeLists.txt 1 addition, 0 deletionsobjectstore/CMakeLists.txt
- objectstore/GarbageCollector.cpp 55 additions, 40 deletionsobjectstore/GarbageCollector.cpp
- objectstore/GarbageCollector.hpp 3 additions, 2 deletionsobjectstore/GarbageCollector.hpp
- objectstore/GarbageCollectorTest.cpp 9 additions, 20 deletionsobjectstore/GarbageCollectorTest.cpp
- objectstore/Helpers.cpp 1 addition, 1 deletionobjectstore/Helpers.cpp
- objectstore/QueueType.cpp 37 additions, 0 deletionsobjectstore/QueueType.cpp
- objectstore/QueueType.hpp 4 additions, 1 deletionobjectstore/QueueType.hpp
- objectstore/RetrieveQueueAlgorithms.hpp 3 additions, 3 deletionsobjectstore/RetrieveQueueAlgorithms.hpp
- objectstore/RetrieveRequest.cpp 238 additions, 138 deletionsobjectstore/RetrieveRequest.cpp
- objectstore/RetrieveRequest.hpp 7 additions, 4 deletionsobjectstore/RetrieveRequest.hpp
- objectstore/RootEntry.cpp 38 additions, 39 deletionsobjectstore/RootEntry.cpp
- objectstore/RootEntryTest.cpp 5 additions, 5 deletionsobjectstore/RootEntryTest.cpp
- objectstore/cta-objectstore-dereference-removed-queues.cpp 4 additions, 4 deletionsobjectstore/cta-objectstore-dereference-removed-queues.cpp
Loading
Please register or sign in to comment