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

Log stream errors #137

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Log stream errors #137

merged 1 commit into from
Jun 1, 2024

Conversation

cole-h
Copy link
Collaborator

@cole-h cole-h commented May 28, 2024

Closes #124.

Unless other knowledge comes to light, it appears that that was actually caused by an error in the actual stream of data itself -- I tested this by uploading something (with the storage backend as local), then manually messing with the database to change the remote_file and remote_file_id columns on the chunk table to point to some bogus (but valid-syntax) location in an S3 bucket. When trying to download, I would see errors from Nix but nothing from attic. Adding this print rectifies that.

@zhaofengli
Copy link
Owner

LGTM, thanks!

@zhaofengli zhaofengli merged commit 0558269 into zhaofengli:main Jun 1, 2024
11 checks passed
@cole-h cole-h deleted the log-stream-errors branch June 4, 2024 15:32
@cole-h
Copy link
Collaborator Author

cole-h commented Jul 26, 2024

FYI, it appears the issue this was fixing was reintroduced as part of the axum 0.7 update in #138 -- I've re-fixed it in #154

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.

Stream error in h2 framing layer reported by nix
2 participants