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:
influxdb version:1.5.2
operating system:ubuntu
tools:iterm,pycharm
language:python3.6
Steps to reproduce:
1.use python-influxdb DataFrameClient.write_points write data to measurement 'TS121'
2. drop measurement TS121
3.use python-influxdb DataFrameClient.write_points write same data to measurement 'TS121' again
4.drop measurement TS121
5.use python-influxdb DataFrameClient.write_points write other data to measurement 'TS121' again
6.drop measurement TS121
7.select * from TS121 limit 1
Expected behavior:
after step 7
I expected nothing would be printed
Actual behavior:
after step 7
the screen show TS121 has data I wrote in step 1&3 not data in step 5
using DataFrameClient.query also could query the data in step 1&3
Additional info:
don't know much details.but drop other measurement is ok
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
System info:
influxdb version:1.5.2
operating system:ubuntu
tools:iterm,pycharm
language:python3.6
Steps to reproduce:
1.use python-influxdb DataFrameClient.write_points write data to measurement 'TS121'
2. drop measurement TS121
3.use python-influxdb DataFrameClient.write_points write same data to measurement 'TS121' again
4.drop measurement TS121
5.use python-influxdb DataFrameClient.write_points write other data to measurement 'TS121' again
6.drop measurement TS121
7.select * from TS121 limit 1
Expected behavior:
after step 7
I expected nothing would be printed
Actual behavior:
after step 7
the screen show TS121 has data I wrote in step 1&3 not data in step 5
using DataFrameClient.query also could query the data in step 1&3
Additional info:
don't know much details.but drop other measurement is ok
The text was updated successfully, but these errors were encountered: