1. 22 Nov, 2016 2 commits
    • Morris Jette's avatar
      Modify backfill algorithm · 6008b021
      Morris Jette authored
      Modify backfill algorithm to improve performance with large numbers of
          running jobs. Group running jobs that end in a "similar" time frame using a
          time window that grows exponentially rather than linearly. The original
          window sizes were (in units of minutes):
          0, 1, 2, 3, 4, 5, 6, 7, ... minutes
          The new window sizes are:
          0.5, 1, 2, 4, 8, 16, 32, ... minutes
          This can dramatically reduce the number of instances where the very time
          consuming "can the pending job run now" operation is executed, especailly
          if there are 1000+ running jobs.
      bug 3275
      6008b021
    • Nicolas Joly's avatar
      testsuite - fix job id output in test17.39 · 44241006
      Nicolas Joly authored
      44241006
  2. 20 Nov, 2016 1 commit
  3. 15 Nov, 2016 1 commit
  4. 14 Nov, 2016 5 commits
  5. 13 Nov, 2016 2 commits
  6. 12 Nov, 2016 1 commit
  7. 11 Nov, 2016 16 commits
  8. 10 Nov, 2016 3 commits
  9. 09 Nov, 2016 3 commits
  10. 08 Nov, 2016 5 commits
  11. 07 Nov, 2016 1 commit