summaryrefslogtreecommitdiff
path: root/src/mongo/s/shard_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70382 Replace boost::none with index version in split vector callAllison Easton2023-01-181-1/+0
* SERVER-71609 `splitOrMarkJumbo` must not over-split chunksPierlauro Sciarelli2022-12-211-2/+4
* SERVER-68485 Merge and Split commands should not use the CSR to check the sha...Allison Easton2022-08-121-1/+0
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-60039 Remove fallback splitVector call once v6.0 branches outAllison Easton2022-05-231-39/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-0/+2
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-101-9/+14
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-241-1/+1
* SERVER-60507 ClusterStatistics need to provide collection level size statisticsSimon Graetzer2021-10-111-0/+37
* SERVER-60075 Check for autoSplitVector response status in case of mixed binariesPierlauro Sciarelli2021-09-201-7/+9
* SERVER-59845 fix missing chunkRange in fallback splitVector logicPierlauro Sciarelli2021-09-171-2/+3
* SERVER-59845 selectChunkSplitPoints must rely on the autoSplitVector functionPierlauro Sciarelli2021-09-171-24/+41
* SERVER-54979 Let chunkSplit+ splitVector participate in the shard versioning ...Simon Graetzer2021-08-081-4/+5
* 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