chenxingyu
2d44ef9dfa
add hostip protocol to the hostport predicates and make unit test adapt to the code change
2017-11-10 15:41:52 +08:00
Bobby (Babak) Salamat
4a08dff168
Add pod eviction logic for scheduler preemption
...
Add Preempt to scheduler interface
Add preemption to the scheduling workflow
Minor changes to the scheduler integration test library
2017-09-07 15:31:55 -07:00
Bobby (Babak) Salamat
20931d7a68
Add specific types for PredicateMetadata and PredicateMetadataProducer
2017-08-30 10:32:09 -07:00
sakeven
0420c8f048
[Scheduler] regroup packages
...
Signed-off-by: sakeven <jc5930@sina.cn>
2017-08-30 11:14:44 +08:00
Bobby (Babak) Salamat
264ca7d158
Add support to recompute partial predicate metadata upon adding/removing pods
2017-08-28 00:12:46 -07:00
Cao Shufeng
0c577c47d5
Use glog.*f when a format string is passed
...
ref:
https://godoc.org/github.com/golang/glog
I use the following commands to search all the invalid usage:
$ grep "glog.Warning(" * -r | grep %
$ grep "glog.Info(" * -r | grep %
$ grep "glog.Error(" * -r | grep %
$ grep ").Info(" * -r | grep % | grep "glog.V("
2017-07-10 19:04:03 +08:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Klaus Ma
fd2575e43e
Added unit test for node operation in schedulercache.
2017-05-31 21:26:04 +08:00
jayunit100
7c94c51860
[scheduler] Use V(10) for anything which may be O(N*P) logging
2016-11-28 10:31:49 -05:00
Chao Xu
f782aba56e
plugin/scheduler
2016-11-23 15:53:09 -08:00
jayunit100
08cff0157d
PredicateMetadata factory and optimization, Cleaned up some comments,
...
Comments addressed, Make emptyMetadataProducer a func to avoid casting,
FakeSvcLister: remove error return for len(svc)=0. New test for
predicatePrecomp to make method semantics explictly enforced when meta
is missing. Precompute wrapper.
2016-10-20 08:27:11 -04:00