-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
C:abciComponent: Application Blockchain InterfaceComponent: Application Blockchain InterfaceT:bugType Bug (Confirmed)Type Bug (Confirmed)
Description
If you send many transactions to the mempool, tendermint's reqQueue (size: 256) fills up fast.
tendermint/abci/client/socket_client.go
Line 21 in 2fd5fa7
| reqQueueSize = 256 // TODO make configurable |
reqQueue fills up, socketClient.CheckTxAsync blocks, which blocks mempool.CheckTx, which blocks the main mempool reactor's Receive.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C:abciComponent: Application Blockchain InterfaceComponent: Application Blockchain InterfaceT:bugType Bug (Confirmed)Type Bug (Confirmed)