-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Node has stopped synchronization but still responses on some RPC requests. #11793
Comments
@max-block, thank you for reporting, we are checking this. Could you give the following information, please?
|
1-2 days
openethereum --mode active --tracing off --pruning fast --db-compaction ssd --cache-size 8000 --no-ancient-blocks --ws-interface=0.0.0.0 --ws-hosts=all --ws-origins=all --ws-apis=all --jsonrpc-interface=0.0.0.0 --jsonrpc-hosts=all --jsonrpc-apis=all
32Gb. Sorry, I haven't info about memory size. I'll do it next time if it freeze again.
No. Please, can you give me recommendations about --cache-size? I have nodes on different machines with 1 / 8 / 16 / 32 Gb RAM. Is there any correlation between --cache-size and RAM? I'm interested in the fastest synchronization of a node. |
Hi, Launched with generated cmd
And generated config:
|
I have the same problem on the same server, but now I've saved memory usage:
App logs:
The node is able to response on JSON-RPC, but it takes longer than usually.
|
@max-block @thomsh There is the https://github.com/openethereum/openethereum/tree/adria0/cache-db-sizeof branch that tries to patch the sync stop problem ( unfortunately this does not solve the quick-memory-usage one ). This is not a release, is not "production-ready", but if you could test it, it will be nice. |
@adria0 So, it was a fresh-new Ubuntu 20.04:
, and here is output:
|
@adria0 |
Cross-referencing potentially related issues: |
Looks like #11758. |
The node has stopped synchronization and there are no any errors in logs:
I've checked the node with my script which has two JSON RPC requests:
I started node with these flags:
openethereum --mode active --tracing off --pruning fast --db-compaction ssd --cache-size 8000 --no-ancient-blocks --ws-interface=0.0.0.0 --ws-hosts=all --ws-origins=all --ws-apis=all --jsonrpc-interface=0.0.0.0 --jsonrpc-hosts=all --jsonrpc-apis=all
I haven't found any error in system logs. How can I run the node next time to be able to track the reason of the problem? Why does openethereum hang?
The text was updated successfully, but these errors were encountered: