uber-archive / hyperbahn

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

Fix bug in PartialRange#removeWorker #267

Closed jcorbin closed 8 years ago

jcorbin commented 8 years ago

Previously it never did any such thing.

Bug revealed by the upcoming staleness auditing (#261) under the recently added peer churn test with partial affinity enabled.

Raynos commented 8 years ago

nice find. lgtm.