graphite-project / carbonate

Utilities for managing graphite clusters
MIT License
516 stars 80 forks source link

passing empty list for nodes seems to work #87

Closed olevchyk closed 7 years ago

olevchyk commented 7 years ago

fixes https://github.com/graphite-project/carbonate/issues/85 carbon's ConsistentHashRing requires nodes in args. if I understood it right we anyway parse the nodes from self.destinations later.

deniszh commented 7 years ago

Yes, you're absolutely right! Thanks for fix. Will make new release soon.