summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-30546 Use Command::filterCommandReplyForPassthrough() for filt...Hugh Han2017-08-101-4/+4
* SERVER-30546 Use Command::filterCommandReplyForPassthrough() for filtering re...Hugh Han2017-08-101-4/+4
* SERVER-30147 Add ability to wait on collection metadata flushKaloian Manassiev2017-08-103-13/+16
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-4/+6
* SERVER-29429 Pick a small but reasonable default for max pending connectionsAndrew Morrow2017-08-091-1/+8
* SERVER-29637 make shards obtain UUID for sharded collections from config serv...Esha Maharishi2017-08-092-38/+31
* SERVER-30443 Create PeriodicBalancerSettingsRefresher on the ServiceContextJoanna Huang2017-08-094-0/+250
* SERVER-28793 unit tests for ShardServerCatalogCacheLoader in primary modeDianna Hohensee2017-08-093-9/+3
* SERVER-20392 remove early chunksize autosplit heuristicKevin Pulo2017-08-091-24/+1
* Revert "SERVER-30219 Make metadata commands use kLocalReadConcern"Esha Maharishi2017-08-0815-195/+102
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-0836-476/+837
* SERVER-13601 Raise write batch limit to 100,000 ops and prevent oversized errorsMathias Stearn2017-08-082-5/+93
* Revert "SERVER-30324 Move cluster_remove_shard_cmd to mongod"Mathias Stearn2017-08-0714-549/+556
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-6/+4
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-0714-556/+549
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-4/+6
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-3/+3
* SERVER-29672 Remove unnecessary passthrough calls from CatalogCacheKaloian Manassiev2017-08-032-83/+5
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-8/+5
* SERVER-30084 Validate that at least one shard is present when running collect...Bernard Gorman2017-08-021-1/+30
* SERVER-30219 Make metadata commands use kLocalReadConcernJessica Yu2017-08-0215-102/+195
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-027-227/+326
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-12/+7
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-7/+12
* SERVER-30023 Remove unused headers from sharding_catalog_create_database_test...Kaloian Manassiev2017-08-011-4/+1
* SERVER-30444 Add a maxChunkSize field to the serverStatus command responseHugh Han2017-08-011-0/+5
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-12/+7
* SERVER-30023 Move createDatabase to configserverJessica Yu2017-08-0114-636/+493
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-0139-3326/+1094
* SERVER-29760 propagate UUID from primary shard to config server on shardColle...Esha Maharishi2017-08-013-2/+21
* SERVER-29791 changing meaningless 'const bool' return types to 'bool' in Shar...Dianna Hohensee2017-08-012-5/+5
* SERVER-30249 wait for the signing keys to be available in mongos at startupMisha Tyulenev2017-07-311-0/+44
* SERVER-29672 Make Config/ShardCatalogCacheLoader decorations on ServiceContextKaloian Manassiev2017-07-2812-65/+102
* SERVER-18084 Give ServiceContext to ShardingEgressMetadataHookKaloian Manassiev2017-07-277-18/+29
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-276-89/+19
* SERVER-30246 Error if $changeNotification is sent to mongos.Charlie Swanson2017-07-261-0/+6
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-264-10/+12
* Revert "SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS"Kaloian Manassiev2017-07-266-8/+70
* SERVER-30181 remove support for pseudo commandsMathias Stearn2017-07-262-28/+2
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-266-70/+11
* SERVER-30187 Remove "Impl" from ShardingCatalogManager filesHugh Han2017-07-256-5/+5
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-248-168/+14
* SERVER-29979 Move SplitChunk Logic from split_chunk_command to split_chunkHugh Han2017-07-241-1/+1
* SERVER-30275 Get rid of the apply_ops_cmd_common libraryKaloian Manassiev2017-07-242-71/+0
* SERVER-29660 move the logic of the enableSharding into the new _configsvrEnab...Jessica Yu2017-07-2212-376/+387
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-1/+1
* SERVER-30180 Move should-split logic from cluster_write.cpp to chunk.cppHugh Han2017-07-213-13/+20
* SERVER-29817 Use hinted insert when building chunkRangeMapAndy Schwerin2017-07-211-4/+7
* SERVER-30133 add failpoint to suspend range deletion and turn on failpoint in...Esha Maharishi2017-07-203-1/+22
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-194-10/+12