summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/move_chunk_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-28/+0
* SERVER-22628 Sharding secondary throttle parsing into separate classKaloian Manassiev2016-02-171-13/+7
* SERVER-22591 Move ChunkMoveWriteConcernOptions to separate fileKaloian Manassiev2016-02-121-0/+1
* SERVER-20290 Introduce migration session idDianna Hohensee2016-02-021-2/+5
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-4/+4
* SERVER-21146 restrict splitChunk, moveChunk, mergeChunks on mongod to interna...Misha Tyulenev2015-11-031-2/+1
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-031-2/+1
* SERVER-20918 Remove redundant OperationContext parameter in ChunkMoveOperatio...Randolph Tan2015-10-221-4/+4
* SERVER-20918 MigrationSourceManager::done called twiceRandolph Tan2015-10-221-47/+5
* SERVER-21033 Do not wait for write concern under lockKaloian Manassiev2015-10-211-2/+0
* SERVER-20789 Use ShardConnection to send _recvChunkStart so that config serve...Spencer T Brody2015-10-071-1/+4
* SERVER-19934 Fix usage of ShardRegistry before sharding is initialized'Kaloian Manassiev2015-09-221-3/+3
* SERVER-19934 Begin the implementation of chunk move as a state machineKaloian Manassiev2015-09-221-513/+73
* SERVER-19934 Move moveChunk command to separate source filesKaloian Manassiev2015-09-181-0/+1001