- Jun 17, 2019
- Jun 03, 2019
-
-
Cedric CAFFY authored
-
- May 28, 2019
-
-
Steven Murray authored
-
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 21, 2019
-
-
Cedric CAFFY authored
-
Steven Murray authored
-
- May 20, 2019
-
-
Eric Cano authored
This will prevent the process surviving during signal propagation time.
-
- May 19, 2019
-
-
Steven Murray authored
-
- May 17, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
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
-
- May 02, 2019
-
-
Cedric CAFFY authored
Refactored the async deletion of repack subrequests files via XRootD (used the xroot's async deletion) Deleted the folder containing the repack subrequests files (Local file + XRootD)
-
- Apr 30, 2019
-
-
Cedric CAFFY authored
The folder containing the files need now to be removed
-
- 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 14, 2019
-
-
Cedric CAFFY 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)
-
- Feb 05, 2019
-
-
Steven Murray authored
-
- Jan 22, 2019
-
-
Eric Cano authored
-
- 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
-
-
Steven Murray authored
Replaced 'catch (cta::exception::Exception)' within 'Configuration.cpp' by 'catch (cta::exception::Exception &)' in order to avoid 'catch-value' compilation error on newer compilers
-
Cedric CAFFY authored
-
- Jan 07, 2019
-
-
Steven Murray authored
Removed unused ex variable from 'catch (cta::exception::Exception ex)' within common/Configuration.cpp
-