summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68137 Refactor shard registry initializationTommaso Tocci2022-07-211-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-04-251-1/+1
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-161-0/+6
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-35/+0
* SERVER-50675 Get rid of Grid's configOpTime after 5.0 has branched outTommaso Tocci2021-07-291-58/+7
* SERVER-58265 Remvove deprecated Grid::_allowLocalHost variableTommaso Tocci2021-07-051-8/+0
* SERVER-54167: Advance VectorClock on configOpTime advancementJordi Serra Torrens2021-02-041-0/+4
* SERVER-53781 Don't log Grid's configTime term resetsPierlauro Sciarelli2021-01-151-1/+3
* SERVER-53452: Reverse order of cleanup in Grid::clearForUnitTests.Daniel Gottlieb2021-01-111-1/+1
* SERVER-53548 Replace all usages of Grid's configTime with VectorClockPierlauro Sciarelli2021-01-051-31/+23
* SERVER-53523 Do not use stale VectorClock on FCV 4.4Tommaso Tocci2020-12-311-10/+11
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-4/+4
* 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-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-011-0/+39
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-1/+0
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-6/+1
* SERVER-47870 Push updated majority commit point values on config servers into...Kevin Pulo2020-05-041-2/+6
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update log messages based on LOGV2 style guide.Max Hirschhorn2020-03-231-5/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+8
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+3
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-301-1/+20
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-201-3/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-2/+4
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-201-0/+9
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-3/+0
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-5/+11
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-25935 move ShardRegistry::init() out of Grid::init()"Max Hirschhorn2016-09-041-0/+2
* SERVER-25935 move ShardRegistry::init() out of Grid::init()Esha Maharishi2016-09-021-2/+0
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-2/+7
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-1/+1
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-0/+5
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-5/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+2
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-191-0/+5
* SERVER-23341 replace ShardRegistry::reload with swapMisha Tyulenev2016-05-181-0/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-0/+11
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-2/+12