Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evm tx pool waiting queue is full #97

Open
knull-cn opened this issue Feb 6, 2020 · 1 comment
Open

evm tx pool waiting queue is full #97

knull-cn opened this issue Feb 6, 2020 · 1 comment

Comments

@knull-cn
Copy link
Contributor

knull-cn commented Feb 6, 2020

进行压力测试的时候,用的pendingnonce,账号100个,会出现错误“evm tx pool waiting queue is full”。
简单分析了下出现该错误的情况:
1、waiting queue和pending queue 两个队列,如果pending 队列满了(5000),并且waiting队列满了(5000),那么会出现该错误
2、tx的nonce在pending不连续(nonce断层),会放到waiting中;如果waiting队列满了,会出现该错误。

@knull-cn
Copy link
Contributor Author

knull-cn commented Feb 6, 2020

后续测试中,将账号数增加到1000,该错误基本没有出现了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant