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

Starting replica set member standalone can lose committed writes starting in MongoDB 4.0

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 4.0.0
    • Component/s: Replication
    • Labels:
      None
    • ALL
    • Repl 2018-12-03

      Starting in 4.0 we do recovery at startup (for everything but the oplog) by replaying the oplog instead of by journaling. However this is not done by default if a replica set member is started standalone, so we can lose committed writes in this case. Restarting a replica set member standalone is a common documented maintenance procedure, so losing committed writes in this case seems possibly problematic. This is also a change in behavior from 3.6.

      There is an undocumented parameter to do oplog replay when started as standalone; suggest that this should be enabled by default.

            Assignee:
            judah.schvimer@mongodb.com Judah Schvimer
            Reporter:
            bruce.lucas@mongodb.com Bruce Lucas (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated:
              Resolved: