uber-archive / hyperbahn

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

WIP: always call update{ServiceNodes,ExitNodes} #246

Open jcorbin opened 8 years ago

jcorbin commented 8 years ago

Unsure if this, or a less heavy handed change is necessary to get parital affinity working.

Raynos commented 8 years ago

I think this is needed, but we should keep an eye on it. Can we add a custom logline here so we can see how often this happens.

This should be fine except for the CPU runaway case :(

jcorbin commented 8 years ago

Aye, stats on changes and updates would be great, will add.

Currently the only affect of updateServiceNodes is under the partial affinity feature, so noop until then.