[Pull-based Ingestion] Support transient failure retries and create mode#18250
[Pull-based Ingestion] Support transient failure retries and create mode#18250andrross merged 2 commits intoopensearch-project:mainfrom
Conversation
863fe6d to
46a2662
Compare
|
❌ Gradle check result for 46a2662: 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? |
46a2662 to
627b12a
Compare
|
❌ Gradle check result for 627b12a: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18250 +/- ##
============================================
- Coverage 72.56% 72.54% -0.02%
+ Complexity 67380 67345 -35
============================================
Files 5488 5488
Lines 310994 311005 +11
Branches 45212 45213 +1
============================================
- Hits 225665 225634 -31
- Misses 66906 67011 +105
+ Partials 18423 18360 -63 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Varun Bharadwaj <varunbharadwaj1995@gmail.com>
627b12a to
005b4a7
Compare
server/src/main/java/org/opensearch/indices/pollingingest/MessageProcessorRunnable.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/indices/pollingingest/MessageProcessorRunnable.java
Show resolved
Hide resolved
Signed-off-by: Varun Bharadwaj <varunbharadwaj1995@gmail.com>
|
❌ Gradle check result for a9856a8: 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? |
|
❕ Gradle check result for a9856a8: 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. |
…ode (opensearch-project#18250) Signed-off-by: Varun Bharadwaj <varunbharadwaj1995@gmail.com>Signed-off-by: TJ Neuenfeldt <tjneu@amazon.com>
…ode (opensearch-project#18250) Signed-off-by: Varun Bharadwaj <varunbharadwaj1995@gmail.com>
Description
createmode along with currently supportedindexanddelete. This will allow users to set document ID maintained by them while also improving performance by inserting the document in create/append mode.Related Issues
Builds on top of #17427 and #17822
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.