-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
when there are two many pendding transactions,the mined block package transactions become very slow #17984
Comments
I place a log in the MainLoop located in the work.go as follow:
when the pendding is blocked, I find the console print log for a deadloop as follows:
It seems that something wrong has happend. Why the geth enter the dead loop in the chan select : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I build my private blockchain with PoA,there are two nodes,one miner and one normal nodes.I set the paramete --txpool.globalslots 40860. I use a script to send transactions in a loop.The block can package 700~800 transactions at the beginning,but after some minutes,the blockchain became blocking,I use txpool.status in the console,the result is:
The text was updated successfully, but these errors were encountered: