You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System info: [Include InfluxDB version, operating system name, and other relevant details]
InfluxDB shell version: 1.2.0
Connected to http://localhost:8086 version 1.2.0
Linux ubuntu 4.9.7-x86_64-linode80 #2 SMP Thu Feb 2 15:43:55 EST 2017 x86_64 x86_64 x86_64 GNU/Linux
Steps to reproduce:
select a range of time series values from a measurement
select * from measurement where mac = 'b827eb30bf6d'
Bug report
System info: [Include InfluxDB version, operating system name, and other relevant details]
InfluxDB shell version: 1.2.0
Connected to http://localhost:8086 version 1.2.0
Linux ubuntu 4.9.7-x86_64-linode80 #2 SMP Thu Feb 2 15:43:55 EST 2017 x86_64 x86_64 x86_64 GNU/Linux
Steps to reproduce:
select * from measurement where mac = 'b827eb30bf6d'
2017-02-28T20:00:00Z 233.183333334 b827eb30bf6d
2017-02-28T21:00:00Z 233.183333334 b827eb30bf6d
2017-02-28T22:00:00Z 233.183333334 b827eb30bf6d
2017-02-28T23:00:00Z 233.183333334 b827eb30bf6d
2017-03-01T00:00:00Z 233.183333334 b827eb30bf6d
2017-03-01T01:00:00Z 233.183333334 b827eb30bf6d
2017-03-01T02:00:00Z 233.183333334 b827eb30bf6d
2017-03-01T03:00:00Z 233.183333334 b827eb30bf6d
2017-03-01T04:00:00Z 233.183333334 b827eb30bf6d
2017-03-01T05:00:00Z 233.183333334 b827eb30bf6d
2017-03-01T06:00:00Z 233.183333334 b827eb30bf6d
2017-03-01T07:00:00Z 233.183333334 b827eb30bf6d
many more values
2017-04-21T10:00:00Z 233.183333334 b827eb30bf6d
2017-04-21T11:00:00Z 233.183333334 b827eb30bf6d
2017-04-21T12:00:00Z 233.183333334 b827eb30bf6d
2017-04-21T13:00:00Z 233.183333334 b827eb30bf6d
2017-04-21T14:00:00Z 233.183333334 b827eb30bf6d
delete from measurement where mac = 'b827eb30bf6d' and time > '2017-02-28T20:00:00Z'
2017-02-28T09:00:00Z 229.416666667 b827eb30bf6d
2017-02-28T10:00:00Z 229.416666667 b827eb30bf6d
2017-02-28T11:00:00Z 229.416666667 b827eb30bf6d
2017-02-28T12:00:00Z 229.416666667 b827eb30bf6d
2017-02-28T13:00:00Z 229.416666667 b827eb30bf6d
2017-02-28T14:00:00Z 229.416666667 b827eb30bf6d
2017-02-28T15:00:00Z 230.333333334 b827eb30bf6d
2017-02-28T16:00:00Z 231.250000001 b827eb30bf6d
2017-02-28T17:00:00Z 232.066666668 b827eb30bf6d
2017-02-28T18:00:00Z 232.366666668 b827eb30bf6d
2017-02-28T19:00:00Z 232.600000001 b827eb30bf6d
2017-02-28T20:00:00Z 233.183333334 b827eb30bf6d
2017-04-21T14:00:00Z 233.183333334 b827eb30bf6d
Expected behavior:
All values meeting the criteria should have been deleted.
Actual behavior: [What actually happened]
One value remains that shouldn't.
Additional info: [Include gist of relevant config, logs, etc.]
Please note, the quickest way to fix a bug is to open a Pull Request.
The text was updated successfully, but these errors were encountered: