-
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
Table/Points not deleted when we drop database #41
Comments
No, that's definitely a bug. We'll definitely try to reproduce and fix it asap. Thanks for reporting this bug. |
If it helps, I can reproduce the same bug with the PHP driver. To run the test suite I ended up created databases with random names. Looking forward to see this bug closed. |
Good job, fixed in latest ( |
Well, I still see this with a database partially deleted after I delete in the web interface. With version 0.8. |
With python interface, it seems to delete fine though. |
Can you explain what do you mean you're seeing partial data after deleting Cheers, -JS On Mon, Aug 11, 2014 at 2:27 AM, xgdgsc notifications@github.com wrote:
|
I'm also experiencing the issue where dropping the database doesn't delete the stored measurements. Here's how I can reproduce it: Create a database called
Submit a datapoint to create a measurement:
Drop
Even though
Also, what's with the |
@dimrozakis please upgrade to 0.9.1. This is a known and fixed bug, covered in #3049 |
@beckettsean I upgraded and the the problem is indeed fixed, thanks. |
This commit changes how we compact files to use the paths set forth in this document: https://docs.google.com/document/d/1Yf7tCvFiXP_unkkpxAD5xX4I764s85Vqgt9jALVgJyo/edit Given this format: <compactor id>/c/<db name>/<table>/<gen>/<YYYY-MM-DD>/<HH-MM>/f/<compaction seq>.<file number>.<host>.parquet We can output a path such as this (from our test suite): compactor_1/c/test_db/test_table/0/2024-8-22/16-17/f/0.6.us-east-1.parquet Noticeably this will use the ParquetFileId that was introduced in #25258. As files are compacted they'll use this unqiue id as they're written out to object store.
Hi guys,
i have a issue when i use Python driver (https://github.com/influxdb/influxdb-python) but i think it's core issue.
How to reproduce:
Interactive Python
I have missing something ?
Thanks
The text was updated successfully, but these errors were encountered: