Make periodic write flushing a service of the storage system

XMLWordPrintableJSON

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

      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:
              [DO NOT USE] Backlog - Storage Execution Team
              Reporter:
              Scott Hernandez (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: