Andrew Ross

Results 241 comments of Andrew Ross

> I wonder why you restricted SearchRequest.Builder to only build once. @kdh6429 The `SearchRequest.Builder#build` method does not make a deep copy from the builder to the built object, so it...

Tests interfering with one another (either through concurrent execution or leaving modified state after test runs) is definitely a common problem. We should continue working towards a real solution to...

Just copying over some context from the chat on slack, but the S3 plugin was able to be installed by using the following URL: ``` https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.10.0/latest/linux/x64/tar/builds/opensearch/core-plugins/repository-s3-2.10.0.zip ``` That does feel...

I think @ict-one-nl was able to get the build he wanted to test, he just found it odd that it was in a separate repo. As @bbarani mentioned this is...

The current behavior is that [if you are bound to the loopback address and using a single node cluster](https://github.com/opensearch-project/OpenSearch/blob/19eadb46ba80df1750402a3faad55114823087f2/server/src/main/java/org/opensearch/bootstrap/BootstrapChecks.java#L195), then this is logged as warning but the server can start...

No linked re-occurrences in the past year. Closing and will rely on automation to open a new issue if this happens again.

This was fixed but not backported: #4683 I'll do the backport now.

[Triage - attendees [1](https://github.com/jed326) [2](https://github.com/dbwiddis) [3](https://github.com/reta/) [4](https://github.com/vikasvb90/)] @jzonthemtn Thanks for filing. Looking forward to seeing progress here.

[Triage - attendees [1](https://github.com/jed326) [2](https://github.com/dbwiddis) [3](https://github.com/reta/) [4](https://github.com/vikasvb90/)] @harshavamsi Thanks for filing. Can you share any benchmark numbers if you have a rough prototype of this optimization?