Alex Sharov
Alex Sharov
ok, then it's a bit known issue with remotedb grpc server architecture. I advise you work with --datadir now. don't know when we will able to fix it.
what we know: 1. unclear - is it really deadlock or just --db.read.concurrency limit touched and all next readers just waiting previous one 2. seems Golang is not very friendly...
I think it just executing this batch of blocks (didn’t see logs yet - i’m on mobile)
I don’t know. Show logs. Share your disk hardware type.
@p2p-sergey-y sorry, i don't see any problems in your logs. it processing blocks 1-by-1, fast enough. what means "really slowly"?
fixed by https://github.com/ledgerwatch/erigon/pull/5194
Yep, likely leak. Or bug in logic.
@suspended how much ram you have? It’s oom killer. Can you try update erigon?
It’s invalid json because trace_ methods doing json streaming - means manual json assembling. Need to fix.