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

[4.2] Start WT in read only mode if the 'recoverToOplogTimestamp' flag is missing for queryable backup

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.2.5
    • Affects Version/s: 4.2.4
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Execution Team 2020-03-23

      This only affects 4.2.4 binaries running with FCV 4.0. With FCV 4.0, we don't use WiredTiger checkpoints for backups. But when we start-up with queryable backup mode, WiredTiger will use the callbacks for the writeable API implemented in 4.2.4 when it shouldn't.

       

      On 4.2.4 binaries with FCV 4.0, the recommended workaround is to add these options to the config:

      • storage.wiredTiger.engineConfig.configString: ",readonly=true,"
      • storage.journal.enabled: false

            Assignee:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Reporter:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: