• 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
..
algorithm Loading commit data...
algorithmprovider Loading commit data...
api Loading commit data...
factory Loading commit data...
metrics Loading commit data...
schedulercache Loading commit data...
testing Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
equivalence_cache.go Loading commit data...
extender.go Loading commit data...
extender_test.go Loading commit data...
generic_scheduler.go Loading commit data...
generic_scheduler_test.go Loading commit data...
scheduler.go Loading commit data...
scheduler_test.go Loading commit data...