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

GH-263: Fix race condition in BufferedIoOutputStream #264

Merged
merged 1 commit into from
Nov 2, 2022

Commits on Nov 2, 2022

  1. apacheGH-263: Fix race condition in BufferedIoOutputStream

    Don't try to write a future that's already done in startWrite(). Just
    skip it and try the next one, if any.
    
    Fixes apache#263.
    
    Bug: apache#263
    tomaswolf committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    ba82c13 View commit details
    Browse the repository at this point in the history