Skip to content
Snippets Groups Projects
  1. Jun 10, 2022
  2. Jun 09, 2022
  3. Jun 08, 2022
  4. May 31, 2022
  5. May 23, 2022
  6. May 20, 2022
  7. May 16, 2022
  8. May 13, 2022
  9. May 10, 2022
  10. May 05, 2022
  11. Apr 29, 2022
  12. Apr 28, 2022
  13. Apr 20, 2022
  14. Apr 11, 2022
  15. Apr 01, 2022
  16. Mar 31, 2022
  17. Mar 30, 2022
  18. Mar 28, 2022
  19. Mar 15, 2022
  20. Mar 14, 2022
  21. Feb 24, 2022
  22. Feb 17, 2022
  23. Feb 11, 2022
  24. Feb 10, 2022
  25. Feb 04, 2022
  26. Jan 25, 2022
  27. Jan 17, 2022
  28. Jan 14, 2022
  29. Jan 11, 2022
  30. Dec 14, 2021
  31. Dec 13, 2021
    • mvelosob's avatar
      Avoid large buffer reservations with RAO (#1054) · 5e602c9f
      mvelosob authored
      Refactor the RecallTaskInjector to limit the number of tasks passed
      at once to the TapeReadSingleThread for a tape with RAO and to reserve
      disk space in smaller batchs
      
      In every call of RecallTaskInjector::synchronousFetch the injector
      will try to pop jobs from the queue so that it holds an ammount of
      work equal to the limit of files or bytes imposed by the RAO
      implementation or by the value given by the
      BulkRequestRecallMaxBytes and BulkRequestRecallMaxFiles config
      options in /etc/cta/cta-taped.conf.
      
      In every call of RecallTaskInjector::injectBulkRecalls the
      RecallTaskInjector will inject a set of tasks limited by the
      BulkRequestRecallMaxBytes and BulkRequestRecallMaxFiles config
      options in /etc/cta/cta-taped.conf to the TapeReadSingleThread
      and DiskWriteThreadPool.
      
      The disk space reservation is done once for every job batch (instead of
      all the disk space being reserved when the jobs are popped)
      
      This prevents tapeservers with RAO from reserving a large amount
      of the disk buffer upfront, which would cause the buffer to fill quickly
      by a few drives, which cannot fill it fast enough
      5e602c9f
  32. Dec 02, 2021
  33. Nov 18, 2021
  34. Nov 17, 2021
  35. Nov 15, 2021
Loading