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

zq update through "s3io.Reader: reissue request on ECONNRESET" by mattnibs #1454

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

This is an auto-generated PR with a zq dependency update needing manual attention. brimdata/super#2106, authored by @mattnibs, has been merged, however zq could not be updated automatically. Please see https://github.com/brimsec/brim/actions/runs/558354608 for the original failing run. If a Brim update is needed, you may use the branch on this PR to do so.


s3io.Reader: reissue request on ECONNRESET

If a "connection error" reset is encountered while reading a s3 object attempt
to restart the connection and resume read at the current offset.

This solves a bug found when trying to ingest several s3 hosted log files:
several files will stop ingesting with the error "connection reset by peer".
There seems to be a curious behavior of the s3 service that happens when
a single session maintains numerous long-running download connections to
various objects in a bucket- the service appears to reset connections at
random.

See: aws/aws-sdk-go#1242

Closes brimdata/super#2005

@philrz philrz closed this Feb 17, 2021
@philrz philrz deleted the zqbot-s3-reader-retry-70ee12e branch February 17, 2021 19:31
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.

"read: connection reset by peer" after ~6 minutes during large "zapi postpath" from S3
1 participant