← Back to team overview

graphite-dev team mailing list archive

Re: [Question #285063]: Twisted MemoryError / MetricCache is full

 

Question #285063 on Graphite changed:
https://answers.launchpad.net/graphite/+question/285063

Denis Zhdanov posted a new comment:
AFAIU Will is fighting with bad write performance now. But piotr is also
has a point - you need to use:

cluster lga
    carbon_ch
 127.0.0.1:2013=a
 127.0.0.1:2113=b
 127.0.0.1:2213=c
 127.0.0.1:2313=d
 127.0.0.1:2413=e
 127.0.0.1:2513=f
 127.0.0.1:2613=g
 127.0.0.1:2713=h
;

and have matching CARBONLINK_HOSTS  in local_settings.py:
CARBONLINK_HOSTS = ["127.0.0.1:710x:a", "127.0.0.2:720x:b", "127.0.0.3:730x:c", "127.0.0.4:740x:d", "127.0.0.5:750x:e", "127.0.0.6:760x:f", "127.0.0.7:770x:g", "127.0.0.8:780x:h"]

Order, IP and instance name SHOULD match between relay and graphite-web.

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.