summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40495 Cleanup manually allocated memory inside BatchWriteOp::targetBat...Randolph Tan2019-04-121-2/+4
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-113-9/+9
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-112-8/+0
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-115-18/+27
* SERVER-39213 remove mongosWaitsForKeys from shardingtestMisha Tyulenev2019-04-101-2/+1
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-102-0/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0939-45/+45
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-093-77/+143
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-083-24/+25
* 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