Closed adminpass closed 1 day ago
This is expected. The dropping marker indicates that the database will remove these files later. The file deletion is delayed after a GC period, typically 5 minutes.
Maybe we can do the first check immediately or after a small interval, like several seconds.
What type of bug is this?
Data corruption
What subsystems are affected?
Storage Engine
Minimal reproduce step
DROP TABLE
table
What did you expect to see?
The table data directory will be cleared
What did you see instead?
It has been marked as
.dropping
, but it has not been deleted yetWhat operating system did you use?
Windows 10 x64
What version of GreptimeDB did you use?
v0.10.2
Relevant log output and stack trace
No response