Skip to content
Snippets Groups Projects
  1. Jun 20, 2017
  2. Jun 19, 2017
  3. Jun 16, 2017
  4. Jun 15, 2017
  5. Jun 14, 2017
  6. Jun 13, 2017
  7. Jun 12, 2017
    • Steven Murray's avatar
      Fixed a bug introduced with the previous commit · 958f1f6a
      Steven Murray authored
      concerning this issue.
      958f1f6a
    • Steven Murray's avatar
      cta/CTA#135 cta <subcommand> ls output order · acb94446
      Steven Murray authored
      All CTA catalogue configuration entities (archive route, tape,
      tape pool, etc.) except for archive file and tape file are now
      ordered alphabetically.
      
      Archive files and tape files are ordered by archive ID and copy
      number.  This ordering is required so that we can implement our
      own application level cursor over potentionally all archived
      files.  This could be well over 4 billion files.  We do not
      rely on database cursors as they would most fail before we have
      had enough time to list all archived files.
      
      If in the future we require a file listing command that orders
      achive files alphabeltically, then I would suggest the
      cta::Catalogue class implements two separate methods.  The
      first implementation would list all files in archive ID order
      and would not rely on the underlying database to implement the
      cursor.  iBasically whta we have today.  The second
      implementation would list all files in alphabetcial order and
      would rely on the underlying database to achieve this.
      acb94446
  8. Jun 11, 2017
  9. Jun 09, 2017
  10. Jun 07, 2017
  11. Jun 06, 2017
Loading