Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
qoo332001 committed May 29, 2023
1 parent 9acf2fc commit 18d22d3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ static List<Map<String, Object>> costResult(Balancer.Plan plan) {
})
.put(migrationCost.name, count)));

process.accept(MigrationCost.migrationCosts(plan.initialClusterInfo(), plan.proposal()));
process.accept(
MigrationCost.migrationCosts(
plan.initialClusterInfo(), plan.proposal(), plan.clusterBean()));
return List.copyOf(map.values());
}

Expand Down

0 comments on commit 18d22d3

Please sign in to comment.