Skip to content
Snippets Groups Projects
  1. Nov 08, 2021
  2. Nov 04, 2021
  3. Nov 03, 2021
  4. Nov 02, 2021
  5. Nov 01, 2021
  6. Oct 25, 2021
  7. Oct 22, 2021
  8. Oct 21, 2021
  9. Oct 13, 2021
  10. Oct 12, 2021
    • mvelosob's avatar
      update ReleaseNotes.md · dbc3bc4d
      mvelosob authored
      dbc3bc4d
    • 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
  11. Oct 08, 2021
  12. 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
  13. Oct 06, 2021
  14. Oct 04, 2021
  15. Oct 01, 2021
  16. Sep 30, 2021
  17. Sep 29, 2021
  18. Sep 28, 2021
  19. Sep 23, 2021
    • mvelosob's avatar
      Fix host values in cta-admin commands (#1041) · ee94f198
      mvelosob authored
      * Add clientHost to the cta::common::dataStructures::SecurityIdentity struct, defining the machine the cta command was submitted from
      * cta::comon::dataStructures::SecurityIdentity::host now represents the frontend machine the commands were executed on, and is set by the server
      ee94f198
  20. Sep 21, 2021
Loading