summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-131-1/+0
* SERVER-36594 fix lintRandolph Tan2018-08-133-14/+9
* SERVER-36594 Rename RouterTransactionState to TransactionRouterRandolph Tan2018-08-136-70/+70
* SERVER-36594 Rename TransactionParticipant in router_session_runtime_state.hRandolph Tan2018-08-106-109/+111
* SERVER-36554 Make computeAtClusterTimeForOneShard return latest clusterTime i...Jack Mulrow2018-08-103-2/+36
* SERVER-34448 Remove miscellaneous now-unused autosplitter code from mongosMatthew Saltz2018-08-095-33/+5
* SERVER-34448 Remove autosplitting logic from map-reduce on mongosMatthew Saltz2018-08-094-301/+0
* SERVER-34448 Remove autosplitting logic from find-and-modify on mongosMatthew Saltz2018-08-091-2/+0
* SERVER-34448 Remove splitIfNeeded from the write path on mongosMatthew Saltz2018-08-091-37/+0
* SERVER-34448 Enable autosplitting on the shard and disable on mongosMatthew Saltz2018-08-091-1/+2
* SERVER-33710 Support readConcern snapshot with atClusterTime in cluster disti...Cheahuychou Mao2018-08-086-138/+446
* SERVER-36244 Include arrayFilters when estimating size of update command obje...Bernard Gorman2018-08-081-9/+48
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-8/+9
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-102/+0
* SERVER-36400 Explicitly destroy the client on exiting run() of each Backgroun...Xiangyu Yao2018-08-061-0/+1
* SERVER-36292 Fix thread_pool_task_executor dependencySara Golemon2018-08-061-3/+3
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-024-363/+3
* SERVER-36240 Make transactions on mongos use snapshot level readConcern if no...Jack Mulrow2018-08-013-9/+174
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-012-63/+30
* SERVER-14394 Create initial hashed shard key chunks directly on shardsCheahuychou Mao2018-07-313-11/+18
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-309-25/+16
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-1/+0
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-273-2/+13
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-1/+0
* SERVER-35709 Mongos should remember readConcern setting for multi statement t...Jack Mulrow2018-07-255-44/+144
* SERVER-30841 Lower the amount of metadata refresh loggingCheahuychou Mao2018-07-252-17/+40
* SERVER-35829 Make router TransactionParticipant attach txnNumber to requests ...Jack Mulrow2018-07-254-14/+105
* SERVER-35743 Divide current chunk size among the chunks it was split into in ...Matthew Saltz2018-07-255-22/+349
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-249-31/+50
* SERVER-35897: Add support for $out to append to existing collectionNick Zolnierz2018-07-241-1/+1
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-242-3/+5
* SERVER-35910 Use correct parseNs function in ClusterFindCmd's ns()Gregory Noma2018-07-231-1/+2
* SERVER-35794 Validate shard key against existing zonesCheahuychou Mao2018-07-182-5/+10
* SERVER-36092 Create internal command to create collection on shard with uuid ...jannaerin2018-07-162-0/+32
* SERVER-36049 Enable snapshot readConcern w/o atClusterTime for txn commands o...Jack Mulrow2018-07-132-0/+12
* SERVER-36082 Don't link getShardMap into embeddedAndrew Morrow2018-07-113-9/+17
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-112-277/+0
* SERVER-35911 Upgraded GetMoreCmd and ClusterGetMoreCmd to use TypedCommandAnthony Roy2018-07-111-47/+44
* SERVER-35912 Upgraded PipelineCommand and ClusterPipelineCommand to TypedCommandAnthony Roy2018-07-111-56/+63
* SERVER-35722 Move intial splitting in shardCollection to primary shardjannaerin2018-07-111-4/+0
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-07-111-3/+0
* SERVER-34897 add parameter to prohibit mongos retriesKevin Pulo2018-07-111-0/+10
* SERVER-35722 Move skeleton of shardCollection command to primary shardjannaerin2018-07-101-0/+64
* SERVER-36041 Increase size of changelog and actionlog in sharding_catalog_cli...Sarah Zhou2018-07-101-2/+2
* SERVER-36041 Increase the size of changelog and actionlogSarah Zhou2018-07-101-2/+2
* SERVER-35937 Move authorization error handling to service entry pointNathan Orttung2018-07-102-15/+5
* SERVER-35910 Upgrade FindCmd and ClusterFindCmd to use TypedCommandGregory Noma2018-07-101-149/+144
* SERVER-35979 Split ssl_otions and decouple from main runtimeSara Golemon2018-07-091-21/+0
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-1/+5
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-053-20/+16