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

AppendBlkAllocator to handle crash recovery #373

Open
hkadayam opened this issue Apr 9, 2024 · 0 comments
Open

AppendBlkAllocator to handle crash recovery #373

hkadayam opened this issue Apr 9, 2024 · 0 comments
Assignees
Milestone

Comments

@hkadayam
Copy link
Collaborator

hkadayam commented Apr 9, 2024

AppendBlkAllocator as of now ignores alloc_on_disk and mark_blk_allocated and as a result post crash recovery it will not be able to recommit them. Need to make it inline with BlkAllocator requirement and support all the APIs. We could also avoid taking lock and storing them in temporary dirty_sb_buf as well.

@hkadayam hkadayam added this to the MileStone4.2 milestone Apr 9, 2024
@hkadayam hkadayam self-assigned this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant