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

Return null Chunk instead of throwing IOException when read incomplete #1997

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

KronicDeth
Copy link
Owner

Fixes #974

Changelog

Bug Fixes

  • Return null Chunk instead of throwing IOException when read incomplete.
    Incomplete reads happen often due to incomplete writes to the file system being read in. As such, they shouldn't generate error reports and instead should be silently ignored.

@KronicDeth KronicDeth added this to the 11.11.1 milestone Jun 30, 2021
@KronicDeth KronicDeth self-assigned this Jun 30, 2021
Fixes #974

Incomplete reads happen often due to incomplete writes to the file system being read in, as such, they shouldn't generate error reports and instead should be silently ignored.
@KronicDeth KronicDeth merged commit 18ad280 into main Jun 30, 2021
@KronicDeth KronicDeth deleted the eof-exception branch June 30, 2021 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant