summaryrefslogtreecommitdiff
path: root/src/mongo/s/move_chunk_request.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-271-9/+0
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-171-14/+8
* Revert "SERVER-25673 Remove redundant ChunkManager access in MigrationManager"Mathias Stearn2017-01-111-8/+14
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-111-14/+8
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-101-9/+1
* SERVER-26374 add namespace logging in MigrationSourceManagerMisha Tyulenev2016-10-251-0/+5
* SERVER-25527 Make moveChunk and splitChunk commands include the chunk versionKaloian Manassiev2016-08-171-4/+18
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-6/+6
* SERVER-24467 Make MoveChunkRequest and dependencies comparableKaloian Manassiev2016-06-131-0/+7
* SERVER-22658 make moveChunk accept a flag to determine whether it should take...Dianna Hohensee2016-06-131-1/+9
* SERVER-24071 Use ChunkRange for parsing and creating chunk boundsKaloian Manassiev2016-05-101-8/+9
* SERVER-22656 Move _recvChunkStart command parsing to separate classKaloian Manassiev2016-03-021-1/+0
* SERVER-22628 MoveChunkRequest for constructing moveChunk commandsKaloian Manassiev2016-02-251-0/+146