Skip to content
Snippets Groups Projects
  1. Jul 28, 2020
  2. Jul 17, 2020
  3. Jul 15, 2020
  4. Oct 17, 2019
  5. Oct 10, 2019
  6. Oct 04, 2019
    • Paul Rich's avatar
      Fix for draining flap. · e2e99594
      Paul Rich authored
      A node was getting added to the candidate list twice when looking over
      currently running jobs. resulting in a duplicate node and an inflated
      count which resulted in an early break.  When this list is later
      converted to a set, the duplicates are removed and results in a set
      of nodes too small for the job to use for draining, so the job doesn't
      get drained for.
      
      Test case added for the drain flap now works correctly now that a check
      has been added so a duplicate node doesn't get added.
      e2e99594
    • Paul Rich's avatar
      test case for draining flap on job exit race. · 76b052c7
      Paul Rich authored
      76b052c7
  7. Sep 19, 2019
  8. Jul 30, 2019
  9. Jul 29, 2019
  10. Jul 24, 2019
    • Paul Rich's avatar
      Lock doesn't need to be held around this state fetch · d658914d
      Paul Rich authored
      This is to improve Cobalt responsiveness during state update.  Combined
      with the fix for aig/cobalt#177, this should allow for much faster
      scheduling cadences as well and should significantly reduce the delay in
      a number of commands.
      
      There is an additional fix here where the check for a starting job
      during the cleanup update wasn't working.  This was due to a hidden type
      mismatch.  This was exposed by both speedups put together.
      d658914d
  11. Jul 22, 2019
  12. Jun 21, 2019
  13. May 29, 2019
  14. May 20, 2019
  15. May 17, 2019
  16. May 16, 2019
  17. Apr 19, 2019
  18. Apr 14, 2019
  19. Apr 11, 2019
  20. Mar 22, 2019
  21. Mar 20, 2019
  22. Mar 15, 2019
  23. Mar 14, 2019
  24. Mar 11, 2019
  25. Mar 08, 2019
Loading