summaryrefslogtreecommitdiff
path: root/src/mongo/s/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26737 Only shutdown sharding objects if constructedKaloian Manassiev2016-10-281-4/+9
* SERVER-26264 fail gracefully when attempting to join a cluster with featureCo...David Storch2016-09-231-0/+6
* Revert "SERVER-25158 fail gracefully when attempting to join a cluster with f...David Storch2016-09-231-6/+0
* SERVER-25158 fail gracefully when attempting to join a cluster with featureCo...David Storch2016-09-231-0/+6
* SERVER-23125 MessageHandler has shared ownershipsamantharitter2016-05-041-2/+2
* SERVER-22725 prevent concurrent exitCleanly execution in mongosEric Milkie2016-03-111-0/+12
* SERVER-22950 make mongos shutdown always go through exitCleanlyAdam Midvidy2016-03-091-2/+2
* SERVER-22499 Mark mongos as inShutdown() as soon as shutdown startsv3.2-freezer3.2.2-rc1Spencer T Brody2016-02-081-45/+43
* SERVER-20030 Shut down ShardRegistrySpencer T Brody2016-01-291-7/+10
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-0/+13
* SERVER-21401 Ensure that Client outlives its associated messaging portJason Rassi2015-11-131-0/+4
* SERVER-20758 remove remaining uses of CursorCache and ShardedClientCursorDavid Storch2015-11-111-2/+1
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-3/+3
* SERVER-21010 Closing a command prompt running mongo.exe client causes app crashMark Benvenuto2015-11-061-1/+1
* SERVER-21075 Don't segfault mongos at shutdown if it never finished initializ...Spencer T Brody2015-10-231-5/+6
* SERVER-2421 SERVER-17739 Add FQDN canonicalization for serverStatus and SPNsSpencer Jackson2015-10-141-0/+3
* SERVER-19333 abandon startup as soon as port binding failsmatt dannenberg2015-09-221-1/+3
* SERVER-20399 Do not return EXIT_NET_ERROR if inShutdown is setKaloian Manassiev2015-09-151-38/+23
* SERVER-20294 Update ShardRegistry on-demand on changes to shard replica set m...Spencer T Brody2015-09-091-2/+4
* SERVER-17527 add startup warning when server is started with web interface an...Robert Guo2015-09-081-1/+2
* SERVER-20270 SERVER-19608 Fix race condition around updating ShardRegistry on...Spencer T Brody2015-09-041-1/+2
* SERVER-20040 Don't call methods on ForwardingCatalogManager while holding a d...Spencer T Brody2015-09-021-1/+1
* SERVER-19608 Send shard initialization data when talking through NetworkInter...Spencer T Brody2015-09-021-1/+1
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-281-6/+1
* SERVER-19903 Do not start config server consistency checker on the config ser...Randolph Tan2015-08-281-1/+1
* SERVER-18774 Add ClusterCursorCleanupJob background jobJason Rassi2015-08-261-0/+2
* SERVER-19737 Kill all open cursors during mongos shutdownJason Rassi2015-08-251-0/+4
* SERVER-17886 Don't call Request::getns() if message doesn't include nsJason Rassi2015-08-251-2/+2
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-3/+3
* SERVER-19590 Remove --upgrade from mongosRandolph Tan2015-08-211-13/+6
* SERVER-19543 Use ForwardingCatalogManager to acquire distributed locks outsid...Andy Schwerin2015-08-191-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-16/+38
* SERVER-18774 Add ClockSource interfaceJason Rassi2015-08-111-0/+2
* SERVER-19319 Fix a lint breakageKaloian Manassiev2015-07-291-0/+1
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-1/+0
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-241-3/+0
* SERVER-19395 Write commands should use ShardConnectionKaloian Manassiev2015-07-211-6/+2
* SERVER-19414 Set up global tick sourceSpencer T Brody2015-07-161-0/+2
* SERVER-19414 Unify global sharding state initialization between mongos and mo...Spencer T Brody2015-07-161-19/+3
* SERVER-19414 Clean up ShardRegistry initializationSpencer T Brody2015-07-161-36/+42
* SERVER-19329 RS Catalog Manager Implementation for config upgradeRandolph Tan2015-07-131-3/+9
* SERVER-19165 add setParameter to control choice of NetworkInterfacesamantharitter2015-06-301-7/+7
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-2/+0
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-0/+2
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-2/+0
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-3/+7
* SERVER-19021 CatalogManagerReplicaSet implementation of logChange methodSpencer T Brody2015-06-261-0/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-143/+128
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-0/+1