-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: WiredTiger
-
None
-
ALL
-
Starting a wiredTiger mongod <=3.0.2 against data files files created with 3.0.4 results in a fatal assertion.
[18:40:28][~/temp/tmpdb]$ /usr/local/mongodb-osx-x86_64-3.0.2/bin/mongod --dbpath . --port 27500 --storageEngine wiredTiger 2015-06-22T18:40:33.687-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),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-06-22T18:40:33.687-0400 E STORAGE [initandlisten] WiredTiger (22) [1435012833:687663][9436:0x7fff7af23310], wiredtiger_open: Value too large for key 'close_idle_time' the maximum is 1000: Invalid argument 2015-06-22T18:40:33.687-0400 E STORAGE [initandlisten] WiredTiger (22) [1435012833:687699][9436:0x7fff7af23310], wiredtiger_open: Invalid value for key 'file_manager': expected a category: Invalid argument 2015-06-22T18:40:33.687-0400 I - [initandlisten] Fatal Assertion 28561 2015-06-22T18:40:33.687-0400 I - [initandlisten] ***aborting after fassert() failure
- is related to
-
SERVER-19100 Start WiredTiger engine with the config_base=false
- Closed