← Back to team overview

graphite-dev team mailing list archive

[Question #221753]: Distributed Graphite Setup Issue

 

New question #221753 on Graphite:
https://answers.launchpad.net/graphite/+question/221753

We have a distributed graphite setup where all the metrics are send to carbon-relay endpoint which shards the metrics using consistent hashing to two backend boxes ( running carbon-aggregator and carbon-cache ). I have my graphite-webapp and memcache running in both the backend boxes. 

The local_settings.py looks like this:

CLUSTER_SERVERS = ['10.10.52.156','10.10.52.157']
MEMCACHE_HOSTS = ['10.10.52.156:11211', '10.10.52.157:11211']

The issue I am facing is when i load graphite dashboard of one of the backend box, sometimes it don't show the metrics which is available in the other backend box. On refreshing the dashboard few times,  it starts showing the metrics and this behaviour is random for clients hitting the dashboard.


-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.