Skip to content
Snippets Groups Projects
  1. Mar 28, 2022
  2. Aug 02, 2021
  3. Jun 15, 2021
  4. Jun 02, 2021
  5. Dec 20, 2018
  6. Dec 13, 2018
  7. Dec 10, 2018
    • Eric Cano's avatar
      Implemented promotion of repack requests from Pending to ToExpand · 074bd3d5
      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.
      074bd3d5
  8. Oct 01, 2018
  9. Sep 07, 2018
  10. Sep 05, 2018
  11. Sep 03, 2018
  12. Aug 17, 2018
  13. Aug 16, 2018
  14. Aug 15, 2018
  15. Aug 10, 2018
  16. Aug 09, 2018
  17. Aug 07, 2018
  18. Aug 06, 2018
  19. Jul 26, 2018
Loading