Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface committed Dec 23, 2019
1 parent bc7f6aa commit 2dfc38f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ func (s *scheduler) Filter(args *schedulerapiv1.ExtenderArgs) (*schedulerapiv1.E
s.recorder.Event(pod, apiv1.EventTypeWarning, predicate.Name(), err.Error())
if len(kubeNodes) == 0 {
break
// do not return error to k8s: https://github.com/pingcap/tidb-operator/issues/1353
// return nil, nil
}
}
}
Expand Down

0 comments on commit 2dfc38f

Please sign in to comment.