Ashish Singh

Results 20 issues of Ashish Singh

### Please describe the end goal of this project Proposing a path structure that tries to distribute all shards deterministically over multiple prefixes. The end goal of this initiative is...

Meta
Storage:Performance
v2.14.0

**Describe the bug** `org.opensearch.snapshots.DeleteSnapshotIT.testDeleteShallowCopySnapshot` test is flaky on main branch. I ran the test on loop and it failed on the 15th iteration itself. **To Reproduce** The same seed is...

bug
flaky-test

### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] New functionality includes...

**Describe the bug** `org.opensearch.snapshots.CloneSnapshotIT.testShallowCloneNameAvailability` is flaky **To Reproduce** [org.opensearch.snapshots.CloneSnapshotIT.testShallowCloneNameAvailability](https://build.ci.opensearch.org/job/gradle-check/25992/testReport/junit/org.opensearch.snapshots/CloneSnapshotIT/testShallowCloneNameAvailability/) **Expected behavior** Test should always pass **Plugins** Please list all plugins currently enabled. **Screenshots** If applicable, add screenshots to help explain...

bug
flaky-test
Storage:Snapshots

**Describe the bug** `org.opensearch.search.profile.query.QueryProfilerTests.testBasic {p0=5}` test is flaky. Below assertion failure can be seen - ``` java.lang.AssertionError: Expected: a value greater than but: was equal to ``` **To Reproduce** https://build.ci.opensearch.org/job/gradle-check/29044/testReport/junit/org.opensearch.search.profile.query/QueryProfilerTests/testBasic__p0_5_/...

bug
Severity-Major
flaky-test

### Describe the bug `org.opensearch.gateway.RecoveryFromGatewayIT.testShardStoreFetchMultiNodeMultiIndexesUsingBatchAction` is flaky. The test has failed with following assertion error - ``` java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([9A2B696D9C127572:2284114987D3AC17]:0) at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertFalse(Assert.java:65) at org.junit.Assert.assertFalse(Assert.java:75) at org.opensearch.gateway.RecoveryFromGatewayIT.assertNodeStoreFilesMetadataSuccessCase(RecoveryFromGatewayIT.java:946)...

bug
flaky-test
Cluster Manager

### Description Adds description about multiple settings that have been introduced as part of remote store feature in 2.14 OpenSearch release. ### Issues Resolved Closes #6675 ### Checklist - [x]...

4 - Doc Review
release-notes
v2.14.0

**What do you want to do?** - [x] Request a change to existing documentation - [ ] Add new documentation - [ ] Report a technical problem with the documentation...

2 - In progress
v2.14.0

### Description Following up from the RFC https://github.com/opensearch-project/OpenSearch/issues/15146, in this PR, we implement the same. More details can be seen in the RFC itself. Below is the summarised change -...

enhancement
discuss
RFC
backport 2.x
Storage:Snapshots

### Is your feature request related to a problem? Please describe As of today, the repository data is not cached if the compressed (using default - DEFLATE) size of repository...

enhancement
good first issue
skip-changelog
Storage:Snapshots