Skip to content
Snippets Groups Projects
  1. Mar 25, 2019
  2. Mar 22, 2019
  3. Mar 21, 2019
  4. Mar 19, 2019
  5. Mar 18, 2019
  6. Mar 15, 2019
  7. Mar 12, 2019
  8. Mar 11, 2019
  9. 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
  10. Mar 06, 2019
  11. Mar 05, 2019
    • Eric Cano's avatar
      Renamed function to getNextRetrieveRequestToReportToRepackForSuccessBatch to... · c8a55090
      Eric Cano authored
      Renamed function to getNextRetrieveRequestToReportToRepackForSuccessBatch to match current naming convention.
      c8a55090
    • Eric Cano's avatar
    • 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
  12. Mar 01, 2019
  13. Feb 27, 2019
  14. Feb 25, 2019
  15. Feb 22, 2019
  16. Feb 19, 2019
  17. Feb 15, 2019
    • Eric Cano's avatar
      Fixed logic in disk reported loop. · 7f705edc
      Eric Cano authored
      We are supposed to stick in the loop for 30 seconds until nothing more comes out, but
      this only worked for retrieves (archive reports failed to loop).
      7f705edc
  18. Feb 11, 2019
  19. Feb 08, 2019
  20. Feb 07, 2019
  21. Feb 06, 2019
  22. Feb 05, 2019
  23. Feb 04, 2019
  24. Feb 02, 2019
  25. Jan 31, 2019
  26. Jan 30, 2019
Loading