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

oplog default size must be differently calculated for inMemory storage engine

    • Fully Compatible
    • ALL
    • Repl 13 (04/22/16)

      If oplog size is not specified, we calculate it using default based on free space on disk. This makes little sense for inMemory storage engine and will most likely never be the right size.

      We should either fail to start if oplog size is not specified explicitly for a replica set member on startup, or we should calculate a different default, based on memory size (like we do cache) not based on disk size (and maybe give a warning in the logs that the size was not specified).

            Assignee:
            milkie@mongodb.com Eric Milkie
            Reporter:
            asya.kamsky@mongodb.com Asya Kamsky
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: