← Back to team overview

graphite-dev team mailing list archive

Re: [Question #183344]: Determine why a line is invalid

 

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

    Status: Answered => Open

basketcase is still having a problem:
cat'ing the file and piping to nc 127.0.0.1 2003 worked. I threw 300k
records at it in a matter of seconds.

It appears socket is not actually sending anything, though Graphite's
logs indicate a connection:

04/01/2012 21:28:35 :: MetricLineReceiver connection with 127.0.0.1:37981 closed cleanly
04/01/2012 21:38:46 :: MetricLineReceiver connection with 127.0.0.1:37982 established
04/01/2012 21:38:46 :: MetricLineReceiver connection with 127.0.0.1:37982 closed cleanly
04/01/2012 21:39:52 :: MetricLineReceiver connection with 127.0.0.1:37983 established
04/01/2012 21:39:53 :: MetricLineReceiver connection with 127.0.0.1:37983 closed cleanly
04/01/2012 21:43:07 :: MetricLineReceiver connection with 127.0.0.1:37984 established
04/01/2012 21:43:07 :: MetricLineReceiver connection with 127.0.0.1:37984 closed cleanly
04/01/2012 21:46:32 :: MetricLineReceiver connection with 127.0.0.1:37985 established
04/01/2012 21:46:32 :: MetricLineReceiver connection with 127.0.0.1:37985 closed cleanly
04/01/2012 21:46:54 :: MetricLineReceiver connection with 127.0.0.1:37986 established
04/01/2012 21:49:47 :: MetricLineReceiver connection with 127.0.0.1:37986 closed cleanly
04/01/2012 21:50:12 :: MetricLineReceiver connection with 127.0.0.1:37987 established
04/01/2012 21:51:25 :: MetricLineReceiver connection with 127.0.0.1:37987 closed cleanly
04/01/2012 21:52:01 :: MetricLineReceiver connection with 127.0.0.1:37988 established
04/01/2012 21:52:01 :: MetricLineReceiver connection with 127.0.0.1:37988 closed cleanly


even if I do a simple sock.send('this.is.my.file 123 timestamp') it doesn't actually send anything.

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