1. 04 Jul, 2018 1 commit
  2. 03 Jul, 2018 2 commits
  3. 02 Jul, 2018 1 commit
  4. 27 Jun, 2018 2 commits
  5. 26 Jun, 2018 4 commits
  6. 25 Jun, 2018 2 commits
  7. 22 Jun, 2018 2 commits
  8. 20 Jun, 2018 5 commits
  9. 19 Jun, 2018 2 commits
  10. 18 Jun, 2018 1 commit
  11. 16 Jun, 2018 1 commit
  12. 15 Jun, 2018 2 commits
  13. 13 Jun, 2018 1 commit
  14. 12 Jun, 2018 4 commits
  15. 08 Jun, 2018 3 commits
  16. 07 Jun, 2018 4 commits
  17. 06 Jun, 2018 1 commit
    • Brian Christiansen's avatar
      Don't allocate downed cloud nodes · be449407
      Brian Christiansen authored
      which were marked down due to ResumeTimeout.
      
      If a cloud node was marked down due to not responding by ResumeTimeout,
      the code inadvertently added the node back to the avail_node_bitmap --
      after being cleared by set_node_down_ptr(). The scheduler would then
      attempt to allocate the node again, which would cause a loop of hitting
      ResumeTimeout and allocating the downed node again.
      
      Bug 5264
      be449407
  18. 05 Jun, 2018 2 commits