Netflix / dynomite-manager

A sidecar to manage Dynomite clusters
https://github.com/Netflix/dynomite
Apache License 2.0
91 stars 59 forks source link

Make consistency FPs dynamically updateable #111

Closed smukil closed 5 years ago

smukil commented 5 years ago

Currently all Fast properties we use are only set at process startup and never updated if the FP server updates any of them.

This patch makes the read and write consistency fast properties dynamically updateable by adding callbacks that make REST calls to the local dynomite process on a FP update.

Testing: Tested on a remote cluster and verified that updates propagate all the way to Dynomite.