-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Lost all datas after DELETE command #8822
Comments
@max3163 are you saying that you have points in the |
Not really, I'm saying that I lost most of the time last 3 days of datas points in all my measurements present in the same database that the 'events' metric. |
So you're saying that within the specified time window you have lost points that belong to a series that doesn't have the |
Yes exactly ! |
This should be fixed by #8981. |
I've test the latest version of Influxb with your fix but I still have the issue. After that, one week of data is lost in all the database. Can you re-open the bug ? Or I need to create a new one ? |
Same here! |
Bug report
Influxdb version = 1.3.5
On linux go1.8.3
Intel(R) Xeon(R) CPU E5-2620 with 64Go of RAM
Sometimes, when we try to delete somes points on a specific measurement , we lost 2 or 3 days of datas in our database. ( all measurements are impacted ! )
Exemple of DELETE query :
DELETE FROM events WHERE application = 'cosmos' AND time < 1505223439180000001 AND time > 1505223439179999999
Same issue with :
DELETE FROM events WHERE application = 'cosmos' AND time = 1505223439180000000
You can find a extract log when the issue appear with many messages about full compaction aborted...
If you need a more details logs , tell me.
We have many application which write data in parallel.
delete.zip
The text was updated successfully, but these errors were encountered: