-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: 3.0.4
-
Component/s: WiredTiger
-
None
-
Fully Compatible
-
ALL
-
-
Quint Iteration 6
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.
- depends on
-
WT-1980 Export metadata for recreating an object
- Closed