graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05534
[Question #266343]: Error writing to /opt/graphite/storage/whisper
New question #266343 on Graphite:
https://answers.launchpad.net/graphite/+question/266343
Hi,
I am getting below error in the console logs. the same configuration was working about a month back.
03/05/2015 00:00:04 :: Error writing to /opt/graphite/storage/whisper/servers/myserver/cpu-3/cpu-system.wsp
03/05/2015 00:00:04 :: Unhandled Error
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/twisted/python/threadpool.py", line 207, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/usr/lib64/python2.6/site-packages/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib64/python2.6/site-packages/twisted/python/context.py", line 81, in callWithContext
return func(*args,**kw)
File "/opt/graphite/lib/carbon/writer.py", line 149, in writeForever
writeCachedDataPoints()
--- <exception caught here> ---
File "/opt/graphite/lib/carbon/writer.py", line 128, in writeCachedDataPoints
whisper.update_many(dbFilePath, datapoints)
File "/usr/lib/python2.6/site-packages/whisper.py", line 577, in update_many
return file_update_many(fh, points)
File "/usr/lib/python2.6/site-packages/whisper.py", line 587, in file_update_many
currentArchive = archives.next()
exceptions.StopIteration:
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.