Skip to content
Snippets Groups Projects
  1. Jan 24, 2019
    • Eric Cano's avatar
      Fixed OStoreDB::getNextArchiveJobsToReportBatch going in a tight loop. · 3ecf73e9
      Eric Cano authored
      This was based on the assumption that queue would be trimmed fast, leading to a tight loop. We now go one round on existing queues.
      3ecf73e9
    • Eric Cano's avatar
      Fixed weakness in BackendRados implmeetation. · cc5a7258
      Eric Cano authored
      Attempting to lock a non-existing object leads to the creation of a zero-sized one. When this happens, the
      locking code deletes the freshly created object immediately. Nevertheless, this prevented the creation of a
      new object with this name. The creation code now retries to overcome this race.
      In addition, reads finding a zero-sized object also consider it as absent.
      cc5a7258
  2. Jan 23, 2019
  3. Jan 22, 2019
  4. Jan 21, 2019
  5. Jan 18, 2019
  6. Jan 17, 2019
  7. Jan 16, 2019
  8. Jan 15, 2019
Loading