You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Same issue here. I checked the log, there are many Error importing block xxx: Err(Other(ClientImport("Invalid op │ │ eration in the pending changes tree: Tried to import or finalize node that is an ancestor of a previously finalized node"))) errors. Seems like the nodes were busy reverting blocks, which took lots of CPU resources.
I added --in-peers and --out-peers to use fewer peers, and found the CPU usage became lower.
Restarting is a work around, but this is a bug that will need to be resolved as more and more projects increase the transaction load on Kusama and Polkadot.
Client ver: 0.9.3
Network: Kusama
One of our nodes, and many in telemetry are running very large transactions in queue backlogs
Nodes in this state will run very high CPU loads.
Restarting the polkadot service will usually clear the transaction backlog and lower the CPU usage.
Nodes should be able to clear this backlog on their own without a service restart.
The text was updated successfully, but these errors were encountered: