Fasserting is a bit heavy handed for this IMO. We should have the same behavior for an invalid WT option as we do for other invalid options.
Example: invalid (non-WT) option
amidvidy ~/Documents/gitroot/mongo $ ./mongod --setParameter fakeParam=FOO BadValue Illegal --setParameter parameter: "fakeParam" try './mongod --help' for more information
amidvidy ~/Documents/gitroot/mongo $ ./mongod --storageEngine=wiredtiger --wiredTigerCollectionConfig="bad=foo"
...
2014-11-11T11:37:19.882-0500 I - [initandlisten] Fatal assertion 28520 UnknownError 22: Invalid argument
.. stacktrace...
- is duplicated by
-
SERVER-16174 Assertion and backtrace when invalid WT config option passed
-
- Closed
-