-
Notifications
You must be signed in to change notification settings - Fork 833
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
Peers sync a while and would stop the connection #7865
Comments
Here are some important logs about FAST node. wyzth-besu | 2024-11-06 07:36:13.831+00:00 | EthScheduler-Timer-0 | INFO | AbstractRetryingPeerTask | No peers available, waiting for peers: 0 |
wyzth-besu | 2024-11-06 07:36:13.832+00:00 | EthScheduler-Services-10 (downloadBodies) | DEBUG | PipelineChainDownloader | Chain download failed. Restarting after short delay. |
Wait.. It has similar issues in the KNOWN_ISSUES.md, but this does not show "block checksum mismatch". |
Hi all, I have a question about peers and sync. Here is the background.
Version: 21.10.0 official image, hyperledger/besu:21.10.0
Nodes: a FAST node and a FULL node. FAST and FULL means the sync-mode value.
Config: 2 nodes use the same static-nodes-file / genesis.json, but use different the data path and sync-mode
Machine: AWS i3en.3xlarge
The problem is that only FULL node could keep the successful peer sync, and FAST node could only sync for a while(maybe 20 minutes). After about 20 minutes, the FAST node would have no peers. Even I update the besu version to 24.10.0 and still got the same result. But if I restart the FAST node, it could sync 20 minutes again.
Could anybody help me to solve this problem? And I would thank a million.
The text was updated successfully, but these errors were encountered: