i using influxdb 0.13 on centos (centos-release-7-2.1511.el7.centos.2.10.x86_64) , observed anomalous behavior not understand, appreciate if provide explanation this.
i inserted data measurement in line format using admin ui. say:
test_ms,host=host3 value=10 test_ms,host=host3 value=20
the following query works correctly in shell , gives following output:
select * test_ms
name: test_ms ------------- time host value 1472809745694769849 host3 10 1472809749918219715 host3 20
now drop series test_ms using below , check if points
drop series test_ms select * test_ms
there no results returned expected.
however new entries made afterwards (through admin ui) succeeds not show in subsequent select queries.
test_ms,host=host3 value=30 test_ms,host=host3 value=40 select * test_ms ===> no results returned !
why such behavior exhibited ?
this bug in 0.13
version. if bounce process query should work.
please upgrade 1.0+
.
Comments
Post a Comment