jjneely / buckytools

Go implementation of useful tools for dealing with Graphite's Whisper DBs and Carbon hashing
Other
87 stars 21 forks source link

bucky rebalance needs to pull in wsp files from outside the current hashring #2

Closed jjneely closed 8 years ago

jjneely commented 9 years ago

When rebalancing it is very common to evacuate a specific node(s). These nodes are no longer in the hash ring at balance time and bucky has no way to find them and handle their metrics. We need to make the rebalance code aware of additional buckyd daemons.

jjneely commented 8 years ago

This works now. Just list extra buckyd daemon locations with the rebalance command.