-
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
CircuitBreakingException for too many shards in snapshot status API call #15688
CircuitBreakingException for too many shards in snapshot status API call #15688
Conversation
❌ Gradle check result for aa93482: null 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? |
aa93482
to
02e9680
Compare
❌ Gradle check result for 02e9680: null 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? |
…API call Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
02e9680
to
7f9955c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15688 +/- ##
============================================
- Coverage 72.00% 71.88% -0.13%
+ Complexity 64149 64068 -81
============================================
Files 5269 5269
Lines 299834 299869 +35
Branches 43330 43340 +10
============================================
- Hits 215895 215549 -346
- Misses 66217 66565 +348
- Partials 17722 17755 +33 ☔ View full report in Codecov by Sentry. |
…API call (opensearch-project#15688) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
…API call (opensearch-project#15688) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
…API call (opensearch-project#15688) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
…API call (opensearch-project#15688) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Description
Throw
CircuitBreakingException
for too many shards in snapshot status API callCheck List
API changes companion pull request created, if applicable.Public documentation issue/PR created, if applicable.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.