-
Notifications
You must be signed in to change notification settings - Fork 910
Add specific http configurations for cloudwatch and s3 #1450
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
Conversation
|
||
protected static CloudWatchAsyncClient cloudWatchAsyncClient = | ||
CloudWatchAsyncClient.builder() | ||
.httpClientBuilder(NettyNioAsyncHttpClient.builder().maxConcurrency(CONCURRENCY)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forget how this works...does this one merge the custom config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup
// } finally { | ||
// S3AsyncStabilityTest.cleanup(); | ||
// } | ||
// try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are for testing purpose. I'll move the code snippets to javadoc section.
Codecov Report
@@ Coverage Diff @@
## master #1450 +/- ##
============================================
+ Coverage 73.73% 73.74% +<.01%
Complexity 684 684
============================================
Files 847 848 +1
Lines 25990 25995 +5
Branches 1992 1992
============================================
+ Hits 19165 19171 +6
Misses 5962 5962
+ Partials 863 862 -1
Continue to review full report at Codecov.
|
7eb7710
to
b229117
Compare
b229117
to
f1473cf
Compare
Description
connectionMaxIdleTime
connectionMaxIdleTime
Motivation and Context
#1380 , #1122
Testing
Added low TPS long interval stability tests. Verified the tests failed w/o the changes and succeeded w the change.
Types of changes
Checklist
mvn install
succeedsLicense