Skip to content
Snippets Groups Projects
  1. Nov 08, 2018
  2. Oct 01, 2018
  3. Sep 10, 2018
  4. Aug 10, 2018
  5. Jul 23, 2018
  6. 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
  7. Oct 26, 2017
  8. Sep 22, 2017
  9. Jul 27, 2017
  10. Jul 21, 2017
  11. Jul 19, 2017
  12. Jul 18, 2017
    • Eric Cano's avatar
      Created a helper function for retrieve queue selection. · e71e1826
      Eric Cano authored
      In order to be efficient, the data (tape status and queue sizes) is cached in memory.
      This function needed access to the catalogue (where the tape status is located).
      This in turn required passing the catalogue object to:
       - The garbage colletion functions for all object types.
       - The garbage collector object now keeps a reference to the catalogue.
       - The path to the catalogue credential file should now be passed to cta-objectstore-collect-orphaned-object
       - The OStoreDB also needs a reference to the catalogue in order to queue retrive requests.
      
       The garbage collection member function are now also being passed a log context, so the requirement for better
       log of object fate can also be fulfilled later. This in turn required the passing of a logger object to
       the object store and relative helper classes.
      
       Finally, a dummy catalogue class has been created to be used in unit tests.
      e71e1826
  13. Jun 19, 2017
  14. May 31, 2016
    • Eric Cano's avatar
      Added support for getting queued archive requests. · e0dd076e
      Eric Cano authored
      Added binned running counters (ValueCoundMap) for managing summaries of priorities in object store queues.
      Simplified the interfaces to the getPendingArchiveJobs and getPendingRetrieveJobs functions in Scheduler and SchedulerDB.
      Removed now unused ArchiveToTapeCopyRequest.
      Removed long unused mockScheduler.
      Removed _old_protoype files.
      e0dd076e
  15. Nov 04, 2015
  16. Jun 01, 2015
  17. May 08, 2015
  18. May 07, 2015
  19. Feb 27, 2015
Loading