kubernetes/pkg/scheduler/internal
Maël Kimmerlin c2ec8bedbc
Fix scheduler issue with nodetree additions
When nodes are added in multiple zones at once, the nodeTree next
function does not return a correct list of nodes but repeats some
This commit resets the index before starting to call next() to
prevent this issue

Special thanks to igraecao for the help in finding the bug

Co-authored-by: igraecao <matvej.yolli@outlook.com>
2020-07-24 09:42:53 +03:00
..
cache Fix scheduler issue with nodetree additions 2020-07-24 09:42:53 +03:00
heap Move heap into its own internal package 2019-10-05 01:24:36 +05:30
parallelize Internal channels for scheduler 2020-04-04 02:30:16 +05:30
queue TestSchedulingQueue_Close: Remove struct tests and the corresponding for loop 2020-06-11 11:19:14 -04:00