Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
WT2.6.0
-
None
-
None
Description
Hi!
We somehow managed to get DB that we're unable to open due to wiredtiger_open() returns WT_NOTFOUND with no additional information.
I'm attaching the DB itself and small program that opens it.
Output I get when using WiredTiger 2.6.0 ('master'):
$ ./open_db
|
wiredtiger_open(WT_HOME, NULL, "log=(enabled)", &conn) at (open_db.c:27) failed: WT_NOTFOUND: item not found [-31803]
|
$ ./open_db
|
196 records in table 'main'
|
$ ./open_db
|
196 records in table 'main'
|
$ ./open_db
|
196 records in table 'main'
|
I.e. it fails the first time, but can open and read it on next attempts.
Attachments
Issue Links
- is depended on by
-
SERVER-18647 WiredTiger changes for MongoDB 3.0.4
-
- Closed
-
-
SERVER-18648 WiredTiger changes for MongoDB 3.1.4
-
- Closed
-
- related to
-
WT-1936 broken logs
-
- Closed
-
- links to