← Back to team overview

graphite-dev team mailing list archive

[Question #289292]: Graphite delay 3 mins ++

 

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

Hi Guys,

I having issue and don't know how to fix this. 3 mins ++ delayed and having a huge queuing. 

OS Red Hat Enterprise Linux Server release 6.5 (Santiago)
Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz
4 cores

local_settings.py

# Logging
LOG_RENDERING_PERFORMANCE = True
LOG_CACHE_PERFORMANCE = True
LOG_METRIC_ACCESS = True

# Enable full debug page display on exceptions (Internal Server Error pages)
DEBUG = True

MEMCACHE_HOSTS = ['127.0.0.1:11211']
DEFAULT_CACHE_DURATION = 60

CARBONLINK_HOSTS = ["127.0.0.1:7002:a", "127.0.0.1:7102:b", "127.0.0.1:7202:c", "127.0.0.1:7302:d", "127.0.0.1:7402:e", "127.0.0.1:7502:f"]
CARBONLINK_TIMEOUT = 3.0

CARBONLINK_QUERY_BULK = True

carbon.conf
MAX_CACHE_SIZE = 15000000
MAX_UPDATES_PER_SECOND = 800
#MAX_UPDATES_PER_SECOND_ON_SHUTDOWN = 1000

MAX_CREATES_PER_MINUTE = 60

LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2003

CACHE_QUERY_INTERFACE = 0.0.0.0
CACHE_QUERY_PORT = 7002
USE_FLOW_CONTROL = True
LOG_UPDATES = False
LOG_CACHE_HITS = False
LOG_CACHE_QUEUE_SORTS = True
CACHE_WRITE_STRATEGY = sorted








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