Skip to content
Snippets Groups Projects
  1. Feb 25, 2019
  2. Feb 19, 2019
  3. Feb 07, 2019
  4. Feb 05, 2019
  5. Jan 22, 2019
  6. Jan 18, 2019
  7. Jan 17, 2019
  8. Jan 15, 2019
  9. Jan 07, 2019
  10. Dec 20, 2018
  11. Dec 17, 2018
  12. Dec 11, 2018
  13. 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
  14. Oct 22, 2018
  15. Oct 19, 2018
  16. Oct 14, 2018
  17. Oct 01, 2018
  18. Sep 10, 2018
  19. Aug 30, 2018
  20. Aug 03, 2018
  21. Aug 01, 2018
  22. Jun 27, 2018
  23. Jun 22, 2018
  24. Jun 21, 2018
  25. Jun 14, 2018
  26. Jun 12, 2018
  27. May 30, 2018
  28. May 29, 2018
    • Eric Cano's avatar
      Added new queue sets in RootEntry. · 31cc2a59
      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.
      31cc2a59
Loading