-
Improvement
-
Resolution: Fixed
-
Critical
-
None
Currently the ordering of returned nodes is almost identical. This represent a huge issue when some of the free host is somehow broken. In that case we attempt to provision the same host and it always failed.
If we randomize ordering in this structure, there is a chance (after each update loop) to obtain another host which satisfies canProvision() and the issue disappears.