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

Update rds template with new s3 sink client options #4963

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

oeyh
Copy link
Collaborator

@oeyh oeyh commented Sep 19, 2024

Description

Update rds template with new s3 sink client options from #4959 . This is supposed to help resolve the error mentioned in #4949 in RDS source performance testing.

Default is 50 for max_connections and 10s for acquire_timeout. Doubling both here.

Issues Resolved

N/A

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@@ -48,6 +48,9 @@
codec:
event_json:
default_bucket_owner: "<<FUNCTION_NAME:getAccountIdFromRole,PARAMETER:$.<<pipeline-name>>.source.rds.aws.sts_role_arn>>"
client:
max_connections: 100
Copy link
Member

Choose a reason for hiding this comment

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

isn't this the default value ?

Copy link
Collaborator Author

@oeyh oeyh Sep 20, 2024

Choose a reason for hiding this comment

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

Default is 50 for max_connections and 10s for acquire_timeout. Doubling both here.

@oeyh oeyh merged commit 3550162 into opensearch-project:main Sep 20, 2024
44 of 47 checks passed
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.

3 participants