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

TruncatedOutput fix #506

Merged
merged 15 commits into from
Jul 30, 2024
Merged

Conversation

mjurbanski-reef
Copy link
Contributor

@mjurbanski-reef mjurbanski-reef commented Jul 30, 2024

The core fix is in reef-technologies@f3f0521 .

The core problem was that:

  • thread pool tasks were never awaited, hence the actual connection errors were silent
  • data streaming errors were not properly try-excepted and therefor single error during data transmission was never retried

Fixes Backblaze/B2_Command_Line_Tool#554

@mjurbanski-reef mjurbanski-reef merged commit 7535c7a into Backblaze:master Jul 30, 2024
27 checks passed
@mjurbanski-reef mjurbanski-reef deleted the truncation_fix branch July 30, 2024 19:27
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.

TruncatedOutput: only 1495314753 of 2121389892 bytes read
1 participant