summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-4/+8
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-0311-86/+243
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-032-26/+22
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-8/+4
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-4/+8
* SERVER-40319 Don't call get() on boost::none in killCursorsWithMatchingSessio...David Storch2019-04-021-1/+7
* SERVER-37734 Add a default log component verbosity for mongos to resmoke, and...Randolph Tan2019-04-011-15/+15
* SERVER-40387 Shutdown shard registry after catalog cacheBen Caimano2019-04-012-0/+8
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2834-59/+70
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-261-3/+16
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-219-28/+23
* SERVER-39837 Fix document_shard_key_update_test unit testjannaerin2019-03-201-4/+2
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-206-69/+110
* SERVER-40201 Retrying commit on original router after a read only commit inco...Esha Maharishi2019-03-202-11/+29
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-203-9/+90
* SERVER-40221 Remove debug loggingCharlie Swanson2019-03-191-1/+0
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-1818-220/+216
* SERVER-39841 Add ability to start and commit transaction in documentShardKeyU...jannaerin2019-03-185-37/+62
* SERVER-39875 fix race in transaction_router_testEsha Maharishi2019-03-142-3/+5
* SERVER-39878 Make router return empty recoveryToken until transaction has don...Esha Maharishi2019-03-132-6/+53
* SERVER-39877 Make router send commitTransaction directly to participants for ...Esha Maharishi2019-03-133-0/+198
* SERVER-39877 Clean up transaction_router_test.cpp and transaction_router.cppEsha Maharishi2019-03-134-76/+75
* SERVER-39875 Make router process readOnly field in responses to transaction s...Esha Maharishi2019-03-1314-62/+422
* SERVER-38297 Reenable FSM transactions tests with killOpKaloian Manassiev2019-03-132-3/+11
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-113-27/+3
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-111-4/+4
* SERVER-39132 Separate out options that are not related to mongocryptdMark Benvenuto2019-03-111-1/+7
* SERVER-39973 Follow-up fix to prevent router from crashing if startTransactio...Esha Maharishi2019-03-082-1/+29
* SERVER-39835 Create interface to update document shard key within already run...jannaerin2019-03-074-0/+342
* SERVER-39973 Router should not decide to use recovery commit path based on wh...Esha Maharishi2019-03-062-2/+2
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-052-3/+3
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-036-6/+0
* SERVER-39908 Migrate shard_connection set params to IDLSara Golemon2019-03-023-26/+62
* SERVER-39866 Make cluster aggregate use MultiStatementTransactionRequestsSend...Esha Maharishi2019-03-013-76/+58
* SERVER-39740 Migrate set parameters in cluster_query_knobs to IDLSara Golemon2019-02-287-98/+66
* SERVER-37972 Create suite for running multi shard jscore with sharded transac...Randolph Tan2019-02-281-7/+12
* SERVER-39118 Add comment to explain why mongos pass 'hasWriteConcernError=fal...Randolph Tan2019-02-271-0/+6
* SERVER-39778 Create WouldChangeOwningShard exceptionjannaerin2019-02-273-0/+170
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-0/+3
* SERVER-39624 Put internal router retries for stale version and snapshot error...Jack Mulrow2019-02-265-21/+79
* SERVER-39737 Migrate server parameters to IDL in src/mongo/s/commands/kill_se...Gabriel Russell2019-02-253-8/+51
* SERVER-39736 Migrate server parameters to IDL in src/mongo/s/client/shard_rem...Gabriel Russell2019-02-253-6/+44
* SERVER-39227 Mongos should always re-throw original error in a transactionJack Mulrow2019-02-254-105/+146
* SERVER-38921 Convert ShardingTaskExecutorPool parameters to IDLBen Caimano2019-02-223-32/+91
* SERVER-38522 Reduce the execution time and logging of sharding MongoD testsKaloian Manassiev2019-02-221-0/+1
* SERVER-38522 Add an `onCommands` syntactic sugar to ShardingTestFixtureCommonKaloian Manassiev2019-02-226-58/+37
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate c...Anton Korshunov2019-02-222-5/+62
* SERVER-37786 Add new ChangeStreamFatalError codeBernard Gorman2019-02-221-1/+1
* SERVER-39500 Migrate general server options to IDLSara Golemon2019-02-163-15/+3
* SERVER-39501 Migrate windows options to IDLSara Golemon2019-02-141-16/+1