Consensys / linea-besu

Linea implementation based on Besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
65 stars 57 forks source link

block time not stable #35

Open FlorianHuc opened 10 months ago

FlorianHuc commented 10 months ago

Besu is configured with a block time of 4s, but more than 4s ellapse between two blocks. It seems that the timer for block creation does not start right after the previous block was produced as shown in these logs:

image

fab-10 commented 10 months ago

Which is the value of poa-block-txs-selection-max-time?

We also need to review if there were txs to be included in a block, since we skip producing empty blocks

fab-10 commented 10 months ago

Evaluate the correlation between the increase of tx-pool-max-prioritized to 32000 and this.

Green is 16k, blue is 24k, yellow is 32k image

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 6 months with no activity.