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

2.6 mongodump cannot read from 3.0 using WiredTiger storage engine

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 3.0.0-rc7
    • Component/s: Tools
    • Labels:
      None
    • ALL
    • Hide

      Start a 3.0 mongod with wiredtiger storage, insert some data.

      Attempt to mongodump data out with 2.6 version of mongodump, will lead to empty folder, no data, but no error.

      Show
      Start a 3.0 mongod with wiredtiger storage, insert some data. Attempt to mongodump data out with 2.6 version of mongodump, will lead to empty folder, no data, but no error.

      If you attempt to dump a database from a 3.0 instance with MMAPv1 storage engine with a 2.6.6 mongodump, this succeeds. However, switch the 3.0 instance over to WT storage engine (same data), and the mongodump proceeds, but returns immediately without actually dumping out anything:

      ./mongodump -d test -c data
      connected to: 127.0.0.1
      2015-02-05T17:31:13.111+0000 DATABASE: test	 to 	dump/test
      

      There is no error, the dump/test folder is just empty and the command exits immediately. Testing the same instance with 2.6 mongoexport succeeds, and data is returned, so this seems to be specific to 2.6 mongodump (3.0 mongodump also succeeds).

      We may need to require mongodump >=3.0 for use with wiredtiger rather than attempt to make the older tools work, but there should be an error advising of that fact rather than a silent failure.

            Assignee:
            Unassigned Unassigned
            Reporter:
            adam@comerford.net Adam Comerford
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: