Ryan Bogan
Ryan Bogan
### Description Created new Request class for ActionListener onFailure Companion PR on opensearch-sdk-java: https://github.com/opensearch-project/opensearch-sdk-java/pull/141 ### Issues Resolved [#135](https://github.com/opensearch-project/opensearch-sdk-java/issues/135) ### Check List - [ X] New functionality includes testing. - [...
Since the extensibility team is taking over ownership for job-scheduler, we need to determine how it will be integrated with extensions moving forward. Research tasks: - [X] Consolidate pros/cons for...
**What is the bug?** testGeoHexGridBucket fails with max precision of 15 ``` java.lang.AssertionError: expected: but was: at __randomizedtesting.SeedInfo.seed([D7F4A6450A06B236:1529CE8517271E9E]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:120) at org.junit.Assert.assertEquals(Assert.java:146) at org.opensearch.geospatial.search.aggregations.bucket.geogrid.GeoHexAggregationIT.testGeoHexGridBucket(GeoHexAggregationIT.java:105) ``` **How...
### Description Currently, when the circuit breaker is triggered and the user attempts to bulk index documents, an illegal state exception is thrown with a message that is not entirely...
**Is your feature request related to a problem?** There is a lot of extra setup required to run k-NN on Mac M1 machines. These steps could potentially be automated to...
**Is your feature request related to a problem?** Currently, models are identified using their model_id, which is set by the user. This can lead to a situation where the user...
We currently have a workflow that automatically creates a PR to bump the snapshot version after every release for 2.x branch. We should also have a similar workflow that operates...
Child of https://github.com/opensearch-project/performance-analyzer/issues/75 I am currently writing an install script for a Windows build for issue [#828](https://github.com/opensearch-project/opensearch-build/issues/828). What should the replacement be for this section of `opensearch-tar-install.sh` on a Windows...
Following discussion on https://github.com/opensearch-project/OpenSearch/issues/5504, it is clear that jackson-databind is not an ideal long term solution for both core and plugins. The jackson-databind library contains `ObjectMapper`, which uses a reflective...
All aspects from feature/identity (specifically tokens) that were in the SDK have now been temporarily removed, since the extensibility team is working off the main branch. Once the feature/identity branch...