summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/chunk_splitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59929 Limit the blocking of split/merge behind other metadata operatio...Kaloian Manassiev2021-12-141-405/+0
* SERVER-60654 Backport the autoSplitVector logic to v4.0Pierlauro Sciarelli2021-10-271-13/+10
* SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avo...Simon Gratzer2021-06-131-9/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-181-2/+2
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-15/+15
* SERVER-29908 Move ChunkSplitter to the `sharding_runtime_d` libraryKaloian Manassiev2018-03-051-6/+16
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-6/+1
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-1/+1
* SERVER-31667 ChunkSplitter is not active and should not log to the userDianna Hohensee2017-11-031-4/+5
* SERVER-30020 Create a version of updateChunkWriteStatsAndSplitIfNeeded in Chu...Joanna Huang2017-08-251-8/+288
* SERVER-30096 Add stepdown/stepup logic to ChunkSplitterJoanna Huang2017-07-271-8/+55
* SERVER-30015 Create the interface for ChunkSplitterJoanna Huang2017-07-131-0/+74