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

No need to flush non-durable commits anymore #906

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

mconst
Copy link
Contributor

@mconst mconst commented Nov 25, 2024

Now that we have #897, we no longer need special-case code to flush non-durable commits on shutdown, since Database::drop() now guarantees that the last commit before shutdown is a durable commit with quick-repair enabled.

We no longer need special-case code to flush non-durable commits on
shutdown, since Database::drop() now guarantees that the last commit
before shutdown is a durable commit with quick-repair enabled
@cberner cberner merged commit 71e3b41 into cberner:master Nov 25, 2024
3 checks passed
@mconst mconst deleted the non_durable_flush branch November 25, 2024 04:20
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.

2 participants