projectcalico / networking-calico

Calico integration with OpenStack (Neutron)
7 stars 15 forks source link

Test and fix EtcdWatcher's resilience to etcd server restart #20

Closed nelljerram closed 4 years ago

nelljerram commented 4 years ago

This test reproduces a customer-reported problem where our Neutron driver's Felix status watching was not resilient to the etcd server being restarted. The impact of that was that the Neutron driver thought (after a following timeout period) that all the Felixes were dead, and so refused to schedule any new VM instances.