Allow querying wiredTigerEngineRuntimeConfig via getParameter

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 3.6.0-rc0
    • Affects Version/s: 3.0.4
    • Component/s: Storage
    • Fully Compatible
    • Storage 2017-10-02, Storage 2017-10-23
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      setting the wiredTigerEngineRuntimeConfig string in the shell, at the command line or in a config file does not change the config string when viewed through getParameter.

      > db.adminCommand( { setParameter : 1, "wiredTigerEngineRuntimeConfig" : "cache_size=2GB" })
      { "was" : "", "ok" : 1 }
      > db.adminCommand( { getParameter : "1", wiredTigerEngineRuntimeConfig : 1  } )
      { "wiredTigerEngineRuntimeConfig" : "", "ok" : 1 }
      

            Assignee:
            Daniel Gottlieb (Inactive)
            Reporter:
            Andre de Frere
            Votes:
            7 Vote for this issue
            Watchers:
            18 Start watching this issue

              Created:
              Updated:
              Resolved: