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

Add pool_idle_timeout options for s3 and sts clients #458

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

mosyp
Copy link
Contributor

@mosyp mosyp commented Oct 12, 2021

A follow up of #451 (comment)

My local testing with these changes fixed the

 HttpDispatch(HttpDispatchError { message: "Error during dispatch: error writing a body to connection: Broken pipe (os error 32)" })

Since now, the client (rusoto/hyper) timeout (15 sec) is less than S3 server (20 sec), as such, the connection won't be closed by server.

@mosyp mosyp enabled auto-merge (squash) October 12, 2021 12:22
@mosyp mosyp merged commit 8d12ad8 into delta-io:main Oct 12, 2021
@mosyp mosyp deleted the pool_idle_timeout_s3 branch October 12, 2021 14:13
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.

2 participants