Currently trying to set up Hot-Warm architecture for an opensearch cluster on k8s with the helm charts.
I’m basically installing the charts for my data nodes twice (hot and warm). The charts are pretty similar with the only changes being the “node.attr.temp: <hot/warm>”, storageClass and nodeGroup.
Everything was working fine before I tried to differentiate the data nodes.
Now, I’m getting the following error msg on dashboards logs " {“type”:“log”,“@timestamp”:“”,“tags”:[“error”,“opensearch”,“data”],“pid”:1,“message”: [search_phase_execution_exception]: all shards failed"} 15756"
I tried running the following command on my masters and the nodes seem to be forming as a cluster.
However, I did try running the same command on my data nodes and I got a “OpenSearch Security not initialized” msg, which did not happen before. Otherwise no error messages on my masters or data nodes logs.
As I mentioned above, I did change the nodeGroup parameter from “data” to “data-hot” and “data-warm” and I’m not certain if that has something to do with it.
When I list all the indices in the cluster and their current status:
Any tips on how to solve or troubleshoot this would be very helpful. Ty