Details
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
- related to
-
SERVER-21017 Add testing for config file parsing
-
- Closed
-