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

Conversation

tomaswolf
Copy link
Member

Don't try to write a future that's already done in startWrite(). Just skip it and try the next one, if any.

Fixes #263.

Bug: #263

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 tomaswolf merged commit ba82c13 into apache:master Nov 2, 2022
@tomaswolf tomaswolf deleted the gh-263 branch November 2, 2022 22:38
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.

Race condition in BufferedIoOutputStream
1 participant