graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06831
Re: [Question #673695]: better loadbalancing of connections between duplicator, relay and cache
Question #673695 on Graphite changed:
https://answers.launchpad.net/graphite/+question/673695
Status: Open => Answered
Piotr Popieluch proposed the following answer:
Yup, you won't need a second layer of relays, c-relay can duplicate the
metrics and balance.
You are probably using consistent-hashing which is known to not balance
evenly. You could check FNV1a hashing which is better distributed
(you'll have to configure this in graphite-web as well and need a recent
version.
If you go with c-relay check the buffer size and increase it, default
value is very small.
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.