-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] Cluster bootstrap fails due to cluster.initial_master_nodes
-> cluster.initial_cluster_manager_nodes
renaming
#2769
Comments
Update the progress:
Then get security plugin zip file from Install security plugin on OpenSearch 2.0.0_alpah1:
|
@tlfeng Were you able to start the cluster after installing plugin? |
Hi @cliu123 Please wait a moment, I'm configuring the necessary settings, such as |
😁 I completed the security pluign configuration with Lacking the
|
@tlfeng Thanks for the update! Didn't |
I do notice adding the cluster setting This behavior is not expected, so it's still likely a bug. |
cluster.initial_master_nodes
-> cluster.initial_cluster_manager_nodes
renamingcluster.initial_master_nodes
-> cluster.initial_cluster_manager_nodes
renaming
Seems that is because I didn't enable "cluster mode":
Then that initial master node setting is not added (https://github.com/opensearch-project/security/blob/v1.13.1.0/tools/install_demo_configuration.sh#L389). |
Great, now I can reproduce your error. 😂 |
@cliu123 Thank you so much for pointing out this defect! 👍👍 The bug is caused by the the setting I will make code change soon. |
Describe the bug
opensearch-project/opensearch-build#1624 (comment)
To Reproduce
Steps to reproduce the behavior:
./gradlew clean assemble
to build security pluginbuild/distributions
folder.Expected behavior
Cluster starts successfully.
Plugins
security plugin
Error log
The text was updated successfully, but these errors were encountered: