summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/chunk_manager_targeter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-199/+119
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-03-251-10/+14
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-111-4/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-9/+22
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-6/+8
* SERVER-46062 Prevent ChunkManagerTargeter from accessing all shard versions b...Blake Oler2020-02-111-24/+24
* SERVER-44500 Create a new ShardVersionMap that includes references to specifi...Blake Oler2020-01-091-2/+2
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-1/+5
* SERVER-45292 fix isMetadataDifferent logic in chunk manager targeterEsha Maharishi2019-12-261-1/+1
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+8
* SERVER-44175 Reject shard key array descendantsBlake Oler2019-11-041-0/+7
* SERVER-42745 Simplify StaleDbVersion handling on the batch write path on routersEsha Maharishi2019-10-241-12/+22
* SERVER-42390 Allow documents in a sharded collection to not contain all shard...Blake Oler2019-09-241-41/+25
* SERVER-42474 Remove now unused function ChunkManagerTargeter::targetDocNicholas Zolnierz2019-08-191-7/+0
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-47/+120
* SERVER-42368 Remove max shard key size limit of 512 bytesJamie Heppenstall2019-08-081-11/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+11
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-211-0/+14
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-06-071-3/+4
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-221-109/+78
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-8/+20
* 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-38092 Additional logging for cluster writer and chunk manager targeterNick Zolnierz2018-11-121-0/+6
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-011-2/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-2/+1
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-34448 Remove miscellaneous now-unused autosplitter code from mongosMatthew Saltz2018-08-091-8/+2
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-6/+4
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-5/+5
* SERVER-34971 Improve mongoS targeting for single-shard updates, and for repla...Bernard Gorman2018-06-111-133/+203
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-2/+2
* SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onSta...Esha Maharishi2018-04-031-1/+1
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-11/+11
* SERVER-33797: Reload ShardRegistry on shard collection commandMatthew Saltz2018-03-291-1/+1
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-0/+736