summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-299-116/+33
* SERVER-35643 Allow atClusterTime when enableTestCommands is falseCheahuychou Mao2018-08-243-10/+0
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-249-7/+748
* SERVER-36738 Block without timeout when test expects to block.Charlie Swanson2018-08-211-1/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-0/+6
* SERVER-36237 Integrate atClusterTime selection on mongos with TransactionRouterCheahuychou Mao2018-08-2119-381/+711
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-211-1/+1
* SERVER-30815 The db/serveronly library no longer exports library edgesAndrew Morrow2018-08-201-0/+1
* SERVER-33323 Refactor cluster_aggregate logicCharlie Swanson2018-08-201-57/+73
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-2012-23/+387
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-6/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-0/+6
* SERVER-33323 Fix lint.Siyuan Zhou2018-08-151-1/+1
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-1522-1113/+889
* SERVER-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-156-33/+11
* SERVER-35708 Make mongos attach errorLabels on command responseCheahuychou Mao2018-08-152-8/+20
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-143-8/+8
* 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