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
Normally(before 1.10.3) my archive node was able to consume batch of ~20 blocks in 8 seconds without any issues
It was taking around 0.2s to perform 100 'eth_call' operations
Actual behaviour
After upgrading my archive node to 1.10.6 it started consuming only 1 block in 20 seconds and age started increasing constantly.
'eth_call' operations started randomly freezing sometimes taking 5-10 seconds
Steps to reproduce the behaviour
I've started doing binary search to find exact commit which caused an issue and it was this one: 7088f1e
My node performs flawlessly on previous commit(a50251e) and version 1.10.2 in general but as soon as I update to commit which includes 'core, eth: faster snapshot generation (#22504)' there's an abysmal drop in performance.
Archive node can't catch up any more even with NVMe drive taking 20 seconds to process a single block.
The text was updated successfully, but these errors were encountered:
Seems like '--snapshot=false' fixes the issue but doesn't seem like long-term solution given according to #23075 it will be deprecated soon.
Does it mean that geth will be completely unusable going forward until snapshot is generated? (My machine randomly reboots once per week)
Is there any simple way for me to revert changes in #22504 while still making sure that consensus rules are London-compatible(1.10.6)?
System information
Archive node
Geth version: 1.10.3+
OS & Version: Windows/Linux/OSX
Commit hash : 7088f1e
Expected behaviour
Normally(before 1.10.3) my archive node was able to consume batch of ~20 blocks in 8 seconds without any issues
It was taking around 0.2s to perform 100 'eth_call' operations
Actual behaviour
After upgrading my archive node to 1.10.6 it started consuming only 1 block in 20 seconds and age started increasing constantly.
'eth_call' operations started randomly freezing sometimes taking 5-10 seconds
Steps to reproduce the behaviour
I've started doing binary search to find exact commit which caused an issue and it was this one: 7088f1e
My node performs flawlessly on previous commit(a50251e) and version 1.10.2 in general but as soon as I update to commit which includes 'core, eth: faster snapshot generation (#22504)' there's an abysmal drop in performance.
Archive node can't catch up any more even with NVMe drive taking 20 seconds to process a single block.
The text was updated successfully, but these errors were encountered: