-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.1.7
-
Component/s: Storage, WiredTiger
-
Fully Compatible
-
ALL
-
-
TIG 11 (03/11/16)
The recovery of the DB failed, with WiredTiger storage, after a power cycle event:
2015-08-04T18:05:39.663-0400 I CONTROL [main] ***** SERVER RESTARTED ***** 2015-08-04T18:05:39.703-0400 W - [initandlisten] Detected unclean shutdown - /home/jonathan/pt-317-wt/data/wiredTiger/mongod.lock is not empty. 2015-08-04T18:05:39.703-0400 W STORAGE [initandlisten] Recovering data from the last clean checkpoint. 2015-08-04T18:05:39.703-0400 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=8G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-08-04T18:05:39.826-0400 E STORAGE [initandlisten] WiredTiger (-31803) [1438725939:826651][2610:0x7f3e83636cc0], file:collection-215-1555756433786542724.wt: Operation failed during recovery: WT_NOTFOUND: item not found 2015-08-04T18:05:39.862-0400 I - [initandlisten] Assertion: 28595:-31803: WT_NOTFOUND: item not found 2015-08-04T18:05:39.869-0400 I STORAGE [initandlisten] exception in initAndListen: 28595 -31803: WT_NOTFOUND: item not found, terminating 2015-08-04T18:05:39.869-0400 I CONTROL [initandlisten] dbexit: rc: 100
- is related to
-
SERVER-19274 DB fails to recover after system crash, with "No such file or directory"
- Closed