kubernetes/plugin/pkg/scheduler
Kubernetes Submit Queue f299a0010a Merge pull request #37558 from jayunit100/scheduler_log_spam
Automatic merge from submit-queue (batch tested with PRs 38076, 38137, 36882, 37634, 37558)

[scheduler] Use V(10) for anything which may be O(N*P) logging

Fixes #37014

This PR makes sure that logging statements which are capable of being called on a perNode / perPod basis (i.e. non essential ones that will just clog up logs at large scale) are at V(10) level.

I dreamt of a levenstein filter that built a weak map of word frequencies and alerted once log throughput increased w/o varying information content....  but then I woke up and realized this is probably all we really need for now :)
2016-12-05 19:25:57 -08:00
..
algorithm Merge pull request #37558 from jayunit100/scheduler_log_spam 2016-12-05 19:25:57 -08:00
algorithmprovider run hack/update-all.sh 2016-11-23 15:53:09 -08:00
api refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
factory run hack/update-all.sh 2016-11-23 15:53:09 -08:00
metrics autogenerated 2016-10-21 17:32:32 -07:00
schedulercache Merge pull request #37379 from wojtek-t/safe_schedulercache 2016-11-29 08:15:03 -08:00
testing run hack/update-all.sh 2016-11-23 15:53:09 -08:00
BUILD run hack/update-all.sh 2016-11-23 15:53:09 -08:00
equivalence_cache.go plugin/scheduler 2016-11-23 15:53:09 -08:00
extender_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
extender.go plugin/scheduler 2016-11-23 15:53:09 -08:00
generic_scheduler_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
generic_scheduler.go plugin/scheduler 2016-11-23 15:53:09 -08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
scheduler_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
scheduler.go plugin/scheduler 2016-11-23 15:53:09 -08:00