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

The freelist.allocs isn't rollbacked when a tx is rollbacked #797

Closed
ahrtr opened this issue Jul 22, 2024 · 1 comment · Fixed by #819
Closed

The freelist.allocs isn't rollbacked when a tx is rollbacked #797

ahrtr opened this issue Jul 22, 2024 · 1 comment · Fixed by #819

Comments

@ahrtr
Copy link
Member

ahrtr commented Jul 22, 2024

When a writing TXN allocates some pages from the freelist pages, they will be recorded in allocs. But if the TXN is rollbacked, the allocs won't be rollbacked.

We need to add an unit test to reproduce this issue, then apply a patch to fix it.

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

Successfully merging a pull request may close this issue.

1 participant