Marc Handalian

Results 28 issues of Marc Handalian

**What do you want to do?** - [ ] Request a change to existing documentation - [x] Add new documentation - [ ] Report a technical problem with the documentation...

1 - Backlog - DEV
v2.17.0

### Please describe the end goal of this project High level goal is to separate indexing and search traffic within remote store enabled clusters to achieve independent scalability and failure/workload...

Meta
Roadmap:Cost/Performance/Scale
v2.17.0

With https://github.com/opensearch-project/OpenSearch/issues/15368 we introduce changes for a new shardRouting property "searchOnly" to mark search only replica shards. Now we need to add logic to optionally allocate these shards to separate...

### Description Initial commit for the search only replica for reader writer split. This PR contains the following: 1. Introduce searchOnly flag on ShardRouting. 2. Add feature flag to enable/disable...

backport 2.x

This is a continuation of https://github.com/opensearch-project/OpenSearch/issues/15445 that is still in review, raising this in draft for now. ### Description Introduce allocation filter to control placement of search only replicas. The...

### Describe the bug From: https://build.ci.opensearch.org/job/gradle-check/45305/testReport/junit/org.opensearch.cluster.routing/PrimaryAllocationIT/testPrimaryReplicaResyncFailed/ on PR https://github.com/opensearch-project/OpenSearch/pull/15410#issuecomment-2310783564 seed `-Dtests.seed=6656B3A5382F367D` ``` ./gradlew ':server:internalClusterTest' --tests "org.opensearch.cluster.routing.PrimaryAllocationIT.testPrimaryReplicaResyncFailed" -Dtests.seed=6656B3A5382F367D -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en-LC -Dtests.timezone=IST -Druntime.java=21 ``` more trace: ``` java.lang.AssertionError: Expected: a...

bug
>test-failure
untriaged
Cluster Manager

### Describe the bug I noticed while writing some tests for DerivedFields that fuzzy is not returning similar results with derived fields as regular field type. ### Related component Search:Query...

bug
Search:Query Capabilities

### Description This PR fixes a bug with node-node pull based replication where store refs are left open. If the replica does not know the DiscoveryNode of its primary we...

>test-failure
flaky-test
backport 2.x
autocut
skip-changelog