summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-0149-249/+251
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-241-0/+7
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-10-212-65/+209
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-10-082-5/+5
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-072-8/+14
* SERVER-42751 Take CSRLock when observing transaction commit for migrationAlex Taskov2019-10-071-1/+6
* SERVER-39763 transactions_target_at_point_in_time.js should disable expiring ...Esha Maharishi2019-10-031-4/+7
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-301-4/+3
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-2/+2
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-135-23/+36
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-09-138-13/+14
* SERVER-42559 Make the WaitWithOpTimeEarlierThanLowestQueued test run more pre...Randolph Tan2019-09-131-0/+19
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-09-124-54/+134
* SERVER-41615: set flag to denote that the coordinator has recovered.Lamont Nelson2019-09-106-5/+56
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-1018-63/+512
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-09-1011-31/+427
* SERVER-42842 Unable to drop collection in admin database of sharded clusterEsha Maharishi2019-09-092-7/+39
* SERVER-42856 Make the check for chunk moved in the op observer take hashed sh...Randolph Tan2019-08-221-2/+4
* SERVER-11328 Allow more than one shard to be in 'draining' modeKaloian Manassiev2019-08-164-105/+81
* SERVER-33973 Force cleanup of possibly remaining partial data after failed co...Blake Oler2019-08-155-310/+287
* SERVER-42338 Make the hang failpoint callback always ran on the executor threadRandolph Tan2019-08-141-20/+35
* SERVER-42335 Make ShutdownShouldCancelQueuedRequests cpp test propagate the i...Randolph Tan2019-08-141-8/+14
* SERVER-42468 Always wait for the TransactionCoordinator to complete in the Me...Kaloian Manassiev2019-07-291-12/+23
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2672-746/+493
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-07-252-9/+8
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-245-17/+80
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-192-1/+5
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-172-9/+21
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-1713-133/+703
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-175-10/+8
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-159-76/+187
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-07-111-4/+7
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-091-28/+18
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-1/+0
* SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-07-021-0/+5
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3012-79/+79
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-55/+59
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-271-5/+7
* SERVER-41616: track commit/abort decisions for two phase commit coordinatorLamont Nelson2019-06-267-8/+79
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-2/+7
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-251-7/+13
* SERVER-41572 use FailPointEnableBlock to control failpoints in transaction_co...Lamont Nelson2019-06-241-72/+46
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-2410-103/+176
* SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ...Esha Maharishi2019-06-135-0/+176
* SERVER-39141 Handle WriteConflictException in range deleterAlex Taskov2019-06-103-10/+60
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-102-5/+5
* SERVER-40988 Log metrics on mongod when slow two phase commit completesEsha Maharishi2019-06-103-0/+397
* SERVER-41179 Observe the coordinator's state transitions and update the corre...Esha Maharishi2019-06-0711-31/+1636
* SERVER-41417 Transaction coordinator should only delete durable state if two-...r4.2.0-rc0Esha Maharishi2019-06-041-13/+4
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-9/+3