Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IllegalDataException while querying, seems something's wrong whith the qualifier #403

Open
strgrb opened this issue Oct 24, 2014 · 1 comment

Comments

@strgrb
Copy link

strgrb commented Oct 24, 2014

net.opentsdb.core.IllegalDataException: Integer value @ 0 not on 8/4/2/1 bytes in [83, -11, 0, 0, 2, 67, -116, 0]
at net.opentsdb.core.RowSeq.extractIntegerValue(RowSeq.java:242) ~[opentsdb-2.0.jar:na]
at net.opentsdb.core.RowSeq$Iterator.longValue(RowSeq.java:607) ~[opentsdb-2.0.jar:na]
at net.opentsdb.core.Span$DownsamplingIterator.nextLongValue(Span.java:624) ~[opentsdb-2.0.jar:na]
at net.opentsdb.core.Aggregators$Sum.runLong(Aggregators.java:119) ~[opentsdb-2.0.jar:na]

I debugged the code, and found that the flags value is 2, which should be 0/1/3/7.

@manolama
Copy link
Member

Ooo that's really odd. What version of OpenTSDB are you using? Also was there an upgrade between when the data in question was written and when it was queried? I want to make sure a bug didn't sneak in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants