Re: [influxdb] Duplicate points

2017-02-10 Thread Mark Rushakoff
That looks like a bug to me. Do you think you could write a short script to reproduce the steps you took in altering the RP, and file an issue on GitHub? On Fri, Feb 10, 2017 at 1:27 AM, Davis Kirkendall < davis.e.kirkend...@gmail.com> wrote: > Hi Mark, > The pretty json version of the first 4 po

Re: [influxdb] Duplicate points

2017-02-10 Thread Davis Kirkendall
Hi Mark, The pretty json version of the first 4 points is in the post below. I restarted the db (there was a similar bug in previous influx versions where a restart fixed it: https://github.com/influxdata/influxdb/issues/6946), but that didn't help. I also upgraded to 1.2.0 which also didn't ch

Re: [influxdb] Duplicate points

2017-02-10 Thread Davis Kirkendall
{ "results": [ { "series": [ { "name": "metricId_1_intervalId_5", "columns": [ "time", "flags", "forecastOffset", "interval

Re: [influxdb] Duplicate points

2017-02-09 Thread Mark Rushakoff
The indentation is hard to follow in a variable width font. Can you post the JSON output? (i.e. from the influx CLI run `format json` and then your query `select * from "metricId_1_intervalId_5" where time >= '2014-01-13T01:00:00Z' and sourceId = '315' limit 10`. It looks like maybe the forecastOf

[influxdb] Duplicate points

2017-02-09 Thread Davis Kirkendall
I'm trying to track down some weird behavior in Influxdb 1.1 > select * from "metricId_1_intervalId_5" where time >= '2014-01-13T01:00:00Z' and sourceId = '315' limit 10 name: metricId_1_intervalId_5 - time flags forecastOffset intervalId se