Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Resource Mgmt: RI-13 Sp 44, Resource Mgmt: RI13 Sp 45
-
3
Description
In the presence of hierarchical roles, the random sorter shuffles roles level by level and then pick the active leave nodes using DFS:
This makes the result less random because subtrees are always picked together. For example, random sorting result such as `[a/., c/d, a/b, …]` is impossible.
Attachments
Issue Links
- is related to
-
MESOS-9724 Flatten the weighted shuffling in the random sorter.
- Resolved