Sachin Kale
Sachin Kale
### Description - Currently, when we configure remote store for a cluster, both data and metadata (of segment, translog and cluster state) is stored in the same store. - But...
### 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...
### Description - As part of shallow snapshot optimisations, we are introducing timestamp based implicit locking support. This feature will be called Timestamp Pinning in remote backed storage. When a...
### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] Functionality includes testing....
### Description - This PR addresses following comments on the earlier PRs: - https://github.com/opensearch-project/OpenSearch/pull/15017#discussion_r1732636725 - https://github.com/opensearch-project/OpenSearch/pull/15180/files#r1719741169 ### Check List - [x] Functionality includes testing. - [ ] API changes companion...
### Is your feature request related to a problem? Please describe - Currently, majority of the build failures for OpenSearch repo are due to flaky tests. - Re-triggering the build...
### Description - In https://github.com/opensearch-project/OpenSearch/pull/16332, we provided a solution to always keep last metadata file even if index is deleted. - But this still does not solve a problem with...
### Description ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] Functionality includes testing. - [ ] API changes...