graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00811
Re: [Question #152585]: graphite stopped logging after about a month
Question #152585 on Graphite changed:
https://answers.launchpad.net/graphite/+question/152585
shawn kim gave more information on the question:
the carbon process is started up by root and the folder is owned by root
as well.
root@ip-10-126-43-6:~# ps aux | grep carbon
root 11440 4.7 2.0 49772 35268 ? Sl Apr13 78:44 python bin/carbon-cache.py start
root 30466 0.0 0.0 3116 736 pts/0 R+ 21:31 0:00 grep carbon
I have a whole bunch of this line in console.log
=====================================
14/04/2011 21:32:49 :: Sorted 12537 cache queues in 0.072270 seconds
14/04/2011 21:32:49 :: Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 477, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.6/dist-packages/twisted/python/threadpool.py", line 210, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/opt/graphite/lib/carbon/writer.py", line 161, in writeForever
writeCachedDataPoints()
File "/opt/graphite/lib/carbon/writer.py", line 105, in writeCachedDataPoints
whisper.create(dbFilePath, archiveConfig)
File "/usr/local/lib/python2.6/dist-packages/whisper.py", line 176, in create
% (archive,next))
whisper.InvalidConfiguration: Lower precision archives must cover larger time intervals than higher precision archives (60, 43200),(900, 672)
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.