Skip to content
Snippets Groups Projects
  1. Feb 05, 2019
  2. Jan 24, 2019
  3. Nov 13, 2018
  4. Oct 29, 2018
  5. Oct 14, 2018
  6. Aug 14, 2018
  7. Jul 30, 2018
  8. Jun 27, 2018
  9. Jun 12, 2018
  10. May 31, 2018
  11. May 28, 2018
  12. Mar 15, 2018
  13. Jan 25, 2018
  14. Jan 24, 2018
  15. Nov 10, 2017
  16. Oct 26, 2017
  17. Oct 03, 2017
  18. Aug 16, 2017
    • Victor Kotlyar's avatar
      Implement batch reporting to the backend for successful retrieve jobs. · b9f69318
      Victor Kotlyar authored
      Proceed all successful reports asynchronously and periodically check
      and clear statuses if they have finished.
      In the end of session do the check/flush for all reports in the
      successful reports queue.
      
      Switch from synchronous rados remove to async aio_remove in
      case of zero size object in BackendRados::AsyncUpdater
      b9f69318
  19. Aug 15, 2017
  20. Aug 10, 2017
  21. Aug 09, 2017
  22. Jun 20, 2017
  23. Jun 19, 2017
  24. Jun 22, 2017
  25. May 31, 2017
  26. May 23, 2017
  27. May 20, 2017
  28. May 19, 2017
    • Eric Cano's avatar
      Reviewed promised based thread synchronisation · 17d5a84e
      Eric Cano authored
      Fixed calls to promise::get_future() after possible access form other thread. They are now guaranteed to happen before.
      Added helgrind annotations for promise based synchronisation.
      Added macros enabling helgrind annotations for shared_ptr.
      Added suppression for shared_ptr used inside other standard lib object and not covered by the previous macros.
      Added unit test for lower level .
      Added suppressions for reported race conditions in Rados library.
      Review heavily MemArchiveQueue and fixed missing commit in object store, leading to potentially orphaned objects.
      Enabled formerly disabled test as it is now fast enough.
      17d5a84e
  29. May 17, 2017
  30. Feb 16, 2017
  31. Feb 15, 2017
Loading