Files
kubernetes/pkg/proxy
Tim Hockin 3b5ea74a48 Fix a race in kube-proxy causing runaways
It was an ABA problem where the proxy loop might see its own service as
"existing" when it had been destroyed and recreated (as in an update).

To prove this I added a counter of running ProxyLoop goroutines and check that
in tests.  If I undo my main change, the tests fail.  This makes the
proxier_test significantly slower (3 seconds vs 0.5 seconds).  Sorry.
2015-02-03 17:08:09 -08:00
..
2015-01-16 12:23:16 -08:00
2015-02-02 14:03:13 -08:00
2014-07-10 22:36:06 -07:00
2015-01-26 22:42:29 -08:00
2014-11-21 09:45:26 +08:00