-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Checkpoints, Metadata
-
None
-
Storage Engines, Storage Engines - Persistence
-
SE Persistence - 2025-12-05
-
None
Based on the code reading, WiredTiger does not seem to acquire the schema lock during the following two operations that modify the shared metadata table:
- __wti_block_disagg_checkpoint_resolve
- __wt_disagg_copy_metadata_process
An unfortunate overlapping of these functions with creating or dropping tables could result in incomplete information copied into the shared metadata table.