Skip to content
Snippets Groups Projects
  1. Oct 03, 2017
  2. Oct 02, 2017
  3. Sep 30, 2017
    • Eric Cano's avatar
      Simplified reads in rados backend. · 1bf16ed8
      Eric Cano authored
      We do not do a stat before reading. Instead we ask for an arbitrarily big read, and find out
      the size of the data while reading. This avoids a race condition in lockfree reads where we failed
      to get the full object if it got re-written to a bigger size between stat an read.
      1bf16ed8
  4. Sep 28, 2017
  5. Sep 27, 2017
  6. Sep 26, 2017
    • Steven Murray's avatar
      cta af ls -all no longer sorts the resuls · b01a8371
      Steven Murray authored
      If the whole contents of the ARCHIVE_FILE and TAPE_FILE tables are
      listed without a search criteria and with an ORDER BY clause then the
      first row back from the database will take a relatively long period of
      time to be returned.  This is because the database will have to sort
      every row before returning the first.  This long period of time will
      cause the current (non SSI) cta command-line tool to time out.
      b01a8371
Loading