-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Compaction
-
Storage Engines
-
2
-
StorEng - 2025-01-21
Here, we should indicate why we are returning EBUSY:
/* Wait for any previous signal to be processed first. */ __wt_spin_lock(session, &conn->background_compact.lock); if (conn->background_compact.signalled) { ret = EBUSY; goto err; }