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] Experimental gRPC transport plugin #16954

Add gRPC server as transport-grpc plugin (#16534)

7bbe9bd
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Experimental gRPC transport plugin #16954

Add gRPC server as transport-grpc plugin (#16534)
7bbe9bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2025 in 2s

71.86% (target 70.00%)

View this Pull Request on Codecov

71.86% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 64.19753% with 58 lines in your changes missing coverage. Please review.

Project coverage is 71.86%. Comparing base (36a02a1) to head (7bbe9bd).
Report is 2 commits behind head on 2.x.

Files with missing lines Patch % Lines
...arch/transport/grpc/Netty4GrpcServerTransport.java 73.40% 18 Missing and 7 partials ⚠️
...c/main/java/org/opensearch/bootstrap/Security.java 0.00% 12 Missing ⚠️
...a/org/opensearch/common/network/NetworkModule.java 25.00% 10 Missing and 2 partials ⚠️
...java/org/opensearch/transport/grpc/GrpcPlugin.java 0.00% 4 Missing ⚠️
...g/opensearch/http/AbstractHttpServerTransport.java 33.33% 3 Missing and 1 partial ⚠️
...in/java/org/opensearch/transport/TcpTransport.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16954      +/-   ##
============================================
- Coverage     71.89%   71.86%   -0.04%     
+ Complexity    65511    65502       -9     
============================================
  Files          5314     5316       +2     
  Lines        305467   305588     +121     
  Branches      44509    44516       +7     
============================================
- Hits         219615   219596      -19     
- Misses        67545    67688     +143     
+ Partials      18307    18304       -3     

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