summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/chunk_split_state_driver.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36525 Set the estimated chunk size to 0 when a chunk split is ↵Matthew Saltz2018-08-091-0/+9
| | | | triggered too early
* SERVER-34448 Change ChunkSplitStateDriver::tryInitiateSplit to return shared_ptrMatthew Saltz2018-08-091-3/+3
|
* SERVER-35796 Change invariant in ChunkSplitStateDriver::_getWritesTracker to ↵Matthew Saltz2018-06-281-14/+0
| | | | uassert
* SERVER-35734 Integrate new ChunkWritesTracker and ChunkSplitStateDriver with ↵Matthew Saltz2018-06-251-0/+131
ChunkSplitter and ShardServerOpObserver