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

Backport: Add exception handling for OSError that my be thrown by os.fsync #6020

Open
wants to merge 1 commit into
base: 92lts
Choose a base branch
from

Commits on Sep 3, 2024

  1. Add exception handling for OSError that my be thrown by os.fsync

    We've seen instances where "Bad file descriptor" OSError was raised.
    This looks similar to 52d69be.
    Handle in the same way by ignoring the error and continuing execution.
    
    Signed-off-by: Sebastian Mitterle <[email protected]>
    smitterl committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5698332 View commit details
    Browse the repository at this point in the history