Bukhtawar Khan

Results 26 issues of Bukhtawar Khan

Signed-off-by: Bukhtawar Khan ### Description [Describe what this change achieves] ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing....

**Is your feature request related to a problem? Please describe.** 1. The gradle pre-commit is a check used exhaustively before making commits to the repository. If the commit contains files...

enhancement
good first issue
Build Libraries & Interfaces

**Is your feature request related to a problem? Please describe.** With Segment replication the primary publishes checkpoints on OpenSearch refresh/flush, however soon after the relocation hand-off is complete the peer...

enhancement
distributed framework

**Is your feature request related to a problem? Please describe.** 1. No support for using precomputed checksums 2. High throughput transfer aren't supported **Describe the solution you'd like** There are...

enhancement
idea
distributed framework

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ``` REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT.testRestoreSnapshotAllocationDoesNotExceedWatermark" -Dtests.seed=683FC95AAA3080A9 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en-IN -Dtests.timezone=America/Santarem -Druntime.java=17 ```...

bug
Flakey Random Test Failure

Signed-off-by: Bukhtawar Khan ### Description [Describe what this change achieves] ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing....

Automated IT executions for asynchronous search

infra
security disabled

Signed-off-by: Bukhtawar Khan ### Description The changes introduces support for blob store based remote translog store. The changes contain the remote transfer service interactions and snapshots data needed to be...

**Is your feature request related to a problem? Please describe.** As a part of the [segment replication design proposal](https://github.com/opensearch-project/OpenSearch/issues/2229), there was a concern around increased network utilisation that >This will...

enhancement
Indexing & Search

**Describe the bug** Node can drop out for OutOfMemory errors other than the VM OutOfMemory like ``` java.lang.OutOfMemoryError: UTF16 String size is 1089861360, should be less than 1073741823 ``` This...

bug
distributed framework