Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-27203

Queryable WT incorrectly read config string

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.4.1, 3.5.1
    • Affects Version/s: 3.4.0
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Storage 2016-12-12

      A WT extension looks like

      extensions=[local={entry=functionName,early_load=true,config={key="value"}},]
      

      Previously the config string passed in was:

      {entry=functionName,early_load=true,config={key="value"}}
      

      However now, only the "config" piece is passed in:

      {key="value"}
      

      The code is still trying to parse the "config" value out of the string which results in an error and failure to start up.

            Assignee:
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Reporter:
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: