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

AWS connection keep-alive #2852

Merged
merged 2 commits into from
Sep 18, 2017
Merged

AWS connection keep-alive #2852

merged 2 commits into from
Sep 18, 2017

Conversation

bboreham
Copy link
Collaborator

This change is parallel to cortexproject/cortex#537 - Scope uses more S3 than Dynamo, but the symptoms and reasoning are the same.

Briefly, we set MaxIdleConnsPerHost to 100 to avoid Go killing connections we could otherwise re-use.

so it will allow multiple keep-alive connections to the same
destination
Copy link
Contributor

@jml jml left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like a boss.

@bboreham bboreham merged commit b0cd180 into master Sep 18, 2017
@bboreham bboreham deleted the s3-connections branch September 30, 2017 17:55
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