Andrew Ross
Andrew Ross
### Description This commit prevents a replica shard from being failed in the case that a replication action to a replica is canceled due to the primary shard being closed....
- [x] #2900 - [ ] #3895 Issues: - [x] #2922 - [x] #2923 - [ ] #4138 - [x] #3113 - - [x] #3114 - - [ ] #3961...
Implement an API for creating an index backed by a remote snapshot (starting with a naive storage layer to prove out the end-to-end functionality), gated by a feature flag. A...
Currently, these flags are passed as JVM args to the process that launches the server. The general (though not universal) convention today is that JVM args are mostly used for...
This is a more specific plan expanding on the ideas introduced in the [High Level Vision for Storage](https://github.com/opensearch-project/OpenSearch/issues/2578) issue. The goal of this plan is to have a place to...
Test failure #8771 shows cases where certain random seeds trigger this case. The bug is clear: the substring() call should happen after the startsWith() check in case the blob name...
…" highlighter (#10919) (cherry picked from commit 5d327a2f48f4c0fcd8a443fa6675dad8b18b5cb5) ### Check List - [x] New functionality includes testing. - [x] All tests pass - [x] New functionality has been documented. -...
### Describe the bug Executing this line of code will always fail: ``` new GeoShapeQueryBuilder("test", new LinearRing(new double[] { 0, 0, 0 }, new double[] { 0, 0, 0 })).toString();...
The OpenSearch build process (i.e. `./gradlew check`) runs backward compatibility tests against the previous major version. For example, the main branch is currently building version 2.0, so the bwc tests...
**What do you want to do?** - [ ] Request a change to existing documentation - [x] Add new documentation - [ ] Report a technical problem with the documentation...