-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Checkpoints
-
None
-
Storage Engines
-
2
-
Megabat - 2024-05-14
-
v8.0
The checkpoint cleanup thread opens all the tables that have stop durable timestamp or logging enabled. In the standalone mode, all the tables have logging enabled, which opens all the tables for processing. This can create problems when opening a bulk cursor on the newly created table as it is concurrently opened by the checkpoint thread due to the checkpoint cleanup thread.
The fix is to avoid processing these empty or newly created files as part of the checkpoint cleanup operation.
- is caused by
-
WT-12657 Add checkpoint cleanup utility thread
- Closed