summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40982 Add counters for aborted migrations from lock timeoutsJack Mulrow2019-05-203-0/+9
* SERVER-41074 Make decision to send pre/post image oplog the same as the decis...Randolph Tan2019-05-174-47/+339
* SERVER-40978 Create class for tracking single two phase commit metrics on mongodEsha Maharishi2019-05-173-0/+311
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-5/+4
* SERVER-40171 Release collection lock when fetching next oplog in _getNextSess...jannaerin2019-05-161-5/+11
* SERVER-39756 Rearrange shardCollection code to allow critical section to be e...Blake Oler2019-05-155-424/+628
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-1/+0
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-142-5/+5
* SERVER-40493 Use retryable interrupt code in ShardServerCatalogCacheLoaderRandolph Tan2019-05-141-2/+2
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-144-6/+5
* 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