Opensearch start failed

I have three master and three node for the opensearch cluster, when I start the cluster first time, all the node are running normal, but when I stop one node, and restart the opensearch in this machine, the opensearch can’t running, it’s logs show this, how can I adjust can running this node?

@loxiaopohaiol Do you take down master or data node?

Can you enable DEBUG logging (or even TRACE if not enough info provided) with the below line:

PUT /_cluster/settings
{“persistent”:{“logger._root”:“DEBUG”}}

And examine the logs during the node restart, (additional logs could be present on the other nodes when this node tries to connect the cluster)