Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-19073

MongoDB WiredTiger 3.0.2 is not backward compatible with data files created with 3.0.4

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: WiredTiger
    • Labels:
      None
    • ALL
    • Hide

      To reproduce:

      • start mongod 3.0.4 with storageEngine=wiredTiger
      • insert a document
      • shutdown
      • start mongod 3.0.2 with storageEngine=wiredTiger
      Show
      To reproduce: start mongod 3.0.4 with storageEngine=wiredTiger insert a document shutdown start mongod 3.0.2 with storageEngine=wiredTiger

      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
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            steve.briskin Steve Briskin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: