Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DELETE FROM a measurement causes numMeasurements statistic to go to -1 #7152

Closed
jsternberg opened this issue Aug 15, 2016 · 0 comments
Closed
Labels
Milestone

Comments

@jsternberg
Copy link
Contributor

Bug report

System info: InfluxDB 1.0.0-beta3

Steps to reproduce:

> create database mydb
> use mydb
> insert cpu value=2
> show stats
... you will see numMeasurements be 1
> delete from cpu
> show stats
... you will see numMeasurements be -1

Expected behavior: This should be 0.

Actual behavior: The value is -1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants