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
deleting *.tmp WAL files on startup #10317
Conversation
Signed-off-by: lihaowei <haoweili35@gmail.com>
Signed-off-by: lihaowei <haoweili35@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another suggestion: isTmpBlockDir -> isTmpDir
|
@codesome PTAL |
|
I think the issue also involves cleaning up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can you please fix the DCO? I will merge after that
I see that the issue is titled (and describes) deleting checkpoint dirs, so it should be fine to close it. (the meta.json.tmp file stuff is in code comment, which is still intact) |
Signed-off-by: lihaowei <haoweili35@gmail.com>
Signed-off-by: lihaowei <haoweili35@gmail.com>
done |
Signed-off-by: lihaowei haoweili35@gmail.com
Resolves #10245