Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Allow additional cluster settings to be updated in Test clusters #17455

Open
amitgalitz opened this issue Feb 25, 2025 · 0 comments
Labels
enhancement Enhancement or improvement to existing feature or request _No response_ untriaged

Comments

@amitgalitz
Copy link
Member

Is your feature request related to a problem? Please describe

Currently in opensearch plugins we can use ./gradlew run to spin a local cluster which has some of the regular default settings that are seen in OpenSearch like using port 9200 for http and 9300 for transport.
However currently we are unable to easily change these settings when running locally. For example I want to easily test out cross cluster search feature by running two clusters locally that have different http ports, transport ports and cluster names. This would also allow me to easily build github actions that utilize this capability. For example the error I would get now if I try to change this are:

> Testclusters does not allow the following settings to be changed:[cluster.name, http.port, transport.port, node.name] for node{::leaderCluster-0}

Describe the solution you'd like

For other settings we have already added them to the list of settings we can update, for example:
#15906

I wanted to understand why this list of setting is so strict and if there are downside to allowing a lot more updatable settings for testClusters.

Related component

No response

Describe alternatives you've considered

No response

Additional context

No response

@amitgalitz amitgalitz added enhancement Enhancement or improvement to existing feature or request untriaged labels Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request _No response_ untriaged
Projects
None yet
Development

No branches or pull requests

1 participant