-
Notifications
You must be signed in to change notification settings - Fork 191
Chain falls over when a consistent load of transactions is thrown at it #363
Comments
Interestingly, I went to try Quorum, and noticed that it's behaving quite similarly. It seems there is an issue for it over there too: Quorum logs:
The following Parity in PoA playground on the other hand works perfectly with my test harness: |
Hmmm, I wonder if it's related to this: ethereum/go-ethereum#14405 Doesn't look like the txpool settings (e.g. |
If I inspect the txpool of
If I check the other nodes, their txpool is empty:
Doesn't "pending" mean they should be processable? Also, Tendermint on node-0 doesn't seem to see any unconfirmed txs:
|
|
It's very likely this has been fixed by: tendermint/tendermint#1091 We are testing (so far conclusively) the fix back ported to a 0.10.x branch here: |
see https://github.com/cosmos/ethermint for latest work on ethermint |
Repro Steps
yarn install
to install packagesyarn start
to throw 1000 transactions at node-0Expected Behaviour
Actual Behaviour
The only way to recover the node is to delete the pod and wait for it to be recreated and resync.
There's also nothing suspicious in the logs.
Tendermint Logs
Ethermint Logs
The text was updated successfully, but these errors were encountered: