-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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.x] Add batching processor base type AbstractBatchingProcessor #14595
Conversation
Signed-off-by: Liyun Xiu <xiliyun@amazon.com> (cherry picked from commit 8e493f3) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14595 +/- ##
============================================
+ Coverage 71.41% 71.95% +0.54%
- Complexity 62286 62755 +469
============================================
Files 5102 5103 +1
Lines 293188 293264 +76
Branches 42718 42731 +13
============================================
+ Hits 209372 211016 +1644
+ Misses 66198 64865 -1333
+ Partials 17618 17383 -235 ☔ View full report in Codecov by Sentry. |
❕ Gradle check result for 12c92d1: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
…h-project#14554) (opensearch-project#14595) (cherry picked from commit 8e493f3) Signed-off-by: Liyun Xiu <xiliyun@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: kkewwei <kkewwei@163.com>
Backport 8e493f3 from #14554.