question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Faild fetch Block add Sync node full overload.

See original GitHub issue

Describe the bug I looked at the log and saw an error like this appearing many times.

2021-05-04T15:10:43.440 full_node full_node_server        : ERROR    Exception: Failed to fetch block 228631 from None, timed out, None. Traceback (most recent call last):
  File "chia\server\server.py", line 521, in wrapped_coroutine
  File "chia\full_node\full_node_api.py", line 104, in new_peak
  File "chia\full_node\full_node.py", line 361, in new_peak
  File "chia\full_node\full_node.py", line 310, in short_sync_backtrack
  File "chia\full_node\full_node.py", line 295, in short_sync_backtrack
ValueError: Failed to fetch block 228631 from None, timed out

2021-05-04T15:10:43.456 full_node full_node_server        : ERROR    Exception: Failed to fetch block 228631 from None, timed out <class 'ValueError'>, closing connection None. Traceback (most recent call last):
  File "chia\server\server.py", line 531, in api_call
  File "asyncio\tasks.py", line 414, in wait_for
  File "chia\server\server.py", line 528, in wrapped_coroutine
  File "chia\server\server.py", line 521, in wrapped_coroutine
  File "chia\full_node\full_node_api.py", line 104, in new_peak
  File "chia\full_node\full_node.py", line 361, in new_peak
  File "chia\full_node\full_node.py", line 310, in short_sync_backtrack
  File "chia\full_node\full_node.py", line 295, in short_sync_backtrack
ValueError: Failed to fetch block 228631 from None, timed out

My Full node is frequently overloaded asynchronously. If I don’t open port 8444 everything is fine. If I open this port. There are over 55 Full nodes connected to my node and they frequently change node addresses. I see the log to see error not connect node, reconect node. Each time like this, about 1 to 2 hours is repeated once. Each time, it takes about 10 to 15 minutes to sync again. If I run the command chia.exe start node -r then the problem gets fixed.

2021-05-04T15:38:10.190 full_node chia.full_node.full_node: ERROR Respond peers exception: . Traceback: Traceback (most recent call last): File "chia\server\node_discovery.py", line 507, in respond_peers File "chia\server\node_discovery.py", line 397, in _respond_peers_common File "chia\server\address_manager.py", line 602, in add_to_new_table File "asyncio\locks.py", line 92, in __aenter__ File "asyncio\locks.py", line 192, in acquire concurrent.futures._base.CancelledError

Desktop (please complete the following information):

  • OS: Windows Server 2019
  • RAM: 64GB,
  • CPU: [e.g. Intel Xeon E5 2670]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13

github_iconTop GitHub Comments

1reaction
JakeShirleycommented, May 12, 2021

Having these errors spew on my Unraid farmer on 1.1.6.dev0.

1reaction
njtnestorcommented, May 9, 2021

I have same issue with v 1.4 too

Read more comments on GitHub >

github_iconTop Results From Across the Web

Top 10 Most Common Node.js Developer Mistakes - Toptal
Mistake #1: Blocking the event loop. JavaScript in Node.js (just like in the browser) provides a single threaded environment. This means that no...
Read more >
Fix common cluster issues | Elasticsearch Guide [8.5] | Elastic
This error indicates a data node is critically low on disk space and has reached the flood-stage disk usage watermark. Circuit breaker errors:...
Read more >
Common Errors and Solutions | CockroachDB Docs
This error indicates that a node has spontaneously shut down because it detected that its clock is out of sync with at least...
Read more >
Kubernetes CrashLoopBackOff Error: What It Is and How to Fix It
If you get the back-off restarting failed container message this means that you are dealing with a temporary resource overload, as a result...
Read more >
Bug listing with status RESOLVED with resolution OBSOLETE ...
Bug :1523 - "[IDEA] Offload work by distributing trivial ebuild maintenance ... seg fault/kernel not syncing block in kernel 2.6.27-2.6.28" status:RESOLVED ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found