Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

eth_sendRawTransaction return "jsonrpc": "2.0", "error": { "code": -32010, "message": "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee." #8894

Closed
toptopbank opened this issue Jun 14, 2018 · 5 comments
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.
Milestone

Comments

@toptopbank
Copy link

Before filing a new issue, please provide the following information.

I'm running:

  • Which Parity version?: Parity/v1.11.3-beta-a66e36b-20180605/x86_64-linux-gnu/rustc1.26.1
  • Which operating system?: Linux
  • How installed?: rpm
  • Are you fully synchronized?: yes
  • Which network are you connected to?: ethereum
  • Did you try to restart the node?: yes
    My parity start config:
    parity --no-ui --no-ws --no-warp --min-peers=25 --cache-size=4096 --jsonrpc-hosts=all --jsonrpc-port=18545 --jsonrpc-interface=0.0.0.0 --jsonrpc-cors=* --jsonrpc-server-threads=100 --jsonrpc-threads=4 --min-gas-price=1 --log-file=/opt/logs/parity/parity.log

I saw the issue have been fixed on 1.11.3 ,but I also have this problem on 1.11.3

@Tbaut
Copy link
Contributor

Tbaut commented Jun 14, 2018

Links to #8691
@tomusdrw can you have a look?

@Tbaut Tbaut added F2-bug 🐞 The client fails to follow expected behavior. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. M4-core ⛓ Core client code / Rust. labels Jun 14, 2018
@Tbaut Tbaut added this to the 1.12 milestone Jun 14, 2018
@tomusdrw
Copy link
Collaborator

@ciphertang How many transactions are you sending? Perhaps the pool is full with your own/local transactions - in such case you need to increase the pool size.
Also it seems that your node is open to the external network, perhaps others are using this to propagate their own transactions through your node, see #8820

@toptopbank
Copy link
Author

I check the parity_localTransactions method ,there are so many Transactions. I changed the port but it didn‘t resolve the problem.
I reinstall the client with 1.10.6-stable,there are also many pending Transactions,but it can send Transaction normally.
How to increase the pool size?

@toptopbank
Copy link
Author

I have setted two-way ssl (no client cert can't connect the rpc)and changed the port ,but why can i also see many localTransactions is pending.

@Tbaut
Copy link
Contributor

Tbaut commented Jun 19, 2018

This might be related to this issue: #8820
What are you currently doing with your node, is it expected to get so many local transactions?

@5chdn 5chdn closed this as completed Jun 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.
Projects
None yet
Development

No branches or pull requests

4 participants