Skip to content
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] [Streaming Indexing] Introduce bulk HTTP API streaming flavor (#15381) #15472

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

reta
Copy link
Collaborator

@reta reta commented Aug 28, 2024

Backport of #15381 to 2.x

…arch-project#15381)

* [Streaming Indexing] Introduce bulk HTTP API streaming flavor

Signed-off-by: Andriy Redko <[email protected]>

* Address code review comments

Signed-off-by: Andriy Redko <[email protected]>

* Add more test cases

Signed-off-by: Andriy Redko <[email protected]>

* Add more test cases

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit 8d17c8d)
Copy link
Contributor

❌ Gradle check result for 361e9dd: 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?

@reta reta force-pushed the backport/backport-15381-to-2.x branch from 361e9dd to 1dc1947 Compare August 28, 2024 16:30
Copy link
Contributor

❕ Gradle check result for 1dc1947: 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.

@reta reta merged commit 50d8fc5 into opensearch-project:2.x Aug 28, 2024
33 checks passed
Copy link

codecov bot commented Aug 28, 2024

Codecov Report

Attention: Patch coverage is 12.00000% with 44 lines in your changes missing coverage. Please review.

Project coverage is 71.73%. Comparing base (635d2e9) to head (1dc1947).
Report is 2 commits behind head on 2.x.

Files with missing lines Patch % Lines
...rc/main/java/org/opensearch/client/RestClient.java 0.00% 22 Missing ⚠️
.../rest/action/document/RestBulkStreamingAction.java 12.00% 20 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15472      +/-   ##
============================================
+ Coverage     71.72%   71.73%   +0.01%     
+ Complexity    63647    63585      -62     
============================================
  Files          5214     5214              
  Lines        297407   297446      +39     
  Branches      43290    43299       +9     
============================================
+ Hits         213312   213385      +73     
+ Misses        66303    66222      -81     
- Partials      17792    17839      +47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport PRs or issues specific to backporting features or enhancments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants