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

Join cursor: discrepancy with bloom filters

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.9.0, 3.2.10, 3.3.12
    • Affects Version/s: 3.2.8
    • Component/s: None
    • Labels:
      None

      In the attached test case, we create a set of data that abides by some simple conditions. We set up a join to look for entries that don't abide by those conditions and unexpectedly, we see matches. The matches disappear when we use don't use bloom filters. The matches disappear when we size the bloom filters much bigger than the data set. More matches appear when we size the bloom filters much smaller than the data set. A reasonable guess is that the logic that deals with bloom filter false positives is incorrect. In this example, bloom filters are combined, so that may be a factor.

      The test case is written to be built under test/csuite. It uses transactions, which not necessary to show the problem.

            Assignee:
            sulabh.mahajan@mongodb.com Sulabh Mahajan
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: