Skip to content
Snippets Groups Projects
  1. Jun 29, 2017
    • Eric Cano's avatar
      Created an objectstore utility for requeuing ArchiveRequests after deleting... · cb013de2
      Eric Cano authored
      Created an objectstore utility for requeuing ArchiveRequests after deleting archive or retrieve queues.
      
      This utility is to be used for cleaning up the pre-prod environement following a schema change in the archive queues.
      It could support all object types on the long run, but currently only supports ArchiveRequests.
      cb013de2
  2. Jun 04, 2017
  3. Jun 28, 2017
  4. Jun 04, 2017
  5. Jun 27, 2017
  6. Jun 03, 2017
  7. Jun 27, 2017
  8. Jun 03, 2017
  9. Jun 27, 2017
  10. Jun 03, 2017
  11. Jun 27, 2017
    • Steven Murray's avatar
      Fixed ia bug that I introduced into the CTA command-line tool · 19e49892
      Steven Murray authored
      when I modified it to read results back in a
      "read until end of file" loop.
      
      The bug was that instead of trying to read 1 KiB chunks of data
      from the cta front-end, the chunk size was only 8 bytes (the size
      of 64-bit pointer).  The calculation of the chunk size was
      incorrectly:
      
         sizeof(buf - 1)
      
      instead of:
      
         sizeof(buf) - 1
      19e49892
  12. Jun 26, 2017
Loading