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

Simplify diff calculation for remote routing table #15100

Merged
merged 8 commits into from
Sep 2, 2024

Merge branch 'main' into main-simplify-rrt.

ea927cc
Select commit
Loading
Failed to load commit list.
Merged

Simplify diff calculation for remote routing table #15100

Merge branch 'main' into main-simplify-rrt.
ea927cc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2024 in 1s

71.94% (target 70.00%)

View this Pull Request on Codecov

71.94% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 79.82456% with 23 lines in your changes missing coverage. Please review.

Project coverage is 71.94%. Comparing base (b54e867) to head (ea927cc).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...arch/gateway/remote/RemoteClusterStateService.java 60.60% 6 Missing and 7 partials ⚠️
...earch/gateway/remote/ClusterStateDiffManifest.java 86.95% 1 Missing and 2 partials ⚠️
...h/cluster/routing/RoutingTableIncrementalDiff.java 94.11% 2 Missing ⚠️
...ay/remote/model/RemoteClusterMetadataManifest.java 33.33% 1 Missing and 1 partial ⚠️
...a/org/opensearch/cluster/routing/RoutingTable.java 50.00% 1 Missing ⚠️
...search/gateway/remote/ClusterMetadataManifest.java 90.00% 1 Missing ⚠️
...ay/remote/routingtable/RemoteRoutingTableDiff.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15100      +/-   ##
============================================
- Coverage     71.97%   71.94%   -0.03%     
+ Complexity    63823    63724      -99     
============================================
  Files          5250     5249       -1     
  Lines        297861   297857       -4     
  Branches      43039    43047       +8     
============================================
- Hits         214374   214299      -75     
- Misses        65962    65966       +4     
- Partials      17525    17592      +67     

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