Skip to content

v2.60.2 regression - disk usage spikes to 100% #10932

@keithchew

Description

@keithchew

Just upgraded from v2.60.1 to v2.60.2, running on sepolia.

After upgrade, disk usage spikes to 100%. Reverting back to v2.60.1, disk usage is goes back down to under 10%.

Note that after reverting, erigon downloads the snapshots (which disk usage is 100%) but after that, it goes back to normal.

Also observed that in v2.60.1, logs for new payload is as below:

[INFO] [06-27|10:31:49.073] [NewPayload] Handling new payload        height=6197283 hash=0x06eec0f98fe466b1379dfac3402768bfb82cd2ddf663ba3fdd3762e3c1acab69
[INFO] [06-27|10:31:50.791] [updateForkchoice] Fork choice update: flushing in-memory state (built by previous newPayload) 
[INFO] [06-27|10:31:51.451] RPC Daemon notified of new headers       from=6197282 to=6197283 amount=1 hash=0x06eec0f98fe466b1379dfac3402768bfb82cd2ddf663ba3fdd3762e3c1acab69 header sending=19.847µs log sending=311ns

But in v2.60.2:

[INFO] [06-27|09:37:13.166] [NewPayload] Handling new payload        height=6197010 hash=0x5ce750104e1fa938f4b3373aa4bd13964531384107385a0fb36644754ae1f9e1        
[INFO] [06-27|09:37:13.167] [EngineBlockDownloader] Downloading PoS headers... hash=0x641b98ea942205cde4b5f69ce9bd3bcf339ca1bc284aba80ef3b1ef9937a75cf requestId=0 
[INFO] [06-27|09:37:14.453] [EngineBlockDownloader] Processed        highest=6197009
[INFO] [06-27|09:37:14.454] Beginning downloaded blocks insertion
[INFO] [06-27|09:37:14.536] [EngineBlockDownloader] Finished downloading blocks from=6197008 to=6197009
[INFO] [06-27|09:37:17.601] [EngineBlockDownloader] blocks verification successful

Looks like a logic change in v2.60.2 is triggering the EngineBlockDownloader into action, but not in v2.60.1?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions