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

Handle exceptions when flushing WAL #3283

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Handle exceptions when flushing WAL #3283

merged 1 commit into from
Apr 16, 2024

Commits on Apr 15, 2024

  1. Catch IO exceptions when flushing WAL and log them

    Unhandled exceptions in the Database destructor can't be easily handled in the
    rust API, and even in the C++ API it may cause terminate to be called, which is not very
    user-friendly and will bypass other error reporting mechanisms.
    benjaminwinger committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6dc0fd6 View commit details
    Browse the repository at this point in the history