Andrew Ross

Results 251 comments of Andrew Ross

My two cents here is that implementing this as a core component is the right way to go architecturally. Unfortunately I missed the January 17 community meeting but is there...

> I think the best place to provide feedback about this functionality is here, in this ticket. Agreed! I was just asking to capture any feedback from the meeting into...

[Triage - attendees [1](https://github.com/andrross) [2](https://github.com/reta) [3](https://github.com/lukas-vlcek/) [4](https://github.com/Mahima081) [5](https://github.com/dbwiddis) [6](https://github.com/srikanthpadakanti)] @bernd Thanks for filing and the detailed reproduction.

@dzane17 It looks like this change will break k-NN: https://github.com/opensearch-project/k-NN/blob/9702dd0ff19adc37844fd91201eb392fd2d2fc39/src/main/java/org/opensearch/knn/plugin/KNNPlugin.java#L359 Also the documentation will need to be updated: https://opensearch.org/docs/latest/search-plugins/knn/performance-tuning/#search-performance-tuning We should probably do those things before we go forward with...

@Rishikesh1159 Looks like a backport was missed, causing the conflict on this PR's backport. Can you create the manual backport after #12485 is merged?

@marsupialtail UltraWarm and Cold Tier are current AWS offerings, so AWS is the place to go for information about those features. This issue and the overall plan is about the...

> > I'm so excited and happy about this Storage Roadmap 👍 . > > I read the [Searchable Snapshot](https://opensearch.org/docs/latest/tuning-your-cluster/availability-and-recovery/snapshots/searchable_snapshot/) documentation section, and there is one question that is not...

@10000-ki We are working through the planning and estimating now and will keep this issue up to date when we have better visibility into the schedule.

I'd like to restate the problem a little bit to help me understand better: > The current `_bulk` indexing API guarantees that all provided documents are durability persisted before sending...

The [Kafka protocol](https://kafka.apache.org/0100/protocol.html) is perhaps a good example to look at. It is a fully pipeline-able 2-way streaming API which is what I was thinking of here. The key points...