Skip to content
New issue

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

blocks will no longer be generated after the container is restarted #52

Open
qymlyl opened this issue May 24, 2024 · 4 comments
Open

blocks will no longer be generated after the container is restarted #52

qymlyl opened this issue May 24, 2024 · 4 comments

Comments

@qymlyl
Copy link

qymlyl commented May 24, 2024

  1. docker compose stop
  2. docker compose start
    blocks will no longer be generated after the container is restarted
@qymlyl
Copy link
Author

qymlyl commented May 24, 2024

and every time it restarts, it starts from the first block.
image

@qymlyl
Copy link
Author

qymlyl commented May 24, 2024

after restarting, beacon node will report an error
docker logs -f eth-pos-devnet-beacon-chain-1
image

@0xWilliamWang
Copy link

  1. This may be a problem with the design of beacon-chain.
  2. When a beacon-chain client is started after the entire network node goes down, it assumes that the peer's head slot is larger than its own. If this is not the case, it will be stuck in waiting. prysm/beacon-chain/p2p/peers/status.go at develop · prysmaticlabs/prysm
  3. As a result, all beacon-chains are waiting for nodes with a larger head slot than their own, causing the entire network to be unable to move forward.

@haxjump
Copy link

haxjump commented Oct 15, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants