Varun Bansal
Varun Bansal
### Description - _remotestore/_restore will now support wildcards/regex for indices param. - Specifying body - `{ "indices": ["my-index-*"] }` will match all indices whose name start with `my-index-` and trigger...
### Is your feature request related to a problem? Please describe - During snapshot restore, individual shards can fail during restore, leading to red index. - Although the index is...
### Describe the bug While replica is being promoted to primary to primary failover we create a new engine pointing to last successful commit and replay the translog till global...
[Detailed Design Proposal] https://github.com/opensearch-project/OpenSearch/issues/13554 ### Introduction Opensearch process running with data role, has responsibilities to execute various Background Tasks apart from indexing & search, some of these are: - Segment...
* Support wildcard/regex for indices param in _remotestore/_restore Signed-off-by: bansvaru (cherry picked from commit 29ebd80fdd6771ccc2023bf432977c38c76bfd55) ### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be...
### Description - Adds test logging to debug flaky test. - Flaky Test `org.opensearch.remotestore.RemoteStoreRestoreIT.testRTSRestoreWithNoDataPostRefreshPrimaryReplicaDown` is not repro-able in local environment even after 5k iteration. - To be able to understand...
### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] New functionality includes...
### Description - Adds a new library offline-tasks hosting all the base classes and interfaces to be used for Offline Background Tasks ### Related Issues Resolves https://github.com/opensearch-project/OpenSearch/issues/13575 ### Check List...
### Is your feature request related to a problem? Please describe As proposed in https://github.com/opensearch-project/OpenSearch/issues/13554, we need various interfaces to build components required to run background tasks on offline nodes...
### Is your feature request related to a problem? Please describe With Offline fleet, data nodes and Offline Fleet nodes itself can submit background tasks to Offline Fleet. At any...