jjneely / buckytools

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

rebalance should assume a default port for extra nodes #7

Closed jjneely closed 7 years ago

jjneely commented 7 years ago

When we pass extra data storage nodes to buckytools rebalance we should assume the port to be the same Bucky port for the known hash ring. Presently, unless the user specifies we assume port 80 which ends up hitting the Graphite query API.

jjneely commented 7 years ago

Also, when you specify a port other than the same port as the defined hash ring we should use that port.