raintank / graphite-kairosdb

Graphite-Api finder plugin for Kairosdb
Apache License 2.0
10 stars 4 forks source link

can't query periods longer than 13:55:00 anymore #9

Closed ctdk closed 9 years ago

ctdk commented 9 years ago

Since updating all of the dev-portal ckg machines to the sparkly new graphite-api with direct cassandra querying, querying periods longer than 13 hours, 55 minutes, and 0 seconds breaks. (Seriously, 13:55:01 breaks). It's not a day boundary thing, either, and I tried it on a variety of different dates, so it doesn't seem to be an issue of bridging datasets.

I assume there must be something significant about 835 minutes or 50100 seconds, but I haven't figured out what it is. Any ideas?

woodsaj commented 9 years ago
  File "/usr/share/python/graphite/local/lib/python2.7/site-packages/graphite_kairosdb.py", line 192, in fetch_from
_cassandra
    if len(rows) > 0:
TypeError: object of type 'PagedResult' has no len()