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

fromMigrate flag not set properly for index builds on sharding migrate

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor - P4 Minor - P4
    • None
    • None
    • Sharding
    • None
    • ALL

    Description

      This line in d_migrate.cpp:
      theDataFileMgr.insertAndLog( system_indexes.c_str() , idx, true /* flag fromMigrate in oplog */ );
      should be:
      theDataFileMgr.insertAndLog( system_indexes.c_str() , idx, false, true /* flag fromMigrate in oplog */ );

      Attachments

        Activity

          People

            milkie@mongodb.com Eric Milkie
            milkie@mongodb.com Eric Milkie
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: