I ran a container of frozen node with image tag 7.16.2,here is the Elasticsearch.yml
cluster.name: "docker-cluster"
network.host: 192.168.56.13
discovery.seed_hosts: ["192.168.56.13", "192.168.56.12", "192.168.56.14"]
node.attr.type: data_frozen
node.roles: [data_frozen]
cluster.initial_master_nodes: ["192.168.56.14"]
when it's started, the error like title occured, the cold node doesn't have the problem. what's wrong with it? If the problem is about resource, how much it will be running?