summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types/commit_chunk_migration_request_type.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Sarah Zhou2018-06-071-17/+0
| | | | _configsvrCommitChunkMigration
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update ↵Martin Neupauer2018-03-141-1/+18
| | | | | | | | move/split/merge methods. The Chunk type has an array of the past history that we maintain in the sharding manager. When a chunk is moved we add a new entry to the history, the chunk split copies the history to new chunks and finally the merge drops any previous history and creates only the latest entry.
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ↵Martin Neupauer2018-03-141-18/+1
| | | | | | move/split/merge methods." This reverts commit 5b42a86b74380953db29455dc68e133166c81005.
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update ↵Martin Neupauer2018-03-141-1/+18
| | | | | | | | move/split/merge methods. The Chunk type has an array of the past history that we maintain in the sharding manager. When a chunk is moved we add a new entry to the history, the chunk split copies the history to new chunks and finally the merge drops any previous history and creates only the latest entry.
* SERVER-27804 add additional parsers to ChunkType for shard's ↵Dianna Hohensee2017-01-301-2/+2
| | | | config.chunks.uuid collections
* 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
| | | | the distributed lock
* SERVER-24488 Move logic to serialize and deserialize CommitChunkMigration to ↵Leon Zaruvinsky2016-07-191-0/+149
a CommitChunkMigrationRequest class