Comment 2 for bug 1037961

Revision history for this message
nunogt (nunogt) wrote : Re: [Bug 1037961] Re: create() takes at most 5 arguments (6 given)

Revert to previous 0.9.x from launchpad to test it until this bug is fixed.
On Aug 21, 2012 11:11 AM, "Thomas" <email address hidden> wrote:

> Hi,
>
> exactly the same bug for me, on Ubuntu using the latest stable release
> 0.9.10:
>
> ==> ./storage/log/carbon-cache/carbon-cache-a/console.log <==
> 21/08/2012 16:58:04 :: Sorted 1 cache queues in 0.000019 seconds
> 21/08/2012 16:58:04 :: "[Errno 17] File exists:
> '/opt/graphite/storage/whisper/carbon/agents/mubi/cache'"
> 21/08/2012 16:58:04 :: Unhandled Error
> Traceback (most recent call last):
> File "/usr/lib/python2.7/threading.py", line 504, in run
> self.__target(*self.__args, **self.__kwargs)
> File "/usr/lib/python2.7/dist-packages/twisted/python/threadpool.py",
> line 207, in _worker
> result = context.call(ctx, function, *args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line
> 118, in callWithContext
> return self.currentContext().callWithContext(ctx, func, *args, **kw)
> File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line
> 81, 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 122, in
> writeCachedDataPoints
> whisper.create(dbFilePath, archiveConfig, xFilesFactor,
> aggregationMethod, settings.WHISPER_SPARSE_CREATE,
> settings.WHISPER_FALLOCATE_CREATE)
> exceptions.TypeError: create() takes at most 5 arguments (6 given)
>
> I'm also evaluating Graphite solution for monitoring, but can't make it
> work.
> Anyone for helping us ?
>
> Thanks
> Thomas.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1037961
>
> Title:
> create() takes at most 5 arguments (6 given)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/carbon/+bug/1037961/+subscriptions
>