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

Take a global lock to quiesce the database before configuring `wiredTigerEngineRuntimeConfig`

    • Type: Icon: Improvement Improvement
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Storage Engines 2019-04-08

      When changing the WiredTiger storage engine config string, the database must be quiescent, otherwise it will fail with "system must be quiescent for upgrade or downgrade".

      Currently neither the setParameter command nor the code associated with the wiredTigerEngineRuntimeConfig parameter takes the steps such as acquiring a global X lock to quiesce the database. So it's possible that the WT reconfiguration would fail. It would be nice if we can try to take a global lock to quiesce the database before configuring `wiredTigerEngineRuntimeConfig`.

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            linda.qin@mongodb.com Linda Qin
            Votes:
            1 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: