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

release-22.2: backupccl: always track opened writer #104207

Merged
merged 1 commit into from Jun 1, 2023

Commits on Jun 1, 2023

  1. backupccl: always track opened writer

    Previously we would do things -- like wrap the opened writer with an encryption shim --
    after opening the writer but before storing it in the sink. This could mean that if the
    sink opened a writer, but failed to save it, and was then closed it would fail to close
    the writer. This changes that, so that as soon as the writer is opened it is saved and
    then if it is later wrapped, saved again, to ensure that we cannot lose track of any
    successfully opened writer.
    
    Fixes: #103597.
    
    Release note: none.
    dt committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    77253be View commit details
    Browse the repository at this point in the history