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

Fix txpool queue overflow #9197

Merged
merged 18 commits into from
Jan 11, 2024
Merged

Fix txpool queue overflow #9197

merged 18 commits into from
Jan 11, 2024

Conversation

mh0lt
Copy link
Contributor

@mh0lt mh0lt commented Jan 10, 2024

When discarding spamming we need to remove the tx from the subpools as well as the sender tx list. Otherwise the tx is ignored by other operations and left in the subpool

As well as the fix here this PR also contains several changes to TX TRACING and other logging to make it easier to see what is going on with pool processing

@mh0lt mh0lt merged commit 7308e87 into devel Jan 11, 2024
7 checks passed
@mh0lt mh0lt deleted the fix_txpool_queue_overflow branch January 11, 2024 10:03
racytech pushed a commit to racytech/erigon that referenced this pull request Jan 12, 2024
When discarding spamming we need to remove the tx from the subpools as
well as the sender tx list. Otherwise the tx is ignored by other
operations and left in the subpool

As well as the fix here this PR also contains several changes to TX
TRACING and other logging to make it easier to see what is going on with
pool processing
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

Successfully merging this pull request may close these issues.

2 participants