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

Txpool: db unlimited grow fix (#8596) #8608

Merged
merged 3 commits into from
Oct 29, 2023
Merged

Txpool: db unlimited grow fix (#8596) #8608

merged 3 commits into from
Oct 29, 2023

Conversation

yperbasis
Copy link
Member

@yperbasis yperbasis commented Oct 29, 2023

read transaction was opened before stream.Recv(), but stream.Recv() is blocking infinity loop. so, this read transaction never rollback - causing unlimited db grow.


Merge PR #8596 into devel

read transaction was opened before stream.Recv(), but stream.Recv() is
blocking infinity loop. so, this read transaction never rollback -
causing unlimited db grow.

---------

Co-authored-by: Andrew Ashikhmin <[email protected]>
@yperbasis yperbasis merged commit 8f67a8c into devel Oct 29, 2023
7 checks passed
@yperbasis yperbasis deleted the merge_pr_8596 branch October 29, 2023 10:13
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