summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/chunk_split_state_driver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* 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-9/+11
|
* SERVER-36525 Set the estimated chunk size to 0 when a chunk split is ↵Matthew Saltz2018-08-091-0/+4
| | | | triggered too early
* SERVER-34448 Change ChunkSplitStateDriver::tryInitiateSplit to return shared_ptrMatthew Saltz2018-08-091-4/+5
|
* SERVER-35796 Change invariant in ChunkSplitStateDriver::_getWritesTracker to ↵Matthew Saltz2018-06-281-19/+13
| | | | uassert
* SERVER-35792 Make ChunkSplitStateDriver::prepareSplit atomically swap bytes ↵Matthew Saltz2018-06-261-2/+2
| | | | written in the ChunkWritesTracker
* SERVER-35734 Integrate new ChunkWritesTracker and ChunkSplitStateDriver with ↵Matthew Saltz2018-06-251-0/+89
ChunkSplitter and ShardServerOpObserver