- Mar 26, 2019
-
-
Eric Cano authored
-
Eric Cano authored
cta-admin was failing due to incoherent internal data.
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Mar 25, 2019
-
-
Cedric CAFFY authored
-
Eric Cano authored
-
Eric Cano authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Mar 22, 2019
-
-
Eric Cano authored
This included extracting missing data while popping elements from archive queue.
-
- Mar 21, 2019
-
-
Eric Cano authored
Conflicts: scheduler/SchedulerTest.cpp
-
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
-
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
-
-
Julien Leduc authored
Someone added xrootd in eos-citrine-depend repo which had a priority of 2. Lowering this one as people are messing with it.
-
Julien Leduc authored
repositories.
-
Julien Leduc authored
basically requiring xrootd-4.8-3 and not our 4.9.0 this is an externally triggered problem. To fix this we can either disable protectbase yum plugin for all our yum commands, remove the plugin, sed -i 's/protect=1/protect=0/' /etc/yum.repos.d/* in all our containers OR enable baseprotect on our repos... I enabled baseprotect on all our repos.
-
Eric Cano authored
-
Eric Cano authored
-
- 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 07, 2019
-
- 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
-
Steven Murray 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
-
Steven Murray authored
Upgraded to EOS 4.4.25-20190301013418git43576ce in order to get Elvin's new FST communication configuration where we can set the number of connections used by the FST to send commit messages to the MGM
-
- 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
-