- Jun 17, 2019
- Jun 03, 2019
-
-
Cedric CAFFY authored
-
- May 28, 2019
-
-
Michael Davis authored
These commands are not implemented so I have removed them from the cta-admin interface.
-
- May 22, 2019
-
-
Steven Murray authored
-
- May 14, 2019
-
-
Cedric CAFFY authored
-
- May 09, 2019
-
-
Cedric CAFFY authored
The status of the repack request is updated throughout all its lifecycle (Pending, ToExpand, Starting, Running, Complete or failed)
-
- May 08, 2019
-
-
Cedric CAFFY authored
-
- Apr 15, 2019
-
-
Cedric CAFFY authored
-
Eric Cano authored
Replaced the map of tape files with a list as the assumption that we have one copy per copyNb is no more valid with repack.
-
- Mar 19, 2019
-
-
Eric Cano authored
-
- Mar 15, 2019
-
-
Eric Cano authored
-
- Mar 05, 2019
-
-
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)>).
-
- 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
-
-
Steven Murray authored
-
- 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 19, 2019
-
-
Steven Murray authored
-
- Feb 07, 2019
-
-
Michael Davis authored
-
Cedric CAFFY authored
Removed the "User" message from the cta.proto (duplication of UserIdentity message)
-
- Jan 18, 2019
-
-
Cedric CAFFY authored
Repack RetrieveRequest reported as success after mount and retrieve successful (expandRepackRequest)
-
- Jan 17, 2019
-
-
Cedric CAFFY authored
-
- Jan 15, 2019
-
-
Cedric CAFFY authored
-
- Dec 11, 2018
-
-
Steven Murray authored
-
Steven Murray authored
Added MEDIA_TYPE and VENDOR columns to TAPE table and upgraded xrootd-ssi-protobuf-interface to v0.29
-
- 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.
-
- Oct 22, 2018
-
-
Eric Cano authored
-
- Oct 19, 2018
-
-
Eric Cano authored
Merged RepackInfo and RepackType. Simplifed RepackInfo to what is currently implemented. Implmented repack related dumps.
-
- Sep 10, 2018
-
-
Eric Cano authored
Added partial support for repack queueing in scheduler database, scheduler and CLI.
-
- Aug 30, 2018
-
-
Eric Cano authored
-
- Jun 22, 2018
-
-
Steven Murray authored
-
- Jun 21, 2018
-
-
Steven Murray authored
Done
-
- Jun 14, 2018
-
-
Michael Davis authored
-
- May 02, 2018
-
-
Eric Cano authored
-
- Apr 30, 2018
-
-
Eric Cano authored
-
- Mar 26, 2018
-
-
Michael Davis authored
-
- Feb 13, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-