correctly pass fromMigrate flag on migration index creation

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 2.5.0
    • Affects Version/s: 2.4.3
    • Component/s: None
    • None
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In d_migrate.cpp, we're accidentally passing the fromMigrate flag as the god mode flag when initially creating to-side indexes.

      theDataFileMgr.insertAndLog( system_indexes.c_str() , idx, true /* flag fromMigrate in oplog */ );

      There are two boolean params to insertAndLog, fromMigrate is the second.

      No impact aside from index creation not being tagged as fromMigrate.

              Assignee:
              Greg Studer (Inactive)
              Reporter:
              Greg Studer (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: