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

After test_timestamp_abort run, cursor scan shows different results from cursor search

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Critical - P2 Critical - P2
    • None
    • Affects Version/s: None
    • Component/s: None

      After looking at the data leftover after the failing run for WT-5916, we see an anomaly in the data files.  Each data file contains a range of keys (string-ified integers) like "1000000000" through "1000118532".  A program reading this could individually do WT_CURSOR->search for each key sequentially, or it could search to the first key and do WT_CURSOR->next(), and it should give the same results.  However, we see "extra" keys doing next() that we do not see with explicit calls to search.

       

        1. cmpdump.c
          5 kB
          Donald Anderson

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: