Elasticsearch version: 7.16.2
In our case, all data nodes in elasticsearch.yml
file are configured as
node.roles: [data_hot, data_content, ]
But running cat node in dev tool we see inconsistent node role display, some of the data nodes are marked as d
, the rest is marked as hs
, for example:
ip heap.percent ram.percent cpu load_1m load_5m load_15m node.role master name
172.19.0.172 38 99 5 0.74 0.60 0.60 d - 172.19.0.214
172.19.0.166 27 99 10 0.54 0.83 0.94 hs - 172.19.0.166
....
....
....
Does anyone know the reason for this, thanks!