summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-29/+8
* SERVER-40248 Return correct operation to apply for update oplog entriesJudah Schvimer2019-05-071-1/+1
* Revert "SERVER-36443 Clean up ChunkManager objects when usage count reaches 0"jannaerin2019-05-072-37/+13
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-14/+8
* SERVER-40808 Recovering a transaction's outcome should block if the participa...Esha Maharishi2019-05-021-58/+50
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-029-84/+327
* SERVER-40745 Skip ShardServerCatalogCacheLoader tasks in shutdownBen Caimano2019-05-021-26/+56
* SERVER-40696 Add space after "collection" in "Failed to refresh metadata" logRandolph Tan2019-05-011-1/+1
* SERVER-36443 Clean up ChunkManager objects when usage count reaches 0jannaerin2019-04-292-13/+37
* SERVER-39349 Recovering the state of a completed single-shard transaction sho...Randolph Tan2019-04-292-0/+25
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-242-5/+5
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-242-5/+5
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-245-10/+24
* SERVER-40220 Remove unused _coordinatorsBySessionDefunctJack Mulrow2019-04-231-4/+0
* SERVER-40220 Remove sendCoordinateCommitToConfigServer and doNotForgetCoordin...Jack Mulrow2019-04-233-38/+0
* SERVER-21931 Only mark chunks as jumbo on CannotSplit errorsjannaerin2019-04-221-18/+20
* SERVER-39323 refactor index spec validation code to make it more modularized ...Dianna2019-04-221-1/+1
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-172-3/+3
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-162-36/+82
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-164-21/+31
* SERVER-37886 Make prepareTransaction set Client last OpTime to the greater of...Jack Mulrow2019-04-151-4/+7
* SERVER-40554 Get rid of 'lazy' transaction coordinator destructionKaloian Manassiev2019-04-154-51/+22
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-152-2/+2
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-115-5/+5
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-113-4/+6
* SERVER-40202 TransactionCoordinator should update replica set monitors based ...Jack Mulrow2019-04-103-9/+141
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0925-25/+25
* SERVER-40318 Make condition variable wait in NamespaceSerializer exception safejannaerin2019-04-081-1/+3
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-083-8/+9
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-053-23/+31
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-055-67/+85
* SERVER-37881 Add a deadline for the coordinator preparing a transactionKaloian Manassiev2019-04-034-9/+68
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-0314-382/+333
* SERVER-40301 Don't hold mutex while doing queries in nextCloneBatch and nextM...Randolph Tan2019-04-032-57/+103
* SERVER-40443 Transaction coordinator need to use w:majority instead of w:inte...Suganthi Mani2019-04-034-27/+21
* SERVER-39350 Make `opMsgRequestFromAnyProtocol` return owned request messagesKaloian Manassiev2019-04-031-1/+1
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-033-65/+59
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-023-59/+65
* SERVER-39042 Coordinator does not add one to commitTimestampPavi Vetriselvan2019-04-021-22/+10
* SERVER-37734 Add a default log component verbosity for mongos to resmoke, and...Randolph Tan2019-04-011-6/+6
* SERVER-40387 Shutdown shard registry after catalog cacheBen Caimano2019-04-011-0/+1
* SERVER-40297 Make all TransactionCoordinatorDriver methods free functionsKaloian Manassiev2019-04-0110-452/+450
* SERVER-40297 Move the TransactionCoordinator data structures to a separate fileKaloian Manassiev2019-04-0112-212/+307
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2848-92/+116
* SERVER-40333 Only clone collection options once for each shard in shardsvrSha...Blake Oler2019-03-261-8/+15
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-1/+2
* SERVER-40264 Change MigrationChunkCloner to be a shared pointer to synchroniz...Blake Oler2019-03-252-25/+24
* SERVER-35394 Ensure that only the internal role can run the prepareTransactio...Gregory Wlodarek2019-03-241-1/+8
* SERVER-39942 Make dependencies on transaction library private.Siyuan Zhou2019-03-221-0/+1
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-217-100/+90