Queryable WT incorrectly read config string

XMLWordPrintableJSON

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

      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 (Inactive)
              Reporter:
              Daniel Gottlieb (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: