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/patch succeeded Sep 2, 2024 in 0s

79.82% of diff hit (target 71.97%)

View this Pull Request on Codecov

79.82% of diff hit (target 71.97%)

Annotations

Check warning on line 442 in server/src/main/java/org/opensearch/cluster/routing/RoutingTable.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/routing/RoutingTable.java#L442

Added line #L442 was not covered by tests

Check warning on line 36 in server/src/main/java/org/opensearch/cluster/routing/RoutingTableIncrementalDiff.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/routing/RoutingTableIncrementalDiff.java#L36

Added line #L36 was not covered by tests

Check warning on line 127 in server/src/main/java/org/opensearch/cluster/routing/RoutingTableIncrementalDiff.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/routing/RoutingTableIncrementalDiff.java#L127

Added line #L127 was not covered by tests

Check warning on line 876 in server/src/main/java/org/opensearch/gateway/remote/ClusterMetadataManifest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/gateway/remote/ClusterMetadataManifest.java#L876

Added line #L876 was not covered by tests

Check warning on line 485 in server/src/main/java/org/opensearch/gateway/remote/ClusterStateDiffManifest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/gateway/remote/ClusterStateDiffManifest.java#L485

Added line #L485 was not covered by tests

Check warning on line 1321 in server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateService.java#L1321

Added line #L1321 was not covered by tests

Check warning on line 1417 in server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateService.java#L1416-L1417

Added lines #L1416 - L1417 were not covered by tests

Check warning on line 1466 in server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateService.java#L1465-L1466

Added lines #L1465 - L1466 were not covered by tests

Check warning on line 158 in server/src/main/java/org/opensearch/gateway/remote/model/RemoteClusterMetadataManifest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/gateway/remote/model/RemoteClusterMetadataManifest.java#L158

Added line #L158 was not covered by tests

Check warning on line 94 in server/src/main/java/org/opensearch/gateway/remote/routingtable/RemoteRoutingTableDiff.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/gateway/remote/routingtable/RemoteRoutingTableDiff.java#L94

Added line #L94 was not covered by tests