-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Checkpoints
-
Security Level: Public (Available to anyone on the web)
-
Storage Engines - Persistence
-
3,820.963
-
SE Persistence backlog
-
None
The err: block of __checkpoint_db_internal contains operations that involve cleaning up resources and resetting the checkpoint state. This cleanup is a self-contained concern that doesn't need to be visible in the error path alongside tracking, rollback, and logging.
The aim of this ticket is to extract this block into a new static helper to improve readability and reduce code complexity.
Definition of Done
- _checkpoint_teardown exists as a static helper in checkpoint_txn.c and is called from _checkpoint_db_internal
- Existing tests pass
- related to
-
WT-18095 Backend support for s_outdated_fixmes' Jira integration
-
- Blocked
-