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.17] Add prefix support to hashed prefix & infix path types on remote store #15669

Merged
merged 5 commits into from
Sep 5, 2024

Merge remote-tracking branch 'upstream/2.17' into 2.17-backport-15557

68060a1
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.17] Add prefix support to hashed prefix & infix path types on remote store #15669

Merge remote-tracking branch 'upstream/2.17' into 2.17-backport-15557
68060a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 5, 2024 in 1s

78.57% of diff hit (target 71.73%)

View this Pull Request on Codecov

78.57% of diff hit (target 71.73%)

Annotations

Check warning on line 132 in server/src/main/java/org/opensearch/action/admin/cluster/repositories/cleanup/TransportCleanupRepositoryAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/repositories/cleanup/TransportCleanupRepositoryAction.java#L132

Added line #L132 was not covered by tests

Check warning on line 97 in server/src/main/java/org/opensearch/index/remote/RemoteStorePathStrategy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/remote/RemoteStorePathStrategy.java#L97

Added line #L97 was not covered by tests

Check warning on line 2902 in server/src/main/java/org/opensearch/index/shard/IndexShard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/shard/IndexShard.java#L2902

Added line #L2902 was not covered by tests

Check warning on line 2907 in server/src/main/java/org/opensearch/index/shard/IndexShard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/shard/IndexShard.java#L2907

Added line #L2907 was not covered by tests

Check warning on line 50 in server/src/main/java/org/opensearch/index/store/RemoteSegmentStoreDirectoryFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/RemoteSegmentStoreDirectoryFactory.java#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 40 in server/src/main/java/org/opensearch/index/store/lockmanager/RemoteStoreLockManagerFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/lockmanager/RemoteStoreLockManagerFactory.java#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 64 in server/src/main/java/org/opensearch/index/store/lockmanager/RemoteStoreLockManagerFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/lockmanager/RemoteStoreLockManagerFactory.java#L64

Added line #L64 was not covered by tests

Check warning on line 800 in server/src/main/java/org/opensearch/node/Node.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/node/Node.java#L800

Added line #L800 was not covered by tests

Check warning on line 1374 in server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java#L1374

Added line #L1374 was not covered by tests

Check warning on line 259 in server/src/main/java/org/opensearch/snapshots/SnapshotsService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/snapshots/SnapshotsService.java#L259

Added line #L259 was not covered by tests