Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-11465

test/format ops return EBUSY because of background compaction

    • Type: Icon: Bug Bug
    • Resolution: Gone away
    • Priority: Icon: Major - P3 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.

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: