summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75758 Move information out of old sharding arch guideAllison Easton2023-05-121-4/+24
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-2/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+6
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-6/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+6
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-241-1/+1
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+2
* SERVER-75849 updateReplicaSetOnConfigServer should not skip config serverJack Mulrow2023-04-101-10/+1
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-312-2/+2
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+1
* SERVER-73865 Use config shard name for the config serverJack Mulrow2023-02-233-21/+6
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-101-1/+4
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-4/+0
* SERVER-72282 Don't fully disable catalog shard feature flagJack Mulrow2023-01-281-1/+1
* SERVER-72800 Complete TODO listed in SERVER-50906Allison Easton2023-01-271-1/+0
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-1/+2
* 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