-
Notifications
You must be signed in to change notification settings - Fork 913
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
Sample data creation fails for the new feature #2633
Comments
@Arpit-Bandejiya do we when this will be release in OS? is it v2.4? Thx |
@Arpit-Bandejiya Does it produce any logs or errors during the failure? |
@Arpit-Bandejiya can you provide insight on what the fix here? And if our sample data is failing could it be possible that others will experience this in other ingest software? Therefore, is this not technically a breaking change and it should a 3.x change? |
Replica count enforcement is done only when
error reponse:
This feature is present in main as well as in 2.3 release |
Triage - does the sample data need to support any combination of user settings/options (what's the purpose and use-case for sample data)? UX: should sample data support non-default cluster configurations? |
@Arpit-Bandejiya can you describe more on what the fix should be? Does the sample data indices settings need to have a dynamic way for specifying certain settings fields, such as |
Update - I've learned the key cluster setting to be aware of is the max awareness attribute value, of which there could be multiple (AZs, rack IDs, etc.). The upper limit of
Because of this, if Maybe just adding documentation around this setting is sufficient. @gbbafna can you point me to the current documentation for this setting? I can't seem to find it in the OpenSearch docs. I will defer the decision to the feature owner and Dashboards team for deciding on the path forward. From a plugin owner perspective, it is more logical and maintainable to maintain the same sample data index configuration as that of core Dashboards, and so I will work on a fix in the AD plugin to consume such settings. |
Hi @ohltyler : Please find the documentation in https://opensearch.org/docs/latest/tuning-your-cluster/cluster/ . Search for |
We have also added |
Yes- totally agree. Thanks for providing this option! We can eliminate this setting and consume cluster defaults. I will work on making that change on the AD plugin side. |
Update: AD-related changes have been merged & backported - see opensearch-project/anomaly-detection-dashboards-plugin#423 |
Describe the bug
Due to the changes done here in Opensearch : https://github.com/opensearch-project/OpenSearch/pull/3462/files#diff-013717f93370bf1d9635d1b84aee81e7e003e3fd6c6bb7c74b9890a1327a04b6
We are seeing that the sample data creation is failing due to low replica count
To Reproduce
Steps to reproduce the behavior:
cluster.routing.allocation.awareness.balance
in the opensearch.yaml file to enable the feature).Expected behaviour
We should be able to create the sample data from the dashboard.
OpenSearch Version
latest version
Dashboards Version
Any dashboard version supported
Plugins
Please list all plugins currently enabled.
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: