← Back to team overview

graphite-dev team mailing list archive

[Question #273674]: timeout: timed out

 

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

Hello,

Sending data is not seeing in Graphite. I can see the following logs in exception.log:

/var/log/graphite/exception.log
  File "/usr/lib/python2.7/httplib.py", line 541, in read
    return self._read_chunked(amt)
  File "/usr/lib/python2.7/httplib.py", line 574, in _read_chunked
    line = self.fp.readline(_MAXLINE + 1)
  File "/usr/lib/python2.7/socket.py", line 476, in readline
    data = self._sock.recv(self._rbufsize)
timeout: timed out


I have tried CARBONLINK_TIMEOUT from 1.0 to 5.0
# grep CARBONLINK_TIMEOUT local_settings.py
CARBONLINK_TIMEOUT = 5.0

Also tried restarting carbon-cache , carbon-relay and graphite-web, but still no luck.

Ans where in the dmesg of the server showing ::
[ 2120.903735] init: carbon-cache main process ended, respawning
[ 2120.907936] init: carbon-cache main process ended, respawning
[ 2120.912134] init: carbon-cache main process ended, respawning
[ 2120.915969] init: carbon-cache respawning too fast, stopped


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