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

Make search pipelines asynchronous #10598

Merged
merged 3 commits into from
Oct 30, 2023

Rename async methods (put async at end)

70567bd
Select commit
Loading
Failed to load commit list.
Merged

Make search pipelines asynchronous #10598

Rename async methods (put async at end)
70567bd
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 29, 2023 in 0s

71.25% (target 70.00%)

View this Pull Request on Codecov

71.25% (target 70.00%)

Details

Codecov Report

Merging #10598 (70567bd) into main (be65f54) will increase coverage by 0.03%.
Report is 4 commits behind head on main.
The diff coverage is 93.33%.

@@             Coverage Diff              @@
##               main   #10598      +/-   ##
============================================
+ Coverage     71.21%   71.25%   +0.03%     
- Complexity    58689    58767      +78     
============================================
  Files          4870     4872       +2     
  Lines        276539   276594      +55     
  Branches      40190    40189       -1     
============================================
+ Hits         196945   197092     +147     
+ Misses        63192    63096      -96     
- Partials      16402    16406       +4     
Files Coverage Δ
...g/opensearch/search/pipeline/PipelinedRequest.java 100.00% <100.00%> (ø)
...nsearch/search/pipeline/SearchPipelineService.java 85.51% <100.00%> (-0.07%) ⬇️
...search/search/pipeline/SearchRequestProcessor.java 100.00% <100.00%> (ø)
...earch/search/pipeline/SearchResponseProcessor.java 100.00% <100.00%> (ø)
.../java/org/opensearch/search/pipeline/Pipeline.java 85.81% <96.62%> (+2.98%) ⬆️
...pensearch/action/search/TransportSearchAction.java 67.69% <70.58%> (+1.08%) ⬆️

... and 460 files with indirect coverage changes