summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/parallel.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47426 Remove ParallelSortClusteredCursorBlake Oler2020-04-131-1503/+0
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideTommaso Tocci2020-03-241-117/+160
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-3/+3
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-241-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-69/+169
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-2/+12
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-18/+13
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-20/+22
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37740 SERVER-37741 remove deprecated LabeledLevelKevin Pulo2018-11-211-21/+19
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-2/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37349 Ensure that commands with transactions do not use the VersionMan...Kaloian Manassiev2018-10-131-4/+4
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-3/+3
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-9/+1
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-221-1/+2
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-4/+6
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-1/+1
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-261-1/+5
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-32846 NamespaceString: add and remove relational operatorsBilly Donahue2018-01-241-1/+1
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-7/+7
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-2/+1
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-22/+17
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-4/+3
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-2/+2
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-13/+13
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-4/+4
* SERVER-30580 Remove DBException::_shard memberMathias Stearn2017-08-161-2/+0
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-58/+26
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-26/+58
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-58/+26
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+27
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-02-271-0/+1392