-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Live Restore
-
Storage Engines
-
3
-
StorEng - 2025-02-04, StorEng - 2025-02-14
If a live restore worker thread attempts to open a cursor (to prevent schema and other exclusive operations on a table) and cannot because something else already has it open exclusively (like verify), then EBUSY gets returned and the thread fails in the thread group code.
The work item needs to be put back onto the work queue and tried again later.