- Mar 21, 2019
-
-
Cedric CAFFY authored
-
- Mar 19, 2019
-
-
Eric Cano authored
-
Cedric CAFFY authored
- Queueing into the RetrieveQueueToReportToRepackForFailure - Reporting of the failed RetrieveJobs (add statistics + deletion of the failed sub requests) Unit test associated : expandRepackRequestFailedRetrieve
-
- Mar 18, 2019
-
-
Julien Leduc authored
-
Cedric CAFFY authored
These requests are queued in the RetrieveQueueToReportToRepackForFailure Adapted the Sorter to be able to queue a RetrieveRequest from Repack into a queue identified by the RepackRequest's address
-
- Mar 15, 2019
- Mar 14, 2019
-
-
Cedric CAFFY authored
-
- Mar 12, 2019
- Mar 11, 2019
-
-
Eric Cano authored
-
- Mar 08, 2019
-
-
Eric Cano authored
Changed the reporting structures in the repack request to better handle repoting (we will report one archive job per rearchived copy number, which is potentially several per fSeq. Created the getNextBatch() function for retrieve successes and partially implemented the report function.
-
- Mar 06, 2019
- Mar 05, 2019
-
-
Eric Cano authored
-
Eric Cano authored
Renamed function to getNextRetrieveRequestToReportToRepackForSuccessBatch to match current naming convention.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
The retrieve requests now carry all the information necessary to create the archive jobs. Retrive requests carry an isRepack boolean. The distinction between repack and non-repack behaviour is pushed as low as possible in the api (in the object store) so that client code can be more generic. For the same reason, the The expand repack mode (re-creation of missing tape files) is not supported yet. Changed the represenation of copy numbers to uint32 (as this is the smalled number supported but protocol buffers). Added ArchiveRoute::StorageClassMap and ArchiveRoute::FullMap to store archive routing in memory. Added repack buffer base URL support, and mechanism to compute temporary copy location in disk cache. Fixed bug in ObjectOps<>::asyncInsert(); Inplemented the path generation for repack disk storage (<BaseURL>/<VID>/<FSeq (09%d)>).
-
- Mar 04, 2019
-
-
Eric Cano authored
-
- Mar 01, 2019
-
-
Cedric CAFFY authored
Renamed some status (#447 issue) Harmonized the name of the Archive and Retrieve queues in the cta.proto file and made the changes in the C++ code
-
Cedric CAFFY authored
Documentation of the public methods of the sorter
-
- Feb 27, 2019
-
-
Cedric CAFFY authored
Harmonized the copyNb type to uint32_t Corrected a bug in RetrieveQueue::getContainerSummary() --> After insertion in the queue, the number of files and bytes added were equal to 0.
-
- Feb 25, 2019
-
-
Cedric CAFFY authored
Queueing of Archive jobs now use the ContainerAlgorithms instead of the methods in the ArchiveQueue object Created a base class (interface) that allows to add and remove object(s) from the ownership of an Agent (implementation : AgentWrapper) or from an AgentReference (implementation : AgentReference)
-
- Feb 22, 2019
-
-
Cedric CAFFY authored
Queueing of Archive Jobs is done and unit tested Queueing of Retrieve Requests is not completely done yet
-
- Feb 21, 2019
-
-
Eric Cano authored
-
- Feb 19, 2019
-
-
Eric Cano authored
-
- Feb 13, 2019
-
-
Eric Cano authored
Conflicts: scheduler/OStoreDB/OStoreDB.hpp scheduler/OStoreDB/OStoreDBFactory.hpp scheduler/OStoreDB/QueueItor.cpp scheduler/Scheduler.cpp
-
- Feb 12, 2019
-
-
Steven Murray authored
CatalogueTest now asserts new archive file identifiers are unique as opposed to strictly incrementing sequentially by 1
-
Michael Davis authored
-
Michael Davis authored
-
- Feb 11, 2019
-
-
Steven Murray authored
Woah! Got carried away with const. This commit Removes the const qualifier from the ArchiveFileItor::next() method because next() modifies the iterator. To loop through an ArchiveFileItor: auto itor = catalogue.getArchiveFilesForRepackItor(vid, startFSeq); while(itor.hasMore()) { const auto archiveFile = itor.next(); // Do something with archiveFile }
-
Steven Murray authored
-
Cedric CAFFY authored
Started to queue the ArchiveRequest for Repack
-
Steven Murray authored
-
Michael Davis authored
-
Michael Davis authored
Conflicts: objectstore/Agent.cpp objectstore/RetrieveQueueFailedAlgorithms.cpp objectstore/RetrieveQueueToReportAlgorithms.cpp objectstore/RetrieveRequest.cpp scheduler/OStoreDB/OStoreDB.cpp scheduler/OStoreDB/OStoreDB.hpp scheduler/OStoreDB/OStoreDBFactory.hpp scheduler/OStoreDB/QueueItor.cpp scheduler/RetrieveMount.cpp scheduler/Scheduler.cpp scheduler/SchedulerDatabase.hpp xroot_plugins/XrdCtaArchiveFileLs.hpp xroot_plugins/XrdCtaListPendingQueue.hpp xroot_plugins/XrdCtaTapePoolLs.hpp
-
Steven Murray authored
-
- Feb 08, 2019
-
-
Eric Cano authored
-