Read metadata using WT_ISO_READ_UNCOMMITTED should have a loop

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines, Storage Engines - Transactions
    • SE Transactions - 2026-04-10
    • 2

          /*
           * The given URI may not exist in the metadata file. Since we always want to return a URI that
           * is lexicographically larger the given one, make sure not to go backwards.
           */
          if (exact <= 0) {
              /* FIXME-WT-15259: here should be adjusted when this ticket is done. */
              WT_WITH_TXN_ISOLATION(session, WT_ISO_READ_UNCOMMITTED, ret = cursor->next(cursor));
              WT_ERR(ret);
          }
      

      Should have a loop here to do WT_ISO_READ_UNCOMMITTED access.

            Assignee:
            Shoufu Du
            Reporter:
            Shoufu Du
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: