Skip to content

Commit

Permalink
removing this todo after discussion (kubernetes#46027)
Browse files Browse the repository at this point in the history
  • Loading branch information
yastij committed May 23, 2017
1 parent 8bee44b commit a348a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pkg/scheduler/core/generic_scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func PrioritizeNodes(

// Summarize all scores.
result := make(schedulerapi.HostPriorityList, 0, len(nodes))
// TODO: Consider parallelizing it.

for i := range nodes {
result = append(result, schedulerapi.HostPriority{Host: nodes[i].Name, Score: 0})
for j := range priorityConfigs {
Expand Down

0 comments on commit a348a4e

Please sign in to comment.