- Jun 17, 2019
- Jun 03, 2019
-
-
Cedric CAFFY authored
-
- May 22, 2019
-
-
Cedric CAFFY authored
Added unit test to test it Added a Repack Request expansion time limit (if the expansion last more than this time limit, it will be requeued) Added jq to the buildtree
-
- Apr 15, 2019
-
-
Cedric CAFFY authored
-
- Mar 26, 2019
-
-
Cedric CAFFY authored
-
- Mar 19, 2019
-
-
Eric Cano authored
-
- Mar 15, 2019
-
-
Eric Cano authored
-
- Mar 12, 2019
-
-
Eric Cano authored
-
- Mar 06, 2019
- Mar 05, 2019
-
-
Eric Cano authored
Renamed function to getNextRetrieveRequestToReportToRepackForSuccessBatch to match current naming convention.
-
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)>).
-
- 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 11, 2019
-
-
Cedric CAFFY authored
Started to queue the ArchiveRequest for Repack
-
- Feb 07, 2019
-
-
Cedric CAFFY authored
Removed the "User" message from the cta.proto (duplication of UserIdentity message)
-
- Feb 05, 2019
-
-
Cedric CAFFY authored
Started to implement the method to get the RetrieveRequest from the RetrieveQueueToReportToSuccessForRepack queue
-
- Jan 30, 2019
-
-
Cedric CAFFY authored
-> Moved code related to payload manipulation in the cta::objectstore::RetrieveRequest class
-
- Jan 29, 2019
-
-
Cedric CAFFY authored
Changed the operator "<" of Scheduler::PotentialMount so that the sorting of mounts is in alphabetical order
-
- Jan 23, 2019
-
-
Cedric CAFFY authored
Status of repack retrieve request changed to RJS_Succeeded, started to insert the repack retrieve request into RetrieveQueueToReportToRepackForSuccess
-
- Jan 22, 2019
-
-
Cedric CAFFY authored
-
- Jan 15, 2019
-
-
Cedric CAFFY authored
-
- Jan 11, 2019
-
-
Michael Davis authored
-
- Jan 10, 2019
-
-
Cedric CAFFY authored
getNextRepackRequest unit tested. Renamed getNextRequestToExpand() of OStoreDB as getNextRepackJobToExpand()
-
- Jan 09, 2019
-
-
Michael Davis authored
-
- Jan 08, 2019
-
-
Eric Cano authored
-
- Dec 21, 2018
-
-
Cedric CAFFY authored
-
- Dec 17, 2018
-
-
Eric Cano authored
Created subrequest pointer in RepackRequest serialization. Created initial scheduler database repack request. Removed duplicate function in Scheduler.
-
- Dec 12, 2018
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
of VO and Density"
-
- Dec 10, 2018
-
-
Eric Cano authored
This promotion is controlled so that only a limited number a requests are in the state ToExpand or Starting at any point in time. This ensures both the availabality of repack file requests to system while preventing an explosion of file level requests. Created a one-round popping from the container (algorithms) with status switching. - Used for repack requests switching from pendig to to expand Added ElementStatus to algorithms. Implemented promotion interface in Scheduler and OstoreDb. The actual decision is taken at the Scheduler level. The function itself is called by the RepackRequestManager. Promotion is tested in a unit test. Various code maintenance: Switched to "using"-based constructor inheritance. Fixed privacy of function in cta::range.
-
- Nov 15, 2018
-
-
Michael Davis authored
-
- Nov 14, 2018
-
-
Michael Davis authored
-
- Nov 08, 2018
- Nov 06, 2018
-
-
Michael Davis authored
-
- Oct 19, 2018
-
-
Eric Cano authored
Merged RepackInfo and RepackType. Simplifed RepackInfo to what is currently implemented. Implmented repack related dumps.
-
- Oct 08, 2018
-
-
Eric Cano authored
-