-
Notifications
You must be signed in to change notification settings - Fork 276
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 mpool leak in txn.WriteBatch #14220
Conversation
@ouyuanning Thanks for your contributions! Review: Title: fix mpool leak in txn.WriteBatch Body: This pull request fixes a memory pool (mpool) leak in the Changes:
Problem 1: Memory Pool Leak Solution 1: Use the Correct Memory Pool Problem 2: Memory Pool Leak Solution 2: Use the Correct Memory Pool Problem 3: Memory Pool Leak Solution 3: Use the Correct Memory Pool Problem 4: Memory Pool Leak Solution 4: Use the Correct Memory Pool Optimization Suggestions:
Overall, this pull request addresses a memory pool leak issue in the |
fix mpool leak in txn.WriteBatch Approved by: @nnsgmsone
fix mpool leak in txn.WriteBatch Approved by: @nnsgmsone, @sukki37
What type of PR is this?
Which issue(s) this PR fixes:
issue #14080
What this PR does / why we need it:
fix mpool leak in txn.WriteBatch