We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After network connectivity was lost and restored, Prysm did not reacquire peers. Log excerpt
beacon_1 | time="2020-09-29 23:13:12" level=info msg="Connected to eth1 proof-of-work chain" endpoint="https://goerli.infura.io/v3/USERID" prefix=powchain beacon_1 | time="2020-09-29 23:13:28" level=info msg="Peer disconnected" activePeers=3 multiAddr="/ip4/159.89.195.24/tcp/9000/p2p/16Uiu2HAkzxm5LRR4agVpFCqfVkuLE6BvGaHbyzZYgY7jsX1WRTiC" prefix=p2p beacon_1 | time="2020-09-29 23:13:59" level=info msg="Peer disconnected" activePeers=2 multiAddr="/ip4/37.187.150.105/tcp/9000/p2p/16Uiu2HAm298dJNNVgKwF4PmGFnibaURGJedX2GnjSaCXJ2pMxKgE" prefix=p2p beacon_1 | time="2020-09-29 23:14:11" level=info msg="Peer disconnected" activePeers=1 multiAddr="/ip4/87.123.98.49/tcp/9000/p2p/16Uiu2HAmK6MuJEG8naYrFeCctwv5g3mdG5PhkM3ACP2JYUGJmKoi" prefix=p2p beacon_1 | time="2020-09-29 23:15:11" level=info msg="Peer disconnected" activePeers=0 multiAddr="/ip4/51.15.70.7/tcp/9500/p2p/16Uiu2HAmTxXKUd1DFdsudodJostmWRpDVj77e48JKCxUdGm1RLaA" prefix=p2p beacon_1 | time="2020-09-30 00:04:08" level=info msg="Connected to eth1 proof-of-work chain" endpoint="https://goerli.infura.io/v3/USERID" prefix=powchain beacon_1 | time="2020-09-30 08:06:06" level=info msg="Connected to eth1 proof-of-work chain" endpoint="https://goerli.infura.io/v3/USERID" prefix=powchain
Expected behavior: Prysm beacon will reacquire peers, even when it lost all of them, without a restart of the beacon.
The text was updated successfully, but these errors were encountered:
Potentially related to #7220, will be digging into these issues by tomorrow.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐞 Bug Report
Description
After network connectivity was lost and restored, Prysm did not reacquire peers. Log excerpt
Expected behavior: Prysm beacon will reacquire peers, even when it lost all of them, without a restart of the beacon.
The text was updated successfully, but these errors were encountered: