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

fromMigrate flag not set properly for index builds on sharding migrate

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • ALL

      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 */ );

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

              Created:
              Updated:
              Resolved: