-
Notifications
You must be signed in to change notification settings - Fork 59
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
[Backport 2.1] Handling OpenSearchRejectExecuteException Exception (#1004) #1023
[Backport 2.1] Handling OpenSearchRejectExecuteException Exception (#1004) #1023
Conversation
…ct#1004) * Handling OpenSearchRejectExecuteException Exception * introduced writersPerShard setting. Signed-off-by: sricharanvuppu <[email protected]> (cherry picked from commit 448e7a7) Signed-off-by: sricharanvuppu <[email protected]>
Signed-off-by: sricharanvuppu <[email protected]>
92b4c44
to
5bc8b90
Compare
Codecov Report
@@ Coverage Diff @@
## 2.1 #1023 +/- ##
============================================
+ Coverage 69.83% 76.41% +6.58%
- Complexity 956 1037 +81
============================================
Files 141 141
Lines 4674 4707 +33
Branches 519 525 +6
============================================
+ Hits 3264 3597 +333
+ Misses 1079 778 -301
- Partials 331 332 +1
|
var highWatermark = initialSeqNo | ||
for (m in channel) { | ||
rateLimiter.acquire() |
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.
This should not be here, can you move it to before the while statement.
Signed-off-by: sricharanvuppu <[email protected]>
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
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.