-
Type: Bug
-
Resolution: Done
-
Priority: 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 */ );
- related to
-
SERVER-4333 Add flag to the oplog entry for migration/sharding ops
- Closed