← Back to team overview

graphite-dev team mailing list archive

Re: [Question #224895]: cache request miss

 

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

olafkarsten gave more information on the question:
from the exception log, if that helps.

Failed CarbonLink query 'collectd.server.memory.memory-used'
Traceback (most recent call last):
  File "/opt/graphite/webapp/graphite/readers.py", line 130, in fetch
    cached_datapoints = CarbonLink.query(self.real_metric_path)
  File "/opt/graphite/webapp/graphite/carbonlink.py", line 91, in query
    results = self.send_request(request)
  File "/opt/graphite/webapp/graphite/carbonlink.py", line 118, in send_request
    result = self.recv_response(conn)
  File "/opt/graphite/webapp/graphite/carbonlink.py", line 131, in recv_response
    len_prefix = recv_exactly(conn, 4)
  File "/opt/graphite/webapp/graphite/carbonlink.py", line 164, in recv_exactly
    data = conn.recv( num_bytes - len(buf) )
timeout: timed out

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