-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Command Line Utilities
-
Environment:Wired Tiger 3.0.0, Mongodb 4.2, Snappy 1.1.4
As I wanted to test out who Wired Tiger restores data. When using the WT load command to load data by the code below,
the dumped collection uri: collection-0--8647662201346196942
the collection uri in which data being load to: collection-2--8647662201346196942
./wt -v -h /usr/local/var/mongodb -C "extensions=[./ext/compressors/snappy/.libs/libwiredtiger_snappy.so]" -R load -f/Users/jasonwong/dump/collection.dump -r collection-2–8647662201346196942
It returns the following error:
[1619318228:296984][50113:0x10f0b9dc0], WT_SESSION.create: unknown configuration key: 'durable_timestamp': Invalid argument
[1619318228:297034][50113:0x10f0b9dc0], WT_SESSION.create: Invalid value for key 'assert': expected a category: Invalid argument
wt: table:collection-2--8647662201346196942: session.create: Invalid argument
- duplicates
-
WT-7445 WT load failed: Unknown Configuration Key and Invalid Key value
- Closed