Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
As I understand from previous discussions this process needs to be run while the Can you tell me why it starts to truncate blocks from Here are the relevant logs for context: INFO[03-25|08:31:22.267] logging to file system log dir=/home/erigon/.local/share/erigon/logs file prefix=integration log level=info json=false
INFO[03-25|08:31:22.269] [db] open label=chaindata sizeLimit=8TB pageSize=8192
INFO[03-25|08:31:25.793] [snapshots:all] Stat blocks=20000k indices=20000k alloc=2.9GB sys=3.0GB
INFO[03-25|08:31:25.796] [snapshots:all] Stat blocks=0k indices=0k alloc=2.9GB sys=3.0GB
INFO[03-25|08:31:25.913] Disk storage enabled for ethash DAGs dir=/.local/share/erigon-ethash count=2
INFO[03-25|08:31:46.282] TruncateBlocks block=20121707
INFO[03-25|08:32:06.282] TruncateBlocks block=20123571
INFO[03-25|08:32:26.290] TruncateBlocks block=20125425
INFO[03-25|08:32:46.292] TruncateBlocks block=20127195
INFO[03-25|08:33:06.282] TruncateBlocks block=20128916
INFO[03-25|08:33:26.286] TruncateBlocks block=20130739
INFO[03-25|08:33:46.291] TruncateBlocks block=20132569
INFO[03-25|08:34:06.305] TruncateBlocks block=20134303
INFO[03-25|08:34:22.569] [mem] memory stats Rss=6.3GB Size=0B Pss=6.3GB SharedClean=4.0KB SharedDirty=0B PrivateClean=3.1GB PrivateDirty=3.3GB Referenced=6.3GB Anonymous=3.3GB Swap=0B alloc=2.6GB sys=3.3GB |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
OS:
Ubuntu 20.04.5 LTS
Erigon:
v2.61.3
I’m running archival node. Recently I upgraded it to the latest version and during the restart I noticed the following warning in the logs:
I don't believe this issue is directly related to the upgrade but I tried querying rpc daemon for the blocks in range mentioned above and indeed I can't get any information for these blocks. It's fine for other blocks.
Here you can find output from
integration print_stages
I have seen this issue but given it’s quite old, I wanted to ask if anyone has resolved a similar issue recently and would care to share their experience.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions