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

Turn on checkpointing for the keystore Data Store

    • Fully Compatible
    • ALL
    • v5.0, v4.4, v4.2, v4.0
    • Security 2021-05-31, Security 2021-06-14

      Currently, the keystore data store uses a configuration of WiredTiger with logging enabled but without doing any checkpoints. This means as writes accumulate to the keystore, the log files (journal files) will continue to accumulate and never be deleted until shutdown time. WiredTiger has a built-in checkpointing thread that can be configured to run at a configured interval; we should either make use of this or run our own checkpoint thread (or use the current MongoDB checkpointing thread) to execute periodic checkpoints of the keystore.

            Assignee:
            sara.golemon@mongodb.com Sara Golemon
            Reporter:
            milkie@mongodb.com Eric Milkie
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: