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

Experimental gRPC transport plugin #16534

Merged
merged 19 commits into from
Dec 31, 2024

Move resolve<Transport>PublishPort() from TcpTransport -> Transport.

6fc1453
Select commit
Loading
Failed to load commit list.
Merged

Experimental gRPC transport plugin #16534

Move resolve<Transport>PublishPort() from TcpTransport -> Transport.
6fc1453
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 31, 2024 in 0s

72.20% (target 70.00%)

View this Pull Request on Codecov

72.20% (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 72.20%. Comparing base (7ae66d0) to head (6fc1453).

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              @@
##               main   #16534      +/-   ##
============================================
- Coverage     72.28%   72.20%   -0.09%     
+ Complexity    65238    65197      -41     
============================================
  Files          5297     5299       +2     
  Lines        303351   303472     +121     
  Branches      43918    43925       +7     
============================================
- Hits         219279   219111     -168     
- Misses        66120    66355     +235     
- Partials      17952    18006      +54     

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