Skip to content

Conversation

Arsnael
Copy link
Contributor

@Arsnael Arsnael commented Jul 2, 2025

Getting back to this but upgrading to v3 as well for opensearch.

With the rest client they seem to drop most http transitive libs from v3 that were used for ssl, async client, etc... so it felt better to try that way.

We could though still keep the current way by adding in the pom the missing dependencies I guess... we can test

Thinking maybe as well before perf tests were not good enough because we didnt really upgrade opensearch on test env, might need to see with an upgraded version of it

String ELASTICSEARCH_2 = "elasticsearch:2.4.6";
String ELASTICSEARCH_6 = "docker.elastic.co/elasticsearch/elasticsearch:6.3.2";
String OPENSEARCH = "opensearchproject/opensearch:2.19.2";
String OPENSEARCH = "opensearchproject/opensearch:3.1.0";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please confirm we technically still run on 2.19.x after this upgrade or is this a breaking change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe should be alright but let's see what the CI thinks: #2763

Can test later as well in a test environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants