Skip to content
Snippets Groups Projects
  1. May 09, 2019
  2. May 08, 2019
  3. Apr 15, 2019
  4. Mar 18, 2019
  5. Mar 15, 2019
  6. Mar 12, 2019
  7. Mar 08, 2019
    • Eric Cano's avatar
      Partially implemented retrive reporting for repack. · 0a998704
      Eric Cano authored
      Changed the reporting structures in the repack request to better handle repoting
      (we will report one archive job per rearchived copy number, which is potentially
      several per fSeq.
      
      Created the getNextBatch() function for retrieve successes and partially implemented
      the report function.
      0a998704
  8. Mar 05, 2019
    • Eric Cano's avatar
      Expanded retrieve requests for repack · 028b5231
      Eric Cano authored
      The retrieve requests now carry all the information necessary to create the archive jobs.
      Retrive requests carry an isRepack boolean. The distinction between repack and non-repack behaviour
      is pushed as low as possible in the api (in the object store) so that client code can be more
      generic. For the same reason, the
      The expand repack mode (re-creation of missing tape files) is not supported yet.
      Changed the represenation of copy numbers to uint32 (as this is the smalled number supported but protocol buffers).
      Added ArchiveRoute::StorageClassMap and ArchiveRoute::FullMap to store archive routing in memory.
      Added repack buffer base URL support, and mechanism to compute temporary copy location in disk cache.
      Fixed bug in ObjectOps<>::asyncInsert();
      Inplemented the path generation for repack disk storage (<BaseURL>/<VID>/<FSeq (09%d)>).
      028b5231
  9. Mar 01, 2019
  10. Feb 27, 2019
  11. Feb 22, 2019
  12. Feb 07, 2019
  13. Jan 30, 2019
  14. Jan 28, 2019
  15. Jan 25, 2019
  16. Jan 22, 2019
  17. Jan 17, 2019
  18. Dec 18, 2018
  19. Dec 13, 2018
  20. Nov 15, 2018
  21. Nov 13, 2018
  22. Nov 06, 2018
  23. Nov 05, 2018
  24. Nov 02, 2018
  25. Oct 01, 2018
  26. Sep 19, 2018
  27. Sep 14, 2018
  28. Aug 30, 2018
    • Eric Cano's avatar
      Generalized queue type to "ToTransfer" "ToReport" "Failed". · 158d52ed
      Eric Cano authored
      "ToTransfer" are to be picked up by tape sessions.
      "ToReport" Includes both successes and failures to report, as the mechanism to report is the same.
         They will be handled by the reporter, which shares the single thread of the garbage collector.
      "Failed" Will be a (possibly non-queue) container which will contain the failed requests. The operators
         will be able to examine, relaunch or abandon those requests.
      
      The states and lifecycles of the requests have been reworked to reflect this lifecycle too.
      The container algorithmes have been adapted to handle the multiple queue/container types.
      158d52ed
  29. Aug 10, 2018
  30. Aug 07, 2018
  31. Jul 26, 2018
Loading