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 new experimental HTTP transport based on Netty 4 and Project Reactor (Reactor Netty) (#9672) #11108

Merged
merged 1 commit into from
Nov 7, 2023

[Streaming Indexing] Introduce new experimental HTTP transport based …

c737c9d
Select commit
Loading
Failed to load commit list.
Merged

[Backport] [2.x] [Streaming Indexing] Introduce new experimental HTTP transport based on Netty 4 and Project Reactor (Reactor Netty) (#9672) #11108

[Streaming Indexing] Introduce new experimental HTTP transport based …
c737c9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2023 in 1s

71.05% (target 70.00%)

View this Pull Request on Codecov

71.05% (target 70.00%)

Details

Codecov Report

Merging #11108 (c737c9d) into 2.x (7bf2a3a) will increase coverage by 0.06%.
Report is 6 commits behind head on 2.x.
The diff coverage is 56.50%.

@@             Coverage Diff              @@
##                2.x   #11108      +/-   ##
============================================
+ Coverage     70.98%   71.05%   +0.06%     
- Complexity    58932    58984      +52     
============================================
  Files          4851     4862      +11     
  Lines        278030   278391     +361     
  Branches      40766    40810      +44     
============================================
+ Hits         197357   197799     +442     
+ Misses        63916    63732     -184     
- Partials      16757    16860     +103     
Files Coverage Δ
...nsearch/http/netty4/Netty4HttpServerTransport.java 75.75% <ø> (ø)
...rg/opensearch/common/settings/ClusterSettings.java 92.85% <ø> (ø)
...ava/org/opensearch/http/HttpTransportSettings.java 96.15% <100.00%> (+0.07%) ⬆️
...http/reactor/netty4/ReactorNetty4HttpResponse.java 85.71% <85.71%> (ø)
...ansport/reactor/netty4/ReactorNetty4Transport.java 75.00% <75.00%> (ø)
...reactor/netty4/ReactorNetty4HttpServerChannel.java 83.33% <83.33%> (ø)
...h/http/reactor/netty4/NonStreamingHttpChannel.java 66.66% <66.66%> (ø)
...tp/reactor/netty4/NonStreamingRequestConsumer.java 77.77% <77.77%> (ø)
...nsearch/transport/reactor/ReactorNetty4Plugin.java 7.69% <7.69%> (ø)
...search/http/reactor/netty4/HttpConversionUtil.java 26.31% <26.31%> (ø)
... and 4 more

... and 466 files with indirect coverage changes