summaryrefslogtreecommitdiff
path: root/src/mongo/s/shard_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideEsha Maharishi2020-03-251-7/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+6
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-1/+2
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-1/+1
* SERVER-29489 Use 'maxTimeMs' when calling listDatabases against shardsKaloian Manassiev2017-06-131-0/+7
* SERVER-27632 replace 'shardVersion' field in splitChunk with an 'epoch' fieldDianna Hohensee2017-03-101-1/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-271-2/+0
* SERVER-27809 Move regular chunk split to the balancerKaloian Manassiev2017-01-301-4/+4
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-01-251-50/+23
* SERVER-27613 do not send chunk's ChunkVersion in split requestsEsha Maharishi2017-01-111-3/+0
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-291-24/+24
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-261-24/+24
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-261-24/+24
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-36/+38
* SERVER-25527 Make moveChunk and splitChunk commands include the chunk versionKaloian Manassiev2016-08-171-0/+3
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-3/+3
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24071 Introduce ChunkRange classKaloian Manassiev2016-05-091-36/+6
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-031-24/+47
* SERVER-23211 Remove all callers of ShardRegistry::runIdempotentCommandOnShardSpencer T Brody2016-05-021-36/+62
* SERVER-22667 Move multiSplit to shardutilKaloian Manassiev2016-04-261-0/+86
* SERVER-22667 Move Chunk::pickSplitVector/MedianKey out of ChunkKaloian Manassiev2016-04-121-3/+83
* SERVER-22937 Retry operations run through the ShardRegistry wherever possibleSpencer T Brody2016-03-071-6/+6
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-13/+6
* SERVER-19608 Give runCommand methods on ShardRegistry a txn, unless they only...Spencer T Brody2015-09-021-2/+2
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-2/+4
* SERVER-19404 Change a few places to use PrimaryPreferred instead of PrimaryOn...Spencer T Brody2015-07-281-1/+1
* SERVER-19111 Get rid of ShardStatusKaloian Manassiev2015-06-291-0/+69