CaduceusMetaverseProtocol / CMPChain-FullNode

The full node of the CMP Chain
MIT License
1 stars 2 forks source link

Bug: Couldn't connect the persistent_peers #4

Closed xinzhongyoumeng closed 2 months ago

xinzhongyoumeng commented 2 months ago

ENV

web3_clientVersion: cmp/0.0.1+de9d70b/linux/go1.15.2 os: ubuntu 22.04

Problem

the persistent_peers ("bf2b06ce3b52757183de26f7d90669744c16defb@15.197.254.158:26656" )can't connect suddenly. so my full node can't sync the chain.

Expected behaviour

could have a can connected persistent_peers, so the node can sync continue.

Actual behaviour

log

E[2024-08-10|19:09:06.243] dialing failed (attempts: 4): auth failure: secret conn failed: read tcp 172.31.192.217:50078->15.197.254.158:26656: i/o timeout module=pex addr=bf2b06ce3b52757183de26f7d90669744c16defb@15.197.254.158:26656
I[2024-08-10|19:09:06.848] New websocket connection                     module=rpc-server protocol=websocket remote=[::1]:46896
I[2024-08-10|19:09:06.848] Starting wsConnection                        module=rpc-server protocol=websocket remote=[::1]:46896 impl=wsConnection
I[2024-08-10|19:09:07.988] New websocket connection                     module=rpc-server protocol=websocket remote=[::1]:47074
I[2024-08-10|19:09:07.988] Starting wsConnection                        module=rpc-server protocol=websocket remote=[::1]:47074 impl=wsConnection
I[2024-08-10|19:09:15.964] Dialing peer                                 module=p2p address=bf2b06ce3b52757183de26f7d90669744c16defb@15.197.254.158:26656
I[2024-08-10|19:09:18.966] Error reconnecting to peer. Trying again     module=p2p tries=3 err="auth failure: secret conn failed: read tcp 172.31.192.217:51596->15.197.254.158:26656: i/o timeout" addr=bf2b06ce3b52757183de26f7d90669744c16defb@15.197.254.158:26656
I[2024-08-10|19:09:33.240] Ensure peers                                 module=pex numOutPeers=0 numInPeers=0 numDialing=0 numToDial=10
I[2024-08-10|19:09:33.240] Will dial address                            module=pex addr=bf2b06ce3b52757183de26f7d90669744c16defb@15.197.254.158:26656
I[2024-08-10|19:09:33.240] Dialing peer                                 module=p2p address=bf2b06ce3b52757183de26f7d90669744c16defb@15.197.254.158:26656
E[2024-08-10|19:09:36.243] dialing failed (attempts: 5): auth failure: secret conn failed: read tcp 172.31.192.217:53580->15.197.254.158:26656: i/o timeout module=pex addr=bf2b06ce3b52757183de26f7d90669744c16defb@15.197.254.158:26656
xinzhongyoumeng commented 2 months ago

But telnet the 15.197.254.158 26656 is connected.