Sachin Kale

Results 18 issues of Sachin Kale

Signed-off-by: Sachin Kale ### Description Allow `remote_store.enabled=true` index setting only when replication type is set to segment replication (`replicaiton.type=SEGMENT`). ### Issues Resolved - https://github.com/opensearch-project/OpenSearch/issues/3147 ### Check List - [X] New...

Signed-off-by: Sachin Kale ### Description - To avoid concurrency issues where two primary exists for a given shard at the same time and upload segment files which can overwrite each...

**Is your feature request related to a problem? Please describe.** - Issues listed under this meta issue are related to Remote Segment Store. **Describe the solution you'd like** - [x]...

enhancement
distributed framework

**Describe the solution you'd like** As per the comment: https://github.com/opensearch-project/OpenSearch/pull/4020#discussion_r939948386, uploadMetadata should not be a public method. This will allow to abstract it as part of `RemoteSegmentStoreDirectory` and callers will...

enhancement
untriaged

As Rest APIs use clj-http internally, can we add _async?_ functionality supported by clj-http? Reference: https://github.com/dakrone/clj-http#async-http-request

### Description - When an instance of Store is created, a shardlock is created which is released on closing the instance of store. - Currently, we create 2 instances of...

skip-changelog
Storage:Remote

Using the same seed does not always fail the test. We need to run the test multiple times to get the failure (On my local, I got it on the...

bug
flaky-test
Indexing:Replication
v2.11.0

**Describe the bug** org.opensearch.remotestore.ReplicaToPrimaryPromotionIT.testPromoteReplicaToPrimary is flaky ``` [127.0.0.1:33059][indices:admin/refresh[s][p]]]; nested: RetryOnPrimaryException[shard is not in primary mode]; nested: ShardNotInPrimaryModeException[CurrentState[STARTED] shard is not in primary mode]; ]] Expected: but: was at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at...

bug
distributed framework
Storage:Durability
v2.15.0

### Description - Currently, in remote backed index, we upload segment metadata to remote store which also contains `SegmentInfosSnapshot`. - This was done as part of https://github.com/opensearch-project/OpenSearch/pull/7777 to keep metadata...

enhancement
Storage:Remote
v2.14.0

**Describe the blog post your would like to write** - `Remote Backed Storage`, a new feature that enables request-level durability with remote storage options like Amazon S3, OCI Object Storage,...

new blog