-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm getting data in Hbase, but the console.log keeps spitting traces like below.
The only changing aspect is the first line: Error writing to
Any thoughts? Would love to get this up and running.
10/05/2014 01:51:11 :: Error writing to stats.statsd.bad_lines_seen
10/05/2014 01:51:11 :: Unhandled Error
Traceback (most recent call last):
File "/home/rob/dev/hbase/venv/local/lib/python2.7/site-packages/twisted/python/threadpool.py", line 191, in _worker
result = context.call(ctx, function, _args, *_kwargs)
File "/home/rob/dev/hbase/venv/local/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, _args, *_kw)
File "/home/rob/dev/hbase/venv/local/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
return func(args,*kw)
File "/opt/graphite/lib/carbon/writer.py", line 155, in writeForever
writeCachedDataPoints()
--- ---
File "/opt/graphite/lib/carbon/writer.py", line 121, in writeCachedDataPoints
APP_DB.update_many(metric, datapoints)
File "/home/rob/dev/hbase/venv/local/lib/python2.7/site-packages/graphitedata/hbase/hbasedb.py", line 189, in update_many
self.__archive_update_many(info, currentArchive, currentPoints)
File "/home/rob/dev/hbase/venv/local/lib/python2.7/site-packages/graphitedata/hbase/hbasedb.py", line 215, in __archive_update_many
if self.__propagate(info, interval, higher, lower):
File "/home/rob/dev/hbase/venv/local/lib/python2.7/site-packages/graphitedata/hbase/hbasedb.py", line 230, in __propagate
higherResData = self.__archive_fetch(higher['archiveId'], intervalStart, intervalEnd)
File "/home/rob/dev/hbase/venv/local/lib/python2.7/site-packages/graphitedata/hbase/hbasedb.py", line 243, in __archive_fetch
step = archive['secondsPerPoint']
exceptions.TypeError: 'int' object has no attribute 'getitem'