summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/move_timing_helper.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-4/+5
|
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-231-0/+72
This change moves the entire chunk migration state machine to be driven by the MigrationSourceManager and abstracts the cloning logic behind an interface called MigrationChunkClonerSource with a default legacy implementation, which uses the existing _migrateClone/_transferMods commands.