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

fix: router transformer client fails with error connect: cannot assign requested address #3898

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

atzoum
Copy link
Contributor

@atzoum atzoum commented Sep 21, 2023

Description

Problem caused by exhausted sockets on the container, due to having too many connections in TIME_WAIT state.
Related to golang/go#16012

  • Using common http transport setting for both processor and router transformer clients
  • Change IdleConnTimeout: 30 * time.Second
  • Change default MaxIdleConnsPerHost: 10

Linear Ticket

PIPE-330

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@atzoum atzoum changed the base branch from master to release/1.14.x September 21, 2023 13:09
@atzoum atzoum merged commit 1cb5d5d into release/1.14.x Sep 21, 2023
40 checks passed
@atzoum atzoum deleted the fix.rtTransfTransport branch September 21, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants