lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

ERRO Aggregate attestation queue full

Open sealbox opened this issue 2 years ago • 3 comments

I am running lightouse version 3.1.0 and syncing from snapshot using following command:

/home/eth/node_beacon/lighthouse --network mainnet beacon_node --datadir=/home/eth/.ethereum --http --execution-endpoint=http://127.0.0.1:8551 --execution-jwt=/home/eth/node_beacon/jwt.hex --checkpoint-sync-url=XXX

It worked fine for few hours, got synced, but now it stopped syncing and is throwing following error:

lighthouse[32463]: Sep 16 12:13:21.443 ERRO Aggregate attestation queue full        queue_len: 4096, msg: the system has insufficient resources for load

What should I do?

sealbox avatar Sep 16 '22 12:09 sealbox

Just guessing, is your disk full or maybe insufficient RAM?

winksaville avatar Sep 16 '22 19:09 winksaville

No, my disk has plenty of space left and RAM is not utilized in 100%. I was also suspecting the system limit on open files handles, but I check soft , hard limits nad system.max-file, but everything is set much, much beyond 4096. I don't know what to do?

sealbox avatar Sep 18 '22 04:09 sealbox

This is indicative of a CPU or I/O bottleneck usually. It doesn't mean your node is inviable but it will probably lead to suboptimal validator performance if you are running validators.

Since the merge we've noticed several ways to improve performance which should help issues like this, and will have a series of releases coming soon to address them.

What hardware are you running on?

michaelsproul avatar Sep 18 '22 05:09 michaelsproul

I suspect this is related to #3212 also. Once we have implemented a solution to that, I think that may also help.

AgeManning avatar Sep 29 '22 04:09 AgeManning