Skip to content
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

feat: introduce manifest file for fast disk cache clear #780

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

fix: fix watermark updates

d6c6690
Select commit
Loading
Failed to load commit list.
Open

feat: introduce manifest file for fast disk cache clear #780

fix: fix watermark updates
d6c6690
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Oct 27, 2024 in 0s

3 / 3 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
Introduce manifest file to disk cache for fast disk cache clear. Incomplete
Direct fs device can use default manifest file, direct file device must specify one. Incomplete
Remove small object disk cache meta region, use manifest file instead. Incomplete
I have written the necessary rustdoc comments Completed
I have added the necessary unit tests and integration tests Completed
I have passed make all (or make fast instead if the old tests are not modified) in my local environment. Completed