Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
1. Remove the in-place mutation of containerIds in `GroupByContainerIds.group(Set<TaskModel> tasks, List<String> containerIds)` .
2. Invoke the newly introduced TaskNameGrouper method: `.group(tasks, grouper)` from the `JobModelManager` by default.
3. Remove empty List from BalancingTaskNameGrouper.getPreviousContainer() instead of null.