Bukhtawar Khan
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...
**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...
**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...
**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 ```...
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
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...
**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...