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

update mrecordlog to 0.4 #3600

Merged
merged 2 commits into from
Jul 3, 2023
Merged

update mrecordlog to 0.4 #3600

merged 2 commits into from
Jul 3, 2023

Conversation

trinity-1686a
Copy link
Contributor

Description

update mrecordlog to a newer version, with better resilience to corrupted wal.
fix #3589

How was this PR tested?

I created an index, ingested a few gigabytes worth of data, killed quickwit and overwrote a few bytes in the file. I then restarted quickwit. When ingestion ended, I compared result to a normal ingestion. It lost 2319 docs (8.5MB), which is about one call to append_records, the smallest unit of data in mrecordlog.

@trinity-1686a trinity-1686a merged commit ae7821f into main Jul 3, 2023
7 checks passed
@trinity-1686a trinity-1686a deleted the recover-from-corruption branch July 3, 2023 14:46
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

Successfully merging this pull request may close these issues.

indexer failed to start when WAL file is corrupted
2 participants