jjneely / buckytools

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

fix jump hashing instance ring order #14

Closed claudio-benfatto closed 7 years ago

claudio-benfatto commented 7 years ago

The aim of this pull request is to fix a bug with the sort order of the nodes when using the jump hashring in combination with instance labels.

I also added a test to check the modified behaviour.

jjneely commented 7 years ago

Thanks for this!