Details
-
Bug
-
Status: Closed
-
Critical - P2
-
Resolution: Fixed
-
3.0.4
-
None
-
Fully Compatible
-
ALL
-
-
Quint Iteration 6
Description
I would like to be able to create a collection with the same wiredTiger collection options as an existing collection. If I take the wiredTiger.creationString field from the collstats command to pass to the createCollection command it fails with:
Error creating `test.test`: { "serverUsed" : "127.0.0.1:27502" , "errmsg" : "exception: 22: Invalid argument" , "code" : 2 , "ok" : 0.0}
|
and write the following to the MongoDB log:
session.create: unknown configuration key: 'checkpoint': Invalid argument
|
It seems that the collstats output contains options that are not valid at the collection level.
Attachments
Issue Links
- depends on
-
WT-1980 Export metadata for recreating an object
-
- Closed
-