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
Some local txs always pending and stayed in the queue, restart can not remove it from the queue and new transaction can not be sent with the error "txpool is full"
Is there any way to setup the lifetime for local txs like geth or delete it from disk?
There is no txpool-transactions-backup.rlp file found in reth-data dir
Here is the response for txpool_status
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"pending": "0x1",
"queued": "0x22"
}
}
Describe the bug
Some local txs always pending and stayed in the queue, restart can not remove it from the queue and new transaction can not be sent with the error "txpool is full"
Is there any way to setup the lifetime for local txs like geth or delete it from disk?
There is no txpool-transactions-backup.rlp file found in reth-data dir
Here is the response for txpool_status
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"pending": "0x1",
"queued": "0x22"
}
}
start command:
./op-reth node
--datadir="$RETH_DATA_DIR"
--log.stdout.format log-fmt
--enable-discv5-discovery
--ws
--ws.origins=""
--ws.addr=0.0.0.0
--ws.port="$WS_PORT"
--ws.api=eth,net,txpool
--http
--http.corsdomain=""
--http.addr=0.0.0.0
--http.port="$RPC_PORT"
--http.api=admin,eth,net,txpool
--authrpc.addr=0.0.0.0
--authrpc.port="$AUTHRPC_PORT"
--authrpc.jwtsecret="$OP_NODE_L2_ENGINE_AUTH"
--metrics=0.0.0.0:"$METRICS_PORT"
--chain "$RETH_CHAIN"
--rollup.sequencer-http=$RETH_SEQUENCER_HTTP
--rollup.disable-tx-pool-gossi
Steps to reproduce
Node logs
Platform(s)
Linux (x86)
Container Type
Docker
What version/commit are you on?
1.1.5
What database version are you on?
Current database version: 2
Local database version: 2
Which chain / network are you on?
base
What type of node are you running?
Pruned with custom reth.toml config
What prune config do you use, if any?
[prune]
block_interval = 2
[prune.segments]
sender_recovery = "full"
transaction_lookup = { distance = 10_064 }
account_history = { distance = 10_064 }
storage_history = { distance = 10_064 }
receipts = { distance = 200_0000 }
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: