In verify assert ingest on leader never returns EBUSY

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • WT12.0.0, 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: Verify
    • None
    • Storage Engines, Storage Engines - Persistence
    • None
    • 1

      In __schema_layered_worker_verify add an assertion to ensure that verifying the ingest constituent of layered tables should never return EBUSY

      WT_ASSERT_ALWAYS(session, ingest_ret != EBUSY,
          "Verify(layered): %s ingest table on leader cannot be verified. "
          "Ingest contains dirty content or open cursors, which is an invalid"
          "state.",
          ingest_uri);
      

      This ticket depends on WT-14911

            Assignee:
            Mariam Mojid
            Reporter:
            Mariam Mojid
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: