As the title says.
I’ve experienced this on MacOS versions 5.0.6 and 5.0.7 and also on the Linux version 5.0.6.
All three instances run on machines with plenty cpu power and ram (16GB and 32GB).
I’m running a script (don’t ask why…) that executes the following commands on Concordium-client:
- GetBlocksAtHeight
- getBlockInfo
- getBlockSummary
As I need to perform this operation for all 4.8M blocks, I’m using a ProcessPool in Python, which executes 8 processes at the same time.
Observation 1: up until block 1M or so, I could process 1000 blocks in 30 sec. This time gradually increased to 1000 blocks in 400 sec around block 3M. I haven’t found a reason why.
Observation 2: all three nodes will run behind after 3-4 hours, usually around 10 min behind.
Any pointers?