Skip to content

checkpoint should also be counted as an op for UpdateTransaction #548

@zhanglei1949

Description

@zhanglei1949

Currently, the checkpoint mechanism in UpdateTransaction performs a simple dump-and-reopen, which works correctly for existing functionality. However, to support the upcoming Copy-on-Write (COW) feature (#370), the COW instance must be installed during the commit phase. Without this change, a failed commit will result in an unrecoverable error state when COW is enabled. This issue tracks the necessary refactoring to make the checkpoint logic COW-compatible.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtransactionTransaction management

Type

No fields configured for Bug.

Projects

Status
To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions