Andrew Ross

Results 20 issues of Andrew Ross

### Is your feature request related to a problem? Please describe The opensearch-project/OpenSearch repo has a well documented problem with non-reproducible test failures (i.e. flaky tests). It would be good...

enhancement

### Is your feature request related to a problem? Please describe GitHub labels can be added and removed by repo ~admins~ maintainers, but there's no clear process for how new...

enhancement
Other

### Is your feature request related to a problem? Please describe I have a deployment of OpenSearch that uses dedicated coordinator nodes. I need to be able to strictly control...

enhancement
Plugins
v3.0.0
Search
ingest-pipeline
v2.16.0

The previous implementation had a transport switch point in InboundPipeline when the bytes were initially pulled off the wire. There was no implementation for any other protocol as the `canHandleBytes`...

backport 2.x
skip-changelog

This adds a couple sentences on how to find previous examples of maintainer nominations in order to get a sense of what is required to become a maintainer. By submitting...

We should release a 3.0 version of this library. The major breaking change is a trivial rename in #221 to be consistent with the project branding.

enhancement

### Related Issues Resolves #791 ### Check List - [x] New functionality includes testing. - [x] New functionality has been documented. - [x] API changes companion pull request [created](https://github.com/opensearch-project/opensearch-api-specification/blob/main/DEVELOPER_GUIDE.md). -...

### Check List - [x] Functionality includes testing. - [x] API changes companion pull request [created](https://github.com/opensearch-project/opensearch-api-specification/blob/main/DEVELOPER_GUIDE.md), if applicable. - [x] Public documentation issue/PR [created](https://github.com/opensearch-project/documentation-website/issues/new/choose), if applicable. By submitting this pull...

## Goals Create a proof-of-concept that shows end-to-end functionality of a remote-backed index where the data may not all reside locally and can be fetched on-demand from the remote store...

Meta
feature
Storage
Roadmap:Cost/Performance/Scale

### Describe the bug I believe the logic in the following does match the apparent intent based on the comments: https://github.com/opensearch-project/OpenSearch/blob/cc20ac7120619080b52db0f9991f58adb276dac5/server/src/internalClusterTest/java/org/opensearch/recovery/FullRollingRestartIT.java#L643-L658 Setting `stop.set(true)` will cause the update thread to stop...

bug
Indexing