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

Failed global initialization error for commitIntervalMs in mongo.conf

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • 3.2.0-rc0
    • 3.2.0-rc1
    • Admin
    • None
    • Fully Compatible
    • ALL
    • QuInt B (11/02/15)

    Description

      I get this error at startup:

      2015-10-17T18:27:31.995-0700 F CONTROL  [main] Failed global initialization: Location17114 failed to extract typed value from Value container: TypeMismatch Attempting to get Value as type: Int, but Value is of type: Unsigned
      

      With this command line:

      numactl --interleave=all bin/mongod --config mongo.conf --master --storageEngine wiredTiger
      

      And this mongo.conf:

      processManagement:
        fork: true
      systemLog:
        destination: file
        path: /home/mdcallag/b/m320/log
        logAppend: true
      storage:
        syncPeriodSecs: 600
        dbPath: /home/mdcallag/b/m320/data
        journal:
          enabled: true
          commitIntervalMs: 200
      

      The error goes away when commitIntervalMs is removed. I have tried different values from 50 to 200 and still get the error.

      I compiled mongod with WiredTiger and RocksDB.

      Attachments

        Issue Links

          Activity

            People

              geert.bosch@mongodb.com Geert Bosch
              mdcallag Mark Callaghan
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: