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. · fc1ddbe0
      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.
      fc1ddbe0
  4. Sep 28, 2017
  5. Sep 27, 2017
  6. Sep 26, 2017
Loading