Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11038

Docs for SERVER-32006: Add a parameter to wait before secondaries perform noop write

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.6.0-rc5, 3.7.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Documentation Request Summary:

      --setParameter waitForSecondaryBeforeNoopWriteMS defaults to 10 milliseconds. This is the time a secondary node waits before making noop write in the case afterClusterTime specified in a readConcern does not mathc the last applied time from the oplog.

      Engineering Ticket Description:

      Current implementation if afterClusterTime waits makes noop write immediately after detecting that the requested time is > then available time in an oplog. Instead the wait should be adjustable to avoid unnecessary writes.
      Adding a WaitForSecondaryBeforNoopWriteMS parameter and waiting its value will solve it.

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 23 weeks, 1 day ago