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

Failed global initialization error for commitIntervalMs in mongo.conf

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.2.0-rc1
    • Affects Version/s: 3.2.0-rc0
    • Component/s: Admin
    • Labels:
      None
    • Fully Compatible
    • ALL
    • QuInt B (11/02/15)

      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.

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

              Created:
              Updated:
              Resolved: