Skip to content
Snippets Groups Projects
  1. Oct 06, 2022
  2. Jul 29, 2022
  3. May 16, 2022
  4. May 13, 2022
  5. May 09, 2022
  6. Apr 29, 2022
  7. Apr 28, 2022
  8. Apr 11, 2022
  9. Apr 01, 2022
  10. Mar 28, 2022
  11. Mar 17, 2022
  12. Mar 15, 2022
  13. Mar 10, 2022
  14. Feb 08, 2022
  15. Jan 26, 2022
  16. Dec 03, 2021
  17. Dec 02, 2021
  18. Nov 30, 2021
  19. Nov 18, 2021
  20. Nov 17, 2021
  21. Nov 15, 2021
  22. Nov 12, 2021
  23. Nov 09, 2021
  24. Nov 08, 2021
  25. Nov 04, 2021
  26. Nov 03, 2021
  27. Oct 12, 2021
    • mvelosob's avatar
    • mvelosob's avatar
      Mitigate popping bad behaviour in archive queues (#1027) · 2bec11ea
      mvelosob authored
      During the July datachallenge the archiveJobTransferForUser queue for the r_atlas_test_datachallenge
      tapepool became full of ArchiveJobs whose bytes field became zero after popped from the queue.
      This caused the tape servers to pop ~5TB of work from the queue. To prevent this from happening in
      the future, instead of summing the sizes of the individual elements popped from the queue, we now
      subtract them from the total size popped. This way, if there are popped jobs that have incorrectly
      set their bytes field to zero, the algorithm will consume less data than expected, not exponencially
      more
      2bec11ea
  28. Oct 07, 2021
    • mvelosob's avatar
      Fix holding of scheduler global lock while looping queues · 7d6fdae9
      mvelosob authored
      Remove the looping through the retrieve queue jobs while holding the global lock in OStoreDB::fetchMountInfo.
      This was done when a tape was disabled, since we mount disabled tapes if they have pending retrieve requests.
      Instead we now mount the tape if the queue object info as in the mount policy map a mount policy whose name
      starts with "repack".
      
      With this change, cta-admin now forces repacks added with the --disabledtape to have a mount policy
      prefixed with repack (without the --disabledtape flag, the mount policy can have any name)
      
      Also Removed the criteria that a disabled/broken tape is mounted if the queue is filled with deleted
      retrieved jobs. Eventually the maxrequestage for the queue will expire, the tape will be mounted
      and the queue flushed
      7d6fdae9
  29. Aug 17, 2021
  30. Aug 05, 2021
  31. Aug 04, 2021
Loading