24-3: Fix EvWrite to release memory correctly#9841
24-3: Fix EvWrite to release memory correctly#9841snaury merged 1 commit intoydb-platform:stable-24-3from
Conversation
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
...
Changelog category
Additional information
Fix EvWrite to release memory correctly. The new EvWrite API was sometimes causing process aborts when attempting to restore a previously released transaction, because release was not actually releasing anything.
Merges #9809.
Fixes #9797.