Sorabh
Sorabh
@andrross Also came across [this GH action](https://github.com/marketplace/actions/manage-your-labels) which lets you define different label groups and then mapping of repo to label group. It seems like for this to work it...
FWIW I was trying to play with `gh-action-manage-label` and seems like there is some issue while parsing the common label file when provided as URL vs a local file in...
Actually there was an issue with the configuration of GitHub action which @andrross pointed out. So it is working as expected. I think we can use this GitHub action to...
I will share initial draft on how we can do some PoC with current available mechanisms to simulate reader/writer separation and experiments to show where this could benefit.
@andrross and @mch2 Yes I am thinking on similar lines and to @andrross point about separating indexers and searchers, we can use an existing index setting for PoC. > With...
> > For now I was thinking we can keep this as is because with remote store the message between indexer and search will be of light weight > >...
> @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 are...
@rishabh6788 This looks great. Few questions: 1. Assuming you are planning to share the format of the comment to trigger perf runs in separate issue. Would be great if we...
Don't see the failure for `testReadRange` listed above and [the issue](https://github.com/opensearch-project/OpenSearch/issues/10940) was closed in favor of this issue. For tracking purpose adding the link to CI for test failure of...
A similar mechanism is being addressed [here](https://github.com/opensearch-project/OpenSearch/issues/16727) with searchable snapshot in core where based on file type we can perform the read ahead of the blocks. So for exact search...