Skip to content

when there are two many pendding transactions,the mined block package transactions become very slow #17984

Closed
@liuzhijun23

Description

@liuzhijun23

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:

txpool.status
{
pending: 43753,
queued: 0
}
eth.getBlock(eth.blockNumber).transactions.length
8
why the block package so less transactions when the pedding is overflow?who can help me to explain this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions