uber-archive / hyperbahn

Service discovery and routing for large scale microservice operations
MIT License
396 stars 57 forks source link

Factor out AffinityChange#removeWorker #275

Closed jcorbin closed 8 years ago

jcorbin commented 8 years ago

Catches a missing delete this.connectedPeers[worker]; that was causing stale logs (but not provoking turnip connections) for the even churn peers that do a graceful unadvertise shutdown.

Raynos commented 8 years ago

lgtm.