Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

block time not stable #35

Open
FlorianHuc opened this issue Jan 23, 2024 · 3 comments
Open

block time not stable #35

FlorianHuc opened this issue Jan 23, 2024 · 3 comments
Labels

Comments

@FlorianHuc
Copy link

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
Copy link
Collaborator

fab-10 commented Jan 23, 2024

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
Copy link
Collaborator

fab-10 commented Jan 23, 2024

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

Copy link

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

@github-actions github-actions bot added the Stale label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants