Netflix / dynomite-manager

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

Question: Does DM do auto streaming of tokens/data when scaling out? #103

Closed balajivenki closed 6 years ago

balajivenki commented 6 years ago

Question: Does DM do auto streaming/re-distribute of tokens/data when scaling out?

If yes can you point out the classes that does that? I couldn't find those. Thanks in advance.

balajivenki commented 6 years ago

@shailesh33 and @ipapapa any update here?

ipapapa commented 6 years ago

It currently does not do that. It is coded to assign static tokens to each Dynomite cluster. The best strategy to scale out is to create a new cluster and use the client dual writer. We plan to add a forklift at some point as well.

balajivenki commented 6 years ago

Thanks for the clarification @ipapapa