Skip to content

Commit

Permalink
Merge pull request #46285 from yastij/scheduling-delete-todo
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

removing generic_scheduler todo after discussion (#46027)

**What this PR does / why we need it**:

**Which issue this PR fixes** #46027 

**Special notes for your reviewer**: just a quick clean cc @wojtek-t 

**Release note**:
```release-note
```
  • Loading branch information
Kubernetes Submit Queue committed May 23, 2017
2 parents 1e21058 + a348a4e commit f8815c9
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 f8815c9

Please sign in to comment.