- May 09, 2022
-
-
Jorge Camarero Vera authored
-
- Mar 28, 2022
-
-
Jorge Camarero Vera authored
-
- Nov 15, 2021
-
-
Jorge Camarero Vera authored
-
- Aug 02, 2021
-
-
Jorge Camarero Vera authored
-
- Jun 15, 2021
-
-
Jorge Camarero Vera authored
-
- Jun 02, 2021
-
-
Jorge Camarero Vera authored
-
- Jan 29, 2019
-
-
Cedric CAFFY authored
Changed the operator "<" of Scheduler::PotentialMount so that the sorting of mounts is in alphabetical order
-
- Jan 25, 2019
-
-
Cedric CAFFY authored
Changed the status of succeeded retrieve requests as RJS_Succeeded and inserted them to the RetrieveQueueToReportToRepackForSuccess, unit tested but memory leak
-
- Jan 09, 2019
-
-
Cedric CAFFY authored
-
- 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 19, 2018
-
-
Eric Cano authored
Merged RepackInfo and RepackType. Simplifed RepackInfo to what is currently implemented. Implmented repack related dumps.
-
- Oct 01, 2018
-
-
Eric Cano authored
-