Discussion:
[mongodb-user] collection filename.wt does not appear to be a WiredTiger file
Иннокентий Голдберг
2018-12-05 10:39:02 UTC
Permalink
After filesystem error we can't start our mongodb instance (version
3.2.11-2+deb9u1).

mongodb --repair as specially build for our wiretiger version
(http://source.wiredtiger.com/2.9.2/command_line.html#util_salvage) gives
us the same error on one of the collections

file:collection-2--2481999773037646866.wt: WT_ERROR: non-specific
WiredTiger error


./wt -v -h /storage1/restore_checkArchive -C
"extensions=[./ext/compressors/snappy/.libs/libwiredtiger_snappy.so]" -R
verify collection-2--2481999773037646866
[1544005066:138304][28344:0x7fe82dc5c300],
file:collection-2--2481999773037646866.wt, WT_SESSION.verify:
collection-2--2481999773037646866.wt does not appear to be a WiredTiger
file: WT_ERROR: non-specific WiredTiger error

./wt -v -h /storage1/restore_checkArchive -C
"extensions=[./ext/compressors/snappy/.libs/libwiredtiger_snappy.so]" -R
salvage collection-2--2481999773037646866.wt
[1544005420:773648][29867:0x7f8a8dbe0300],
file:collection-2--2481999773037646866.wt, WT_SESSION.salvage:
collection-2--2481999773037646866.wt does not appear to be a WiredTiger
file: WT_ERROR: non-specific WiredTiger error
wt: session.salvage: file:collection-2--2481999773037646866.wt: WT_ERROR:
non-specific WiredTiger error

With the help of wt utility (salvage -> dump -> load) we recover some
outher collection files but not this

Is there some outher way to fix this or just extract data from it?


What additional data (files or so) you need to clarify the problem (The
size of problem collection files is close to 200Gb.)?
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.

For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/5718eaa7-ea74-4782-b435-bbd56dd59457%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Иннокентий Голдберг
2018-12-05 11:48:16 UTC
Permalink
This post might be inappropriate. Click to display it.
Loading...