summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72058: shardingtest can come up with catalog shardKshitij Gupta2023-01-051-1/+16
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-213-35/+96
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-203-96/+35
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-203-35/+96
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-152-0/+11
* SERVER-70323 converts many sharding invariants to tassertTommaso Tocci2022-11-291-1/+3
* SERVER-70724 Pull out Shard command retry logic into static functionsBlake Oler2022-10-254-25/+57
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-4/+2
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-182-4/+1
* SERVER-67940 Raise invariant if ShardRegistry is refreshed while holding opCt...Paolo Polato2022-07-271-0/+4
* SERVER-67616: Add a Targeter for RemoteCommandTargeterErin McNulty2022-07-261-12/+1
* SERVER-68137 Refactor shard registry initializationTommaso Tocci2022-07-212-24/+32
* SERVER-68171 Do not initialized the ShardRegistry with an empty placeholderTommaso Tocci2022-07-212-39/+25
* SERVER-68161 Do not wait for ShardRegistry reload at startupTommaso Tocci2022-07-202-20/+0
* SERVER-67914 Remove ShardRegistry::_getShardForRSNameNoReloadTommaso Tocci2022-07-183-35/+26
* SERVER-67896 Remove uncessary ShardRegistry reload retry logicTommaso Tocci2022-07-132-19/+1
* SERVER-67912 Reduce set of non-causally consistent API of the ShardRegistryTommaso Tocci2022-07-113-33/+14
* SERVER-67901 Stop gossiping lastCommittedOpTime in reply metadataTommaso Tocci2022-07-094-157/+0
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() func...Tommaso Tocci2022-07-082-10/+60
* SERVER-64717 Ensure the ShardRegistry always read with majority write concern...Marcos José Grillo Ramirez2022-06-202-23/+3
* SERVER-50812 Remove the `setShardVersion` commandKaloian Manassiev2022-06-141-1/+0
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-1/+1
* SERVER-66709 remove createIndexOnConfig from Shard and its subclassesAndrew Shuvalov2022-05-263-23/+0
* SERVER-66658 Shard registry might be accessed before initializationTommaso Tocci2022-05-252-18/+17
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-065-6/+15
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-292-2/+2
* SERVER-64725 Make ShardRegistry::periodicReloader interruptibleTommaso Tocci2022-03-232-77/+31
* SERVER-64718 Add extra logs on shard registry cleanupMarcos José Grillo Ramirez2022-03-221-0/+3
* SERVER-64509 Fix ShardRegistry threadpool shutdown orderTommaso Tocci2022-03-151-2/+3
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-042-4/+4
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-021-2/+3
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-231-4/+1
* SERVER-63270 Complete TODO listed in SERVER-62152Pierlauro Sciarelli2022-02-151-1/+0
* SERVER-62065 Make the CPP name of '_flushRoutingTableCacheUpdates' more user-...Kaloian Manassiev2022-01-111-2/+2
* SERVER-62386 change variable name to avoid ambiguosityPierlauro Sciarelli2022-01-101-2/+2
* SERVER-62163 Complete TODO listed in SERVER-61003Pierlauro Sciarelli2021-12-171-1/+1
* SERVER-61003 ReadConcernMajorityNotAvailableYet errors from ShardRegistry mus...Pierlauro Sciarelli2021-12-172-3/+29
* SERVER-61950 Make Fetcher::join() interruptible.Max Hirschhorn2021-12-101-2/+15
* SERVER-58333: Remove references to FCV 4.XXueruiFa2021-09-141-23/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-052-18/+27
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-293-10/+16
* SERVER-57018 Make shards release their dist locks on step-upKaloian Manassiev2021-06-021-7/+4
* SERVER-56950 Avoid shardRegistry reload infinite loop when overlapping with s...Simon Gratzer2021-05-261-2/+8
* Revert "SERVER-56950 Avoid shardRegistry reload infinite loop when overlappin...Max Hirschhorn2021-05-251-7/+1
* SERVER-56950 Avoid shardRegistry reload infinite loop when overlapping with s...Simon Gratzer2021-05-211-1/+7
* SERVER-56063 Properly serialise the database entries format on transitions be...Kaloian Manassiev2021-04-151-3/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-023-4/+4
* SERVER-52778 Cleanup the legacy shardCollection code pathKaloian Manassiev2021-03-171-1/+0