Marc Handalian

Results 71 comments of Marc Handalian
trafficstars

> Whenever we can merge down to maxSegmentCount segments without exceeding the max segment size, then we should honor the max segment size. Makes sense to me meaning max segment...

hold on this - will bump to 2.14 as thats now cut

this has stalled and is outdated given maintainers file is updated, closing.

I only see [SPI](https://search.maven.org/artifact/com.amazon.opendistroforelasticsearch/opendistro-job-scheduler-spi/1.13.0.0/jar) in maven central for ODFE, is this required as a maven publication?

@dblock @chelma I think we should move this to the main repo for feedback/discussion.

> Thanks @AmiStrn @samuel-oci @anastead @elfisher @navneet1v @peternied for your review and suggestions. Can we agree on the following new roadmap theme labels in OpenSearch? I modified the themes logically...

A really quick way to get node separation for experiments (without any standby writers): 1. Set [preference](https://github.com/opensearch-project/OpenSearch/blob/9a876245f01f15cf58d3587f6b651e8181658a2b/server/src/main/java/org/opensearch/cluster/routing/OperationRouting.java#L200) in OperationRouting.getShards to `Preference.REPLICA`. This will route search requests away from the primary....

@sohami am running through your poc tests will share results asap. > I see. If there's no node-to-node replication, then how do we ensure the durability of the local changes...

> > @sohami @andrross I think with the addition of segment based replication, we have a gap to address with respect to settinng `preference=_replica`. Since the process is asynchronous, replicas...

Hey everyone, I wanted to share the changes I'm using for these poc benchmarks. Code: https://github.com/mch2/OpenSearch/tree/rwsplit-benchmarks - namely [this](https://github.com/mch2/OpenSearch/commit/aa84400e0818c4002ab86973e792129ce0971df2) commit. This allocates all replicas to search nodes and includes two...