-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Reconfigure remote state thread pool count #16245
Reconfigure remote state thread pool count #16245
Conversation
❌ Gradle check result for 0ffa818: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3RepositoryPlugin.java
Show resolved
Hide resolved
❌ Gradle check result for a2e211d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
a2e211d
to
c66706c
Compare
❌ Gradle check result for c66706c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Sooraj Sinha <[email protected]>
Signed-off-by: Sooraj Sinha <[email protected]>
c66706c
to
1cec60e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16245 +/- ##
============================================
+ Coverage 71.97% 72.08% +0.10%
- Complexity 64771 64784 +13
============================================
Files 5302 5302
Lines 302473 302472 -1
Branches 43699 43699
============================================
+ Hits 217715 218043 +328
+ Misses 66950 66525 -425
- Partials 17808 17904 +96 ☔ View full report in Codecov by Sentry. |
❌ Gradle check result for 700ba03: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
700ba03
to
c680d49
Compare
❌ Gradle check result for c680d49: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
c680d49
to
f126e1d
Compare
❌ Gradle check result for f126e1d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Sooraj Sinha <[email protected]>
f126e1d
to
7f1debb
Compare
* Reconfigure remote state thread pool count Signed-off-by: Sooraj Sinha <[email protected]> (cherry picked from commit 691f725) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Reconfigure remote state thread pool count Signed-off-by: Sooraj Sinha <[email protected]>
* Reconfigure remote state thread pool count Signed-off-by: Sooraj Sinha <[email protected]>
* Reconfigure remote state thread pool count Signed-off-by: Sooraj Sinha <[email protected]>
* Reconfigure remote state thread pool count Signed-off-by: Sooraj Sinha <[email protected]>
Description
Configuring the thread pool for remote state read and write in order to increase the thread count.
Related Issues
#16055
Check List
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.