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

Make periodic write flushing a service of the storage system

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
    • Storage Execution
    • 0

      Move the work out of the storage engines and up to the storage system, to drive this functionality across all storage engines.

      Periodically the following must happen:

      1. If journaling is on, flush the journal
      2. If not journaling, flush via RecoveryUnit::waitUntilDurable
      3. If waitUntilDurable fails, flushAllFiles

      The two periods are journalCommitIntervalMs (30/100 default) and syncDelaySecs (60 default).

      In addition, hook-in or replace, the current JournalListener functionality.

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            scotthernandez Scott Hernandez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: