summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_initialization_mongod.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66996 Log warnings when ReplicaSetAwareServices and PrimaryOnlyService...Kaitlin Mahar2023-03-221-0/+3
* SERVER-72454 Support restarting a config server in shard modeJack Mulrow2023-01-101-4/+11
* SERVER-72453 Support adding config server as a shard with basic operationsJack Mulrow2023-01-031-1/+0
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-1/+11
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-11/+1
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-1/+11
* SERVER-72085 Add ReplicaSetAwareService method to observe setting replica set...Jack Mulrow2022-12-141-0/+1
* SERVER-64601 Using the onInitialDataAvailable hook to initializeSergi Mateo Bellido2022-05-061-1/+14
* SERVER-53118 Make the DistLockManager ProcessId for each node to be the ShardIdKaloian Manassiev2021-01-091-6/+6
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-8/+4
* SERVER-42455 Make ReplicaSetChangeNotifier::onConfirmedSet safe during shutdownjannaerin2020-04-071-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-2/+9
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* 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-21/+23
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-131-4/+80
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24781 CSRS primary should cleanup dist locks on promotionKaloian Manassiev2016-07-061-2/+6
* SERVER-23733 Remove the mongos chunkSize startup optionKaloian Manassiev2016-06-021-1/+3
* SERVER-23120 Make ShardRegistry available for use on config serversRandolph Tan2016-05-061-0/+43