-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Compaction
-
None
-
3
-
BermudaTriangle- 2023-09-05
There are operations in test/format that are wrapped around testutil_check which fails if the returned error code is not 0. For instance in wts_salvage, we have:
testutil_check(session->salvage(session, table->uri, "force=true"));
If background compaction runs at the same time on this URI, this call will return EBUSY. This ticket should investigate if some synchronisation is required and background compaction should not be running at specific times or if it is ok to retry.