1. Jun 21, 2022
  2. May 13, 2022
  3. Feb 22, 2022
  4. May 28, 2021
  5. Mar 30, 2021
  6. Feb 07, 2021
  7. Dec 17, 2020
  8. Dec 09, 2020
  9. Dec 07, 2020
  10. Nov 25, 2020
  11. Sep 18, 2020
  12. Sep 11, 2020
  13. Sep 10, 2020
  14. Aug 17, 2020
  15. Jul 28, 2020
    • Marc Vef's avatar
      Readding code that was removed by accident · 07f62710
      Marc Vef authored and Alberto Miranda's avatar Alberto Miranda committed
      07f62710
    • Marc Vef's avatar
      Refactoring daemon I/O logic and fixing truncate etc. · bcb30ac2
      Marc Vef authored and Alberto Miranda's avatar Alberto Miranda committed
      The `ChunkStorage` backend class on the daemon was throwing `system_errors` without being caught, crashing the server in the process. `ChunkStorage` now uses a designated error class for errors that might occur. In addition the dependency to Argobots was removed which was used to trigger `ABT_eventuals`, laying ground work for future non-Argobots IO implementations. Further, the whole class was refactored for consistency and failure resistance.
      
      A new class `ChunkOperation` is introduced which wraps Argobots' IO task operations which allows the removal of IO queue specific code within RPC handlers, i.e., read and write handlers. The idea is to separate eventuals, tasks and their arguments from handler logic into a designated class. Therefore, an object of an inherited class of `ChunkOperation` is instantiated within the handlers that drives all IO tasks. The corresponding code was added to the read and write RPC handlers. Note, `ChunkOperation` is not thread-safe and is supposed to be called by a single thread.
      
      In addition, truncate was reworked for error handling (it crashed the server on error) and that it uses the IO queue as well since truncate causes a write operation and should not overtake IO tasks in the queue.
      
      The chunk stat rpc handler was refactored for error handling and to use error codes as well. 
      
      Further minor changes:
      - dead chunk stat code has been removed
      - some namespaces were missing: `gkfs::rpc`
      - more flexible handler cleanup and response code
      - fixed a bug where the chunk dir wasn't removed when the metadata didn't exist on the same node
      bcb30ac2
  16. May 25, 2020
  17. May 21, 2020
  18. May 19, 2020
  19. May 18, 2020
  20. May 16, 2020
  21. May 12, 2020
  22. Mar 03, 2020
  23. Feb 25, 2020
  24. Feb 24, 2020
  25. Feb 20, 2020