Skip to content

Unhandled exception #1

@rverk

Description

@rverk

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions