Skip to content

abci socket client: reqQueue fills up quickly #5190

@melekes

Description

@melekes

If you send many transactions to the mempool, tendermint's reqQueue (size: 256) fills up fast.

reqQueueSize = 256 // TODO make configurable
When reqQueue fills up, socketClient.CheckTxAsync blocks, which blocks mempool.CheckTx, which blocks the main mempool reactor's Receive.

Metadata

Metadata

Assignees

Labels

C:abciComponent: Application Blockchain InterfaceT:bugType Bug (Confirmed)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions