Gaurav Bafna

Results 15 issues of Gaurav Bafna

**Is your feature request related to a problem? Please describe.** Customers as per their deployment would want to tweak default replica count which is 1 today. Today there is no...

enhancement
discuss
Indexing & Search
distributed framework

**Is your feature request related to a problem? Please describe.** There are use-case where decommissioning a zone/rack might be beneficial 1. In a multi-zone deployment setup it might be good...

enhancement
Meta
distributed framework

**Aim** To support migration of existing Doc Rep cluster to/from Remote backed cluster which has Remote backed Segment , and Translog enabled. RFC : https://github.com/opensearch-project/OpenSearch/issues/7986 **Tenets** 1. Data integrity -...

RFC
Storage

### Describe the bug ![image (1)(1)](https://github.com/opensearch-project/OpenSearch/assets/85113518/27bda813-fc60-4d99-b926-0b577e55c73b) We use `Remote Purge` threadpool to delete segments data for deleted indices in shallow snapshots. When the number of such indices are huge, as...

bug
Storage:Remote

### Is your feature request related to a problem? Please describe To enable migration of document replication clusters to remote store backed clusters, we will need to allow mixed mode...

enhancement
Storage:Durability
Storage:Remote

### Describe the bug On remote store clusters, we can see cluster state applier thread is blocked on remote store calls. In case when the calls to remote store takes...

bug
Storage:Durability
Cluster Manager

### Is your feature request related to a problem? Please describe Today we have a setting `index.routing.allocation.total_shards_per_node` , which can limit maximum number of shards per index/across all indices on...

enhancement
Storage:Durability
Storage:Performance

### Is your feature request related to a problem? Please describe As of today only multipart upload uses `AsyncService` , which uses Netty Event loop based async IO . We...

enhancement
Storage:Durability

…t to a bounded size ### Description 1. Change remote purge threadpool to fixed threadpool 2. Handle Runtime Exceptions in unhandled Translog deletion paths ### Related Issues Resolves [#12253] ###...

skip-changelog

**Is your feature request related to a problem?** Today when an error occurs in replication tasks, replication moves to auto pause status . However, there is no API to retrieve...

enhancement
must_fix