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

Crash recovery for logstore and journal vdev #379

Closed
sanebay opened this issue Apr 11, 2024 · 0 comments
Closed

Crash recovery for logstore and journal vdev #379

sanebay opened this issue Apr 11, 2024 · 0 comments
Assignees
Milestone

Comments

@sanebay
Copy link
Contributor

sanebay commented Apr 11, 2024

  1. Find the area's in journal vdev where we need crash recovery points.

  2. Implmenet those flip points.

  3. Chunk get from and release from the pool. Multiple head chunks.

  4. Remove log store, log dev.

  5. Flush of log group

  6. LogDevMeta resever_store_id, truncate() just before persist.

  7. During truncate, release of chunks.

  8. We also need to add flip point when we add new chunks to the journal_vdev, in which we do persistence of the private data and think it through what will happen on reboot and verify with a test case.

@sanebay sanebay added this to the MileStone4.2 milestone Apr 11, 2024
@sanebay sanebay self-assigned this Apr 11, 2024
@sanebay sanebay changed the title Crash recovery for journalvdev Crash recovery for logstore and journal vdev Jun 11, 2024
@sanebay sanebay closed this as completed Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant