Details
-
Task
-
Resolution: Done
-
Major - P3
-
2.8.0-rc1
Description
When a mongod is started up with --storageEngine=wiredtiger, then creating a collection does not recognize "wiredTiger" as a way of specifying WT-specific options:
> db.createCollection("aaab", {storageEngine: {wiredTiger: {configString: "block_compressor=zlib"}}})
|
{
|
"ok" : 0,
|
"errmsg" : "'storageEngine.wiredTiger' options do not match, and cannot be used, for the currently enabled storage engine of 'wiredtiger'",
|
"code" : 2
|
}
|
Attachments
Issue Links
- is documented by
-
DOCS-4451 Ensure that all instances of WT string in configuration, options, etc. are camelcased
-
- Closed
-
- is related to
-
SERVER-16266 Change wiredtiger engine name to wiredTiger for consistency
-
- Closed
-