summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/merge_chunks_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47980 MergeChunksCommand: convert usage of forceShardFilteringMetadata...Tommaso Tocci2020-06-091-2/+2
* SERVER-47913 Redact sharding messages in split chunk and distributed lock acq...Dan Pasette2020-05-061-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-21/+19
* SERVER-46799: update log lines for style guideLamont Nelson2020-03-231-1/+2
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-9/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+6
* SERVER-42862 Set forceRefreshFromThisThread to true in forceShardFilteringMet...Jamie Heppenstall2019-08-191-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-32/+13
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38953 Add missing early return in merge_chunks_command.cppJack Mulrow2019-01-141-0/+1
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-146/+111
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-8/+8
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-2/+2
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+2
* SERVER-28261 Make MongoS send epoch as part of the `mergeChunks` commandKaloian Manassiev2018-04-191-10/+4
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-2/+2
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-1/+1
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-2/+6
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-141-6/+2
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-141-2/+6
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-211-27/+5
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-4/+4
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-2/+2
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-22/+15
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-131-3/+1
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-2/+2
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-221-2/+2
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-3/+1
* SERVER-31056 Do not uassert with code StaleConfigKaloian Manassiev2017-12-061-1/+1
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-36/+33
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-4/+6
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-7/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-191-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-17/+17
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-39/+4