OpenTSDB / opentsdb

A scalable, distributed Time Series Database.
http://opentsdb.net
GNU Lesser General Public License v2.1
5k stars 1.25k forks source link

Write data into opentsdb ERROR #1051

Open jasonw580 opened 7 years ago

jasonw580 commented 7 years ago

@manolama Hi,there is some error when i use tsdb image

when put datapoint into opentsdb over http (api/put)show error. image image image image ........

Many different tagv value can't store , because of the same tagv.

Is it a bug? how to resolve?

Thanks!

ENV: OpenTSDB 2.4RC1

manolama commented 7 years ago

Hi @jasonw580 This was a bug in the RC1 release that corrupted tag values. Try downgrading or updating to the tip of the Next branch and new writes should resolve. (I also deleted the RC1 release).

After that, run the UID FSCK utility (should be in the docs) to cleanup the mapping issues.