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

Simplify overflow key block frees

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • WT10.0.1, 5.2.0, 5.0.6
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • v5.0

      etienne.petrel reports:

      Seems that there is a consistent failure in compatibility-test-for-newer-releases:

      [2021/11/10 02:25:40.494] [1636511140:494000][80957:0x7f4339390b80], file:wt.wt, WT_SESSION.verify: __verify_ckptfrag_chk, 520: checkpoint ranges never verified: 10
      [2021/11/10 02:25:40.494] [1636511140:494128][80957:0x7f4339390b80], file:wt.wt, WT_SESSION.verify: __verify_filefrag_chk, 434: file ranges never verified: 10
      [2021/11/10 09:17:35.434] t: run FAILED
      [2021/11/10 09:17:35.434] t: FAILED: wts_verify/586: ret == 0 || ret == EBUSY: session.verify: table:wt: verify
      

      Seems that we are returning WT_ERROR as count is different from 0 and block->verify_strict is true.
      Spawning the host from this failure and running the following command reproduces the issue:

      pwd
      /data/mci/artifacts-0ba903-compatibility-tests_compatibility-test-for-newer-releases/test-compatibility-run/mongodb-5.0/test/format
      
      ./t -1Rq -B -c ../../../develop/test/format/CONFIG_mongodb-5.0 -h ../../../develop/test/format/RUNDIR.row timer=2
      

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: