Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!
Sort Order:  
  ·  2 years ago  ·  

Same

  ·  2 years ago  ·  

This is when the code (RPC node you are reaching) has difficulty on processing blocks and locks up (while processing) the next block before being able to provide information on the next or the one being requested.

In simple terms, might mean that the RPC node has a performance problem (most likely IO to the shared_memory.bin file).

  ·  2 years ago  ·  

So what's the resolution? Faster servers for those providing RPC nodes? I continue to get it frequently enough that it's a problem. Today it took a solid 10-15 seconds to load this post.

  ·  2 years ago  ·  

The blockchain is something separate from the UI...

But I would need to know more in order to tell really what's the problem. Both are not operated by me.

But if I could take a guess, the lack of IO would be the reason for the locks. UI not responding might be something different.