iost-official / go-iost

Official Go implementation of the IOST blockchain
https://developers.iost.io/
GNU Lesser General Public License v3.0
564 stars 112 forks source link

A node stopped syncing with error `create stream failed` #1213

Open sokiaoba opened 2 years ago

sokiaoba commented 2 years ago

Hello, I have a few questions related to node sync in testnet.

I'm running a node with details below.

They stopped syncing and I could see errors below.

iost-testnet-2-797cfc75dc-hhdrm iost Warn 2022-06-21 02:11:12.717 peer_manager.go:567 create stream failed. pid=12D3KooWQwH8BTC4QMpTxm7u4Bj38ZdaCLSA1uJ4io3o1j8FCqYE, err=stream reset
iost-testnet-2-797cfc75dc-hhdrm iost Warn 2022-06-21 02:11:17.185 peer_manager.go:567 create stream failed. pid=12D3KooWKyh6BH5i66g4bBFgbJoNF97jvB1soXSg17zw8Hj1Mq5j, err=failed to dial 12D3KooWKyh6BH5i66g4bBFgbJoNF97jvB1soXSg17zw8Hj1Mq5j: all dials failed
iost-testnet-2-797cfc75dc-hhdrm iost Warn 2022-06-21 02:11:17.185 peer_manager.go:567 create stream failed. pid=12D3KooWHRi93eskqrYzxfToHccmgd4Ng7u2QH1e7Cz3X2M6dHVR, err=failed to dial 12D3KooWHRi93eskqrYzxfToHccmgd4Ng7u2QH1e7Cz3X2M6dHVR: all dials failed

So the questions are

Any other feedback would be helpful too. Thank you.