• Kubernetes Submit Queue's avatar
    Merge pull request #37558 from jayunit100/scheduler_log_spam · f299a001
    Kubernetes Submit Queue authored
    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 :)
    f299a001
Name
Last commit
Last update
..
util Loading commit data...
BUILD Loading commit data...
balanced_resource_allocation.go Loading commit data...
balanced_resource_allocation_test.go Loading commit data...
image_locality.go Loading commit data...
image_locality_test.go Loading commit data...
interpod_affinity.go Loading commit data...
interpod_affinity_test.go Loading commit data...
least_requested.go Loading commit data...
least_requested_test.go Loading commit data...
metadata.go Loading commit data...
most_requested.go Loading commit data...
most_requested_test.go Loading commit data...
node_affinity.go Loading commit data...
node_affinity_test.go Loading commit data...
node_label.go Loading commit data...
node_label_test.go Loading commit data...
node_prefer_avoid_pods.go Loading commit data...
node_prefer_avoid_pods_test.go Loading commit data...
priorities_test.go Loading commit data...
selector_spreading.go Loading commit data...
selector_spreading_test.go Loading commit data...
taint_toleration.go Loading commit data...
taint_toleration_test.go Loading commit data...
test_util.go Loading commit data...