- Feb 25, 2019
-
-
Steven Murray authored
-
- Feb 19, 2019
-
-
Steven Murray authored
-
- Feb 07, 2019
-
-
Michael Davis authored
-
- 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
-
- Dec 20, 2018
-
-
Cedric CAFFY authored
-
- Dec 17, 2018
-
-
Eric Cano authored
The maintenance handler provided a negative timeout when its round too long. This led to infinitely sleeping on a poll instead of a timeout of 10s max.
-
- 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.
-
- Oct 14, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Oct 01, 2018
- Sep 10, 2018
-
-
Eric Cano authored
Added partial support for repack queueing in scheduler database, scheduler and CLI.
-
- Aug 30, 2018
-
-
Eric Cano authored
-
- Aug 03, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Aug 01, 2018
-
-
Steven Murray authored
-
- Jun 27, 2018
-
-
Eric Cano authored
Created initial (incomplete) logging of timings for generic popping from container.
-
- Jun 22, 2018
-
-
Steven Murray authored
-
- Jun 21, 2018
-
-
Steven Murray authored
Done
-
- Jun 14, 2018
-
-
Michael Davis authored
-
- Jun 12, 2018
-
-
Anastasia Karachaliou authored
-
Anastasia Karachaliou authored
-
Anastasia Karachaliou authored
-
- May 30, 2018
-
-
Steven Murray authored
-
- May 29, 2018
-
-
Eric Cano authored
We now have live (to be executed), failed and to be reported queues. Archive jobs have all three types, retrieve jobs do not have a to be reported queue. The RootEntry interface interface now provides the choice between the types. All uses are currently hardcoded to LiveJobs.
-