summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-161-0/+5
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-30/+0
* SERVER-50675 Get rid of Grid's configOpTime after 5.0 has branched outTommaso Tocci2021-07-291-16/+2
* SERVER-58265 Remvove deprecated Grid::_allowLocalHost variableTommaso Tocci2021-07-051-19/+0
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-011-0/+12
* SERVER-50174 Make MigrationCoordinator recovery acquire the MigrationBlocking...Kaloian Manassiev2020-08-071-3/+1
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-9/+0
* SERVER-47870 Push updated majority commit point values on config servers into...Kevin Pulo2020-05-041-0/+9
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-301-1/+11
* 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-7/+2
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+4
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-4/+0
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-201-0/+14
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-2/+2
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-11/+17
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-9/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-3/+7
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-0/+11
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-7/+7
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-191-0/+11
* SERVER-22645 add new _configsvrAddShard commandEsha Maharishi2016-05-181-1/+7
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-6/+10
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-1/+24
* SERVER-22667 Move Chunk::pickSplitVector/MedianKey out of ChunkKaloian Manassiev2016-04-121-0/+6
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-081-0/+2
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-28/+5
* SERVER-23479 move ownership of configOpTime to GridEsha Maharishi2016-04-051-0/+13
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-12/+7
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-2/+13
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-2/+2
* SERVER-19543 Code in ForwardingCatalogManager to handle replacing the actual ...Andy Schwerin2015-08-191-9/+0
* SERVER-19543 Use ForwardingCatalogManager to acquire distributed locks outsid...Andy Schwerin2015-08-191-63/+5
* SERVER-19543 SERVER-19992 Move ConfigServerMode enum from ServerGlobalParams ...Spencer T Brody2015-08-181-4/+3
* SERVER-19543 Throw exception in sharding connection hook if catalog manager n...Spencer T Brody2015-08-181-1/+22
* SERVER-19543 Don't store a pointer to the CatalogManager in the ShardRegistrySpencer T Brody2015-08-131-0/+1
* SERVER-19543 Always access the CatalogManager through a guard object that pro...Spencer T Brody2015-08-121-3/+48
* SERVER-18774 ClusterCursorManager support for killing expired cursorsJason Rassi2015-08-121-4/+4
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-3/+6
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-3/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-75/+82
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1