-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Btree, Checkpoints
-
None
-
Storage Engines, Storage Engines - Persistence
-
0.001
-
None
-
None
With the current WiredTiger logic, a newly created btree with just unstable data (and no stable data) is included in a checkpoint, which results in a (presumably) empty root page being written out and the checkpoint created. This violates the assumption that an unpublished table does not have any pages, and it also trips the check for having stable data in an unpublished table as a false positive.
- is depended on by
-
WT-18018 Leader records stable data for unpublished tables in shared metadata (follower visibility violation)
-
- Closed
-
-
WT-18056 Disaggregated step-up re-enqueues follower-published CREATEs as unpublished
-
- Closed
-
-
WT-17999 (Schema abort) Assertion failure: Stable data checkpointed for unpublished table
-
- Closed
-