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

For simple tables, do not use table dhandle after it is released

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.6.0-rc4, WT3.0.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Storage Engines
    • Storage 2017-11-13
    • v3.6

      The change https://github.com/wiredtiger/wiredtiger/commit/982121f68b336eb58edfbae26300ef46935277b8, AKA WT-3555 appears to have an error. __wt_schema_release_table is called before table->face.name is used. This is not a simple code ordering problem, as storage for cursor->uri must persist for the lifetime of the cursor. The WT-3555 changes are related to some small performance enhancements for cursor opens.

      It's possible this is the problem seen in HELP-5263.

            Assignee:
            donald.anderson@mongodb.com Donald Anderson
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: