summaryrefslogtreecommitdiff
path: root/src/mongo/s/move_chunk_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-271-18/+1
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-171-12/+8
* Revert "SERVER-25673 Remove redundant ChunkManager access in MigrationManager"Mathias Stearn2017-01-111-8/+12
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-111-12/+8
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-101-9/+10
* SERVER-26374 add namespace logging in MigrationSourceManagerMisha Tyulenev2016-10-251-0/+9
* SERVER-24866 Balancer recoveryDianna Hohensee2016-09-141-8/+0
* SERVER-25527 Make moveChunk and splitChunk commands include the chunk versionKaloian Manassiev2016-08-171-3/+16
* SERVER-25170 Add epoch field to moveChunk commands for backwards compatibilit...Dianna Hohensee2016-07-211-0/+2
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-6/+10
* SERVER-24467 Make MoveChunkRequest and dependencies comparableKaloian Manassiev2016-06-131-0/+27
* SERVER-22658 make moveChunk accept a flag to determine whether it should take...Dianna Hohensee2016-06-131-1/+12
* SERVER-24071 Use ChunkRange for parsing and creating chunk boundsKaloian Manassiev2016-05-101-36/+14
* SERVER-22628 MoveChunkRequest for constructing moveChunk commandsKaloian Manassiev2016-02-251-0/+168