Skip to content
Snippets Groups Projects
  1. Jul 05, 2017
    • Michael Davis's avatar
      [XrdSsi] Implements Alert messages · 8e4c7093
      Michael Davis authored
      8e4c7093
    • Eric Cano's avatar
      Fixed queuing strategy in MemArchiveQueue::sharedAddToArchiveQueue(). · a591129c
      Eric Cano authored
      We now only do one queue update at a time (per process). While one batch is being pushed to the objet store, the
      following one is being built up, and written as soon as the previous write completes. This can be see in the timings from
      the logs of the unit test OStoreSchedulerDatabaseTestVFS/SchedulerDatabaseTest.createManyArchiveJobs/0 here:
      [...] MSG="In MemArchiveQueue::sharedAddToArchiveQueue(): added batch of jobs to the queue." objectQueue="archiveQueue-[...]-68" sizeBefore="0" sizeAfter="1" addedJobs="1" waitTime="0.002403" enqueueTime="0.036594"
      [...] MSG="In MemArchiveQueue::sharedAddToArchiveQueue(): added batch of jobs to the queue." objectQueue="archiveQueue-[...]-68" sizeBefore="1" sizeAfter="100" addedJobs="99" waitTime="0.036547" enqueueTime="0.001629"
      [...] MSG="In MemArchiveQueue::sharedAddToArchiveQueue(): added batch of jobs to the queue." objectQueue="archiveQueue-[...]-174" sizeBefore="0" sizeAfter="1" addedJobs="1" waitTime="0.000058" enqueueTime="0.061447"
      [...] MSG="In MemArchiveQueue::sharedAddToArchiveQueue(): added batch of jobs to the queue." objectQueue="archiveQueue-[...]-174" sizeBefore="1" sizeAfter="198" addedJobs="197" waitTime="0.061434" enqueueTime="0.001431"
      [...] MSG="In MemArchiveQueue::sharedAddToArchiveQueue(): added batch of jobs to the queue." objectQueue="archiveQueue-[...]-174" sizeBefore="198" sizeAfter="200" addedJobs="2" waitTime="0.000840" enqueueTime="0.037259"
      a591129c
    • Julien Leduc's avatar
      adding nightly1.sh test that launches 3 process of 1000 transfers each · bd4f977d
      Julien Leduc authored
      twice and outputs EOS workflow proc content to list various type of
      errors.
      bd4f977d
  2. Jul 04, 2017
  3. Jul 03, 2017
  4. Jul 01, 2017
  5. Jun 30, 2017
  6. Jun 29, 2017
  7. Jun 04, 2017
Loading