summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-132-0/+7
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate shardin...Sara Golemon2019-11-133-17/+42
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-073-7/+24
* SERVER-43241 Never shutdown grid executorsBen Caimano2019-10-301-4/+0
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2019-10-211-1/+1
* SERVER-37837 Get rid of TransactionReaperKaloian Manassiev2019-09-272-5/+13
* SERVER-36315 Don't keep trying to unlock distlocks after CSRS stepdownKevin Pulo2019-09-261-1/+4
* SERVER-41099 Fix incorrect error propagation from shards for explain commandArun Banala2019-09-231-1/+1
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-09-091-2/+7
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-08-264-9/+44
* SERVER-42793 Autosplit size tracker random initial value is too lowRandolph Tan2019-08-152-11/+11
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-08-132-0/+37
* SERVER-36394 Don't refresh balancer configuration for autosplit if autosplit ...r4.0.12-rc0Matthew Saltz2019-07-311-1/+2
* SERVER-35114 Make it possible to adjust the period of active jobs in the Peri...Ben Caimano2019-07-291-9/+4
* SERVER-41867 Do not reacquire the catalog cache mutex if getDatabase/getChunk...Kaloian Manassiev2019-07-091-5/+3
* SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look like...Kaloian Manassiev2019-07-091-24/+24
* SERVER-41869 On term mismatch do not invoke the getChunkSince callback under ...Kaloian Manassiev2019-07-033-11/+8
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-303-16/+7
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-272-2/+37
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-06-047-2/+142
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantBlake Oler2019-06-042-6/+1
* SERVER-38867 refine handling of system collections in listCollectionsKevin Pulo2019-05-151-41/+46
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate c...Anton Korshunov2019-03-072-5/+56
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-03-014-13/+46
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-03-011-2/+3
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-03-0116-82/+269
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-02-283-137/+239
* SERVER-36231 Mongos write path doesn't look for retryable write concern errorsRandolph Tan2019-02-201-0/+4
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-02-081-0/+3
* SERVER-39180 Don't distribute chunks on `shardCollection` if the collection i...Kaloian Manassiev2019-01-254-0/+13
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-2110-27/+101
* SERVER-38293 make listDatabases understand collection privilegesIsabella Siu2018-12-211-3/+1
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-12-071-3/+0
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-271-1/+1
* SERVER-36966 Validate ns in cluster mapReduceCharlie Swanson2018-11-191-20/+21
* SERVER-37918 Improve the messaging around corrupted routing metadataKaloian Manassiev2018-11-165-59/+64
* SERVER-37551 Add authorizedDatabases param to listDatabases commandSara Golemon2018-11-091-9/+20
* SERVER-37526 IDLify listDatabases commandSara Golemon2018-11-092-1/+6
* SERVER-37918 Make sure tags passed to the fast initial split algorithm are in...Kaloian Manassiev2018-11-052-1/+3
* SERVER-37578 Fix failing sharding_catalog_manager_testKaloian Manassiev2018-10-311-1/+1
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-2513-338/+286
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-19374-4104/+4952
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-10-151-0/+6
* SERVER-35323 Guarantee the command object sent by the ShardingTaskExecutor wi...Blake Oler2018-10-123-6/+183
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-10-039-9/+10
* SERVER-36982 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-09-241-1/+1
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-202-3/+4
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-1823-446/+82
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-1325-171/+76
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-123-16/+29