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

Allow querying wiredTigerEngineRuntimeConfig via getParameter

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 3.6.0-rc0
    • 3.0.4
    • Storage
    • Fully Compatible
    • Storage 2017-10-02, Storage 2017-10-23

    Description

      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 }
      

      Attachments

        Activity

          People

            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            andre.defrere@mongodb.com Andre de Frere
            Votes:
            7 Vote for this issue
            Watchers:
            18 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: