Skip to content
Snippets Groups Projects
  1. Mar 28, 2022
  2. Nov 15, 2021
  3. Aug 02, 2021
  4. Jun 15, 2021
  5. Jun 02, 2021
  6. Aug 02, 2019
  7. May 13, 2019
  8. Feb 25, 2019
  9. Feb 22, 2019
  10. Feb 05, 2019
  11. Aug 30, 2018
  12. Aug 10, 2018
  13. Jul 10, 2018
  14. Jun 11, 2018
  15. May 17, 2018
  16. Nov 07, 2017
  17. 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
  18. Jun 20, 2017
  19. Apr 12, 2017
  20. Feb 13, 2017
  21. Aug 15, 2016
    • Eric Cano's avatar
      Split the Agent class into AgentReference and Agent. · 4164f2cd
      Eric Cano authored
      Agent becomes a usual class, like any other in the object store.
      Object name generation (agent's and others) is now handled in the separate AgentReference.
      The previous situation created race conditions.
      4164f2cd
  22. Mar 04, 2016
  23. Dec 01, 2015
  24. Jun 05, 2015
  25. Jun 04, 2015
  26. Jun 02, 2015
  27. May 20, 2015
  28. May 08, 2015
  29. May 07, 2015
  30. Mar 02, 2015
  31. Feb 27, 2015
  32. Feb 26, 2015
  33. Feb 25, 2015
  34. Feb 05, 2015
Loading