-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Schema Management
-
Storage Engines, Storage Engines - Foundations
-
98.033
-
None
-
None
- Create table
- Publish the table
- Take a checkpoint
- Restart
- Write to table
- Take a checkpoint
This produces the panic "stable data checkpointed for unpublished table". This happens because there was no data for the checkpoint to write and so it doesn't write to .wt_stable at all. On startup, the table has an empty stable checkpoint and so AWAITS_PUBLISH is set. The attached test reproduces this.