-
Type:
Task
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Live Restore
-
Storage Engines
-
SE Persistence - 2025-06-20
-
None
This change is largely just removing this assertion:
WT_ASSERT_ALWAYS(session, !__wt_live_restore_migration_in_progress(session), "Cleaning the metadata string should only be called for non-live restore file systems");
But we should also confirm that the surrounding logic makes sense in the context of taking a backup during a running live restore.