summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-024-10/+14
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-024-14/+10
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-024-10/+14
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-2/+1
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-1/+8
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+2
* SERVER-32320 Make sharding doTxn back into applyOps temporarily.Matthew Russotto2018-03-012-4/+4
* SERVER-28684 Get rid of trivial usages of PublicGridCommand::passthroughKaloian Manassiev2018-03-014-108/+226
* SERVER-29908 Move some mongos commands to separate .cpp filesKaloian Manassiev2018-03-018-414/+547
* SERVER-33260 Log more helpful messages for FCV-related IncompatibleServerVers...Xiangyu Yao2018-02-271-1/+3
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-0/+1
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-266-56/+78
* SERVER-32957 part 2: remove killPending flag and reapZombieCursors()Ian Boros2018-02-264-201/+182
* SERVER-33127 Ensure that 'count' value is always returned as part of the `col...Kaloian Manassiev2018-02-261-29/+13
* SERVER-29908 Move some cluster commands to separate filesKaloian Manassiev2018-02-267-297/+439
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make _config...Blake Oler2018-02-262-1/+22
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-261-1/+10
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-6/+4
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-2311-3/+149
* SERVER-32809 Fix lintJack Mulrow2018-02-221-14/+14
* SERVER-32809 Fix typo in config_server_test_fixture.cppKeita Akutsu2018-02-221-2/+2
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-212-9/+11
* SERVER-18972 log parameters passed to shutdown cmdKevin Pulo2018-02-211-1/+1
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-2011-129/+132
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-161-0/+12
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-1449-70/+70
* SERVER-28090 add ability to interrupt pinned cursors on mongosIan Boros2018-02-136-34/+145
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-1313-101/+110
* Revert "SERVER-29908 Create skeleton libraries for the sharding subsystem"Kaloian Manassiev2018-02-137-99/+63
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-137-63/+99
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-1/+1
* SERVER-33234 dropIndexes on mongos should ignore IndexNotFound from individua...Esha Maharishi2018-02-121-2/+12
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-1217-217/+150
* SERVER-25746 store advisoryHostFQDNs in config.mongosKevin Pulo2018-02-124-18/+121
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-0715-284/+417
* SERVER-32291 Fix SConscript due to file directory changesRandolph Tan2018-02-061-186/+0
* SERVER-32862 Prevent zone key field names from possessing invalid prefixesBlake Oler2018-02-062-0/+25
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-063-3/+70
* SERVER-32291 Implement collection creation on config serverRandolph Tan2018-02-064-6/+203
* SERVER-33022 make the CatalogCache cache the databaseVersion in the DatabaseI...Esha Maharishi2018-02-065-28/+46
* Revert "Revert "SERVER-32983 persist a version field in new config.databases ...Esha Maharishi2018-02-061-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-0651-86/+90
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-0637-9688/+206
* Revert "SERVER-32983 persist a version field in new config.databases entries ...Esha Maharishi2018-02-052-27/+5
* Revert "SERVER-33022 make the CatalogCache cache the databaseVersion in the D...Esha Maharishi2018-02-055-45/+28
* SERVER-33022 make the CatalogCache cache the databaseVersion in the DatabaseI...Esha Maharishi2018-02-055-28/+45
* SERVER-32983 persist a version field in new config.databases entries in fcv>=4.0Esha Maharishi2018-02-052-5/+27
* SERVER-32984 clean up DatabaseType classEsha Maharishi2018-02-0514-177/+93