summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-09-254-103/+13
* SERVER-42767 Improve logging in ReplSetTest.stopSetWilliam Schultz2019-09-251-1/+28
* SERVER-7681 Report majority number in ReplSetGetStatusSamyukta Lanka2019-09-252-0/+48
* SERVER-42613 getHashes should default to liveSlaves, not _slaves in replsette...Matthew Russotto2019-09-251-3/+3
* SERVER-43039 db.collection.bulkWrite doesn't support hint with replaceOneJames Wahlin2019-09-251-0/+8
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-2430-148/+150
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-247-19/+51
* SERVER-43372 Add ReplicationCoordinatorNoOpA. Jesse Jiryu Davis2019-09-243-0/+734
* SERVER-39614 replace inActiveOrKilledMultiDocumentTransaction with inMultiDoc...Pavithra Vetriselvan2019-09-243-16/+7
* Revert "SERVER-42790 SERVER-42930 ConnectionPool controller updates must batc...Pavithra Vetriselvan2019-09-233-114/+58
* SERVER-41956 Add integration and unit tests for killing commit and abort tran...William Schultz2019-09-202-0/+91
* SERVER-42790 SERVER-42930 ConnectionPool controller updates must batch across...Ben Caimano2019-09-193-58/+114
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-09-179-18/+43
* SERVER-42915: Do not require a resync when repair encounters orphaned collect...Daniel Gottlieb2019-09-167-36/+121
* SERVER-43005 : getKeyVault.createKey() should return the created data keyShreyas Kalyan2019-09-161-2/+4
* SERVER-41918 CollectionBulkLoader does not anticipate exceptions from MultiIn...Mihai Andrei2019-09-131-128/+157
* SERVER-43081 Validate should report when an index's 'multikeyPaths' are set b...Evgeni Dobranov2019-09-132-0/+690
* SERVER-39708 Optimize Btree multikey updatesMaria van Keulen2019-09-135-2/+56
* SERVER-37772 Backport RHEL8 to v4.2John Chen2019-09-131-1/+1
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-09-131-1/+4
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-1313-51/+55
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-09-1312-19/+20
* SERVER-42559 Make the WaitWithOpTimeEarlierThanLowestQueued test run more pre...Randolph Tan2019-09-131-0/+19
* SERVER-41758 Verify that at least 1 shard exists after hard-reload in aggrega...Bernard Gorman2019-09-132-12/+21
* SERVER-10456 do not use sparse indexes as shard key indexesKevin Pulo2019-09-131-1/+1
* SERVER-42155 include relevant optimes in read concern timeout reportingKevin Pulo2019-09-132-8/+16
* SERVER-42969 Fix handling of Unicode strings in windows `USERPROFILE` environ...ADAM Martin2019-09-121-3/+3
* SERVER-42864 change index build initial write timestamp logicEric Milkie2019-09-121-10/+22
* SERVER-41501 Track the number of elections that require primary catchup in se...Samyukta Lanka2019-09-1221-32/+674
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-09-1214-190/+1233
* SERVER-42608 Accept hint in shell helper updateOne and updateManyJames Wahlin2019-09-112-1/+17
* SERVER-7019 Return initial sync status information by default in replSetGetSt...Samyukta Lanka2019-09-114-4/+31
* SERVER-41500 Track number of successful elections for each reason in serverSt...Samyukta Lanka2019-09-117-38/+150
* 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-1026-64/+579
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-09-1015-34/+490
* SERVER-42842 Unable to drop collection in admin database of sharded clusterEsha Maharishi2019-09-092-7/+39
* Import tools: 22a650479aafb32c0f164625c825c43a8b96e914 from branch v4.2David Golden2019-09-09160-538/+8427
* SERVER-42888 Fix deprecate CodeWScope log message frequencyTed Tuckman2019-09-092-4/+5
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-0913-46/+429
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-09-061-2/+7
* SERVER-41863 make sleep command wait until server clock has advancedIan Boros2019-09-051-24/+45
* SERVER-42219 Make sure oplog buffer is empty when primary exits drain mode.Siyuan Zhou2019-09-052-9/+60
* SERVER-42219 Remove logging death test of signalDrainComplete.Siyuan Zhou2019-09-042-53/+0
* SERVER-42910 Oplog query with higher timestamp but lower term than the sync s...Siyuan Zhou2019-09-042-3/+7
* SERVER-42714 Log completion of replication recovery oplog application at defa...William Schultz2019-09-041-3/+2
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-09-031-2/+9
* SERVER-43019 remove unreachable code from IndexBuildsCoordinator and rename f...Benety Goh2019-09-023-13/+6
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-08-309-41/+93
* SERVER-43019 IndexBuildsCoordinator::interruptAllIndexBuildsForShutdown() sto...Benety Goh2019-08-301-4/+1