You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take at least 1 validator down and make sure that the network is still producing block.
Sent a transaction every one seconds( or any number less than the emptyblockperiodseconds/blockperiodseconds.
This will cause the blockchain to stop producing block until the transactions stop getting sent, then it will produce a block with all the transactions. Note that this problem will reappear if we start to spam the transactions again.
The text was updated successfully, but these errors were encountered:
System information
Geth version:
v1.10.3
GoQuorum version:
v24.4.1
OS & Version: Linux
Expected behaviour
The blockchain doesn't stop block production.
Actual behaviour
The blockchain stops block production when they are active transactions getting submitted to the chain.
Steps to reproduce the behaviour
The
genesis.json
Command to start the network, replace env with appropriate variables.
emptyblockperiodseconds
/blockperiodseconds
.This will cause the blockchain to stop producing block until the transactions stop getting sent, then it will produce a block with all the transactions. Note that this problem will reappear if we start to spam the transactions again.
The text was updated successfully, but these errors were encountered: