Hi!
We did a rolling upgrade from version 7.6.1 to 7.12.1 as documented in Rolling upgrades | Elasticsearch Guide [7.12] | Elastic. We have three nodes in our cluster. Before the upgrade each node had roles dilm, but afterwards they are all cdfhilmrstw:
curl 'http://localhost:9200/_cat/nodes?v&h=node.role,master,name&s=name'
node.role master name
cdfhilmrstw - es-dev-node0
cdfhilmrstw * es-dev-node1
cdfhilmrstw - es-dev-node2
Why did they change? And what are the implications?
Thanks!