Skip to content
Snippets Groups Projects
  1. Oct 08, 2017
    • Eric Cano's avatar
      Partially replaced backoff with notifications in locks. · 012c10c0
      Eric Cano authored
      This commit only replaces backoff with notifications in exclusive locks, for validation
      with a multithreaded unit test. This proof of concept is considered as working, as the
      measured gap between a lock release and a lock take never exceeds ~1/4 of a second, with a typical
      release-lock gap in the few ms to few tens of ms.
      012c10c0
  2. Oct 06, 2017
  3. Oct 05, 2017
  4. Oct 03, 2017
  5. Oct 02, 2017
  6. 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
  7. Sep 28, 2017
  8. Sep 27, 2017
Loading