influxdata / influxdata/influxdb
Old measurement reappears after dropping and then restarting
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Influx Version 1.7.9
I think related to https://github.com/influxdata/influxdb/issues/10263 and https://github.com/influxdata/influxdb/issues/10052, when I issue a:
```drop measurement funding_rate_1h;```
...the measurement dissappears as expected.
But when stopping and restarting influx, it inexplicably returns.
I hope you guys can manage to find this one, it's really annoying!
Contributor guide
Research direction
Reproduce the issue on InfluxDB 1.7.9 by creating or locating the funding_rate_1h measurement, issuing DROP MEASUREMENT funding_rate_1h, and restarting the server. Trace the measurement persistence and restart recovery paths to determine why the dropped measurement returns; done means it remains absent after restart and regression coverage verifies that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100