summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_initialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-1/+0
* SERVER-56844 Fassert shard server on startup if DWCF=w:1 and no CWWC setMoustafa Maher2021-07-131-0/+11
* SERVER-53118 Make the DistLockManager ProcessId for each node to be the ShardIdKaloian Manassiev2021-01-091-9/+0
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-20/+1
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-12/+6
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheKevin Pulo2020-09-161-1/+1
* Revert "SERVER-46202 Implement ShardRegistry on top of ReadThroughCache"Tommaso Tocci2020-09-151-1/+1
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheTommaso Tocci2020-09-151-1/+1
* SERVER-46993 Split parameters exclusive to mongos from being included in mong...Randolph Tan2020-06-021-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-131-4/+5
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-02-271-1/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-3/+5
* SERVER-45449 Write a function to compute the desired latency for a staggered ...Cheahuychou Mao2020-01-291-1/+1
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+4
* SERVER-44626: Add new setParameter loadRoutingTableOnStartupAnton Oyung2019-11-191-4/+6
* SERVER-44152: Pre-warm connection pools in mongosAnton Oyung2019-11-131-0/+71
* “SERVER-43985Anton Oyung2019-10-281-0/+27
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-3/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+3
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-3/+1
* SERVER-43093 Temporarily change back fixed executor to have unlimited threadsRandolph Tan2019-09-251-10/+9
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-061-8/+2
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-9/+11
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-3/+3
* SERVER-39819 SERVER-39820 Add HostGroup Controller impl to tie together replSetsBen Caimano2019-06-101-44/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-33/+32
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-38921 Convert ShardingTaskExecutorPool parameters to IDLBen Caimano2019-02-221-32/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39022 Make the sharding fixed task executor use unlimited thread pool ...Kaloian Manassiev2019-01-161-1/+17
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-12/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-151-8/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-6/+6
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-2/+2
* SERVER-31316 Remove unused code and unnecessary inheritance in KeysCollection...Kaitlin Mahar2017-12-131-5/+4
* SERVER-31723 limit mongod sharding exec pool to 1Jason Carey2017-11-071-5/+9
* SERVER-31585 Remove unused PeriodicBalancerSettingsRefresherDianna Hohensee2017-10-181-11/+0
* SERVER-30482 Verify and enforce good ordering for the values for the sharding...Henrik Edin2017-10-111-0/+24
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-7/+6
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-231-0/+1
* SERVER-29429 Pick a small but reasonable default for max pending connectionsAndrew Morrow2017-08-091-1/+8
* SERVER-30443 Create PeriodicBalancerSettingsRefresher on the ServiceContextJoanna Huang2017-08-091-0/+11
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-41/+19
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-3/+6