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

chore: config aws s3 sdk to avoid connection closed error #50993

Conversation

tryangul
Copy link
Contributor

@tryangul tryangul commented Jan 8, 2025

What

Configures the okhttp client wrapper inside the s3 client to poll for idle connections

Why

We have seen a lot of transient errors due to closed connections and this is the maintainer sanctioned way of alleviating these issues.

See this gh thread for background.

We may switch to a different workaround if this doesn't reduce failures appreciably.

@tryangul tryangul requested a review from a team as a code owner January 8, 2025 23:14
Copy link

vercel bot commented Jan 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ❌ Failed (Inspect) Jan 8, 2025 11:37pm

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues CDK Connector Development Kit connectors/destination/s3 labels Jan 8, 2025
@tryangul
Copy link
Contributor Author

tryangul commented Jan 8, 2025

/format-fix

Format-fix job started... Check job output.

✅ Changes applied successfully. (fb42d70)

@tryangul
Copy link
Contributor Author

tryangul commented Jan 9, 2025

Closing in favor of #50995 since it doesn't hit vercel issues

@tryangul tryangul closed this Jan 9, 2025
@tryangul tryangul deleted the rbroughan/config-aws-s3-sdk-to-avoid-connection-closed-error branch January 9, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit connectors/destination/s3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants