Closed
Description
Please check the FAQ documentation before raising an issue
Describe the bug (required)
https://discuss.nebula-graph.com.cn/t/topic/11776/5
When the space was dropped, the space directory was removed successfully, but the spaces used by sst was not released successfully.
Your Environments (required)
- OS:
uname -a
- Compiler:
g++ --version
orclang++ --version
- CPU:
lscpu
- Commit id (e.g.
a3ffc7d8
) 3.2
How To Reproduce(required)
Steps to reproduce the behavior:
The reason has not been located, guess it may have sth to do with the compaction:
- insert lot of data
- submit a compact job
- drop the space
Expected behavior
The space is released successfully.
Additional context