summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types/commit_chunk_migration_request_type.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45194 CommitChunkMigrationRequest should require the ChunkType to cont...Alex Taskov2020-03-301-3/+1
* SERVER-44716 Make donor of a migration use _configsvrEnsureChunkVersionIsGrea...Esha Maharishi2019-12-171-1/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-2/+2
* SERVER-35209 Remove unused controlChunk parameter in _configsvrCommitChunkMig...Sarah Zhou2018-06-071-17/+0
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-1/+18
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-141-18/+1
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-1/+18
* SERVER-27804 add additional parsers to ChunkType for shard's config.chunks.uu...Dianna Hohensee2017-01-301-2/+2
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-101-12/+1
* SERVER-26562 Move CommitChunkMigration cmd impl to catalog, prep for unit testsNathan Myers2016-12-051-35/+32
* SERVER-25811 send collection version with CommitChunkMigration commandDianna Hohensee2016-08-301-0/+13
* SERVER-24470 CommitChunkMigration command checks that the balancer still has ...Dianna Hohensee2016-08-291-1/+12
* SERVER-24488 Move logic to serialize and deserialize CommitChunkMigration to ...Leon Zaruvinsky2016-07-191-0/+149