We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We found that there is a chance that page_3808_1 and legacy.page_3808_1 exist at the same time and make trouble for GCing DeltaTree's delta data.
page_3808_1
legacy.page_3808_1
248K data/t_131/log/legacy.page_3808_1 378M data/t_131/log/page_3808_1
It will make the GC thread throw "Directory not empty" like this
2021.06.11 12:48:19.919511 [ 5 ] <Error> void DB::BackgroundProcessingPool::threadFunction(): Poco::Exception. Code: 1000, e.code() = 39, e.displayText() = Directory not empty: /data1/tidb-data/tiflash-9000/data/t_131/log/page_3808_1, e.what() = Directory not empty
The text was updated successfully, but these errors were encountered:
JaySon-Huang
Successfully merging a pull request may close this issue.
We found that there is a chance that
page_3808_1
andlegacy.page_3808_1
exist at the same time and make trouble for GCing DeltaTree's delta data.It will make the GC thread throw "Directory not empty" like this
The text was updated successfully, but these errors were encountered: