summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-32970 put back random chunk size initialization in mongos auto split t...Randolph Tan2018-02-052-2/+23
* SERVER-33083 Check that Response is valid before accessing optional fieldMathias Stearn2018-02-051-5/+8
* SERVER-31768 Don't create the first collection chunk on a primary drained shardjannaerin2018-02-052-46/+88
* SERVER-32965: Expose per-user SASL mechanism negotiation via isMasterSpencer Jackson2018-02-021-0/+3
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-0222-119/+367
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-011-2/+2
* SERVER-32063 no auth required for mongos isMasterJason Carey2018-02-011-0/+4
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2018-02-011-0/+3
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-0161-573/+516
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-313-17/+17
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-3150-185/+142