summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46976 Enable commit quorum in rollback_waits_for_bgindex_completion.jsLouis Williams2020-04-082-5/+5
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-0813-22/+32
* SERVER-45956 Allow findAndModify with upsert=true inside multi-document trans...Gregory Noma2020-04-081-8/+0
* SERVER-47387 Remove TODO comment for SERVER-45707Cheahuychou Mao2020-04-081-3/+0
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-0826-2135/+2265
* SERVER-46830 remove CWRWC FCV 4.4 codeKevin Pulo2020-04-087-122/+44
* SERVER-44787 Make migrationId in StartChunkCloneRequest non-optional after 4....Alex Taskov2020-04-089-244/+99
* SERVER-47358 Take collection MODE_X locks instead of database MODE_X lock in ...Gregory Noma2020-04-071-11/+10
* SERVER-47176 Make update.cpp not take database MODE_X lockGregory Noma2020-04-071-27/+22
* SERVER-42455 Make ReplicaSetChangeNotifier::onConfirmedSet safe during shutdownjannaerin2020-04-071-1/+1
* SERVER-47195 Allow configuring failCommand failpoint to activate only for a g...Spencer T Brody2020-04-071-0/+8
* SERVER-47056: Do not use readOnce cursors for collection scan in initial syncLingzhi Deng2020-04-071-5/+4
* SERVER-44577 Ensure WiredTiger RecordStore and SortedDataInterface cursors ha...Louis Williams2020-04-074-0/+239
* SERVER-43826 fix coverity analysis defect 113598: hidden parameterBenety Goh2020-04-071-1/+1
* SERVER-46595 ignore interruptions in OpCtx when starting index buildBenety Goh2020-04-071-1/+4
* SERVER-47179: Fix crash when requesting serverStatus oplog before the oplog c...Lingzhi Deng2020-04-071-13/+19
* SERVER-46999 Remove safe replica set reconfig feature gateAli Mir2020-04-074-23/+7
* SERVER-47211 Add back deleted code unrelated to safe reconfig in set_feature_...Ali Mir2020-04-071-1/+4
* SERVER-47119 Revert SERVER-46571William Schultz2020-04-075-18/+18
* SERVER-46845 Allow logging operations to bypass ShardInvalidatedForTargeting ...Blake Oler2020-04-062-2/+16
* SERVER-46443 MongosProcessInterface::fieldsHaveSupportingUniqueIndex should r...Jack Mulrow2020-04-062-11/+8
* SERVER-45416 Model-check TLA+ specs in EvergreenA. Jesse Jiryu Davis2020-04-063-4/+13
* SERVER-46916 misc. map reduce performance improvementsIan Boros2020-04-063-13/+51
* SERVER-43883: Enable WTs cursor copy mode for ASAN builds.Daniel Gottlieb2020-04-061-7/+25
* SERVER-47235 Add the 'The authoritative routing table' section to the shardin...Esha Maharishi2020-04-061-0/+14
* SERVER-47104 Make upsert stage use OwnershipFilter instead of CollectionDescr...Tommaso Tocci2020-04-061-4/+5
* SERVER-46981 Make the BatchWriteExecutor account for the potential size of th...Kaloian Manassiev2020-04-062-11/+15
* SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutorKaloian Manassiev2020-04-051-3/+1
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-049-36/+71
* SERVER-47211 Remove 4.2 style reconfig behavior on FCV downgradeAli Mir2020-04-036-119/+4
* SERVER-47322 Use correct expected value in CursorIsDeadShutsDownOplogFetcherW...Matthew Russotto2020-04-031-3/+2
* SERVER-47234 Fix typoEsha Maharishi2020-04-031-2/+2
* SERVER-47234 Commit the skeleton for the sharding arch guide to the MongoDB repoEsha Maharishi2020-04-031-0/+105
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-035-34/+39
* SERVER-39458 Continuously drain side writes while waiting for next index buil...Louis Williams2020-04-034-14/+63
* SERVER-46534 Make notMasterUnacknowledgedWrites ignore readsAmirsaman Memaripour2020-04-031-2/+3
* SERVER-46828 Remove FCV-dependent checks from finer-grained stale shard versi...Blake Oler2020-04-022-10/+2
* SERVER-47006: Implement a downgrade floor between 4.4 and 4.2 SERVER-47068: R...Daniel Gottlieb2020-04-026-38/+74
* SERVER-46892 disallow index builds on drop-pending namespaces (system.drop.*)...Benety Goh2020-04-021-0/+9
* SERVER-45094 check if node is primary before doing reconfig noop writePavi Vetriselvan2020-04-021-15/+21
* SERVER-46892 add hangCreateIndexesBeforeStartingIndexBuild fail point and imp...Benety Goh2020-04-021-3/+17
* SERVER-46948 Increase shutdown timeoutSecs on mongodTess Avitabile2020-04-022-2/+2
* SERVER-46706 Add deprecation messages for geoHaystack and geoSearchTed Tuckman2020-04-022-5/+51
* SERVER-46345 Remove newlyAdded field on heartbeats that indicate a node left ...Judah Schvimer2020-04-027-25/+247
* SERVER-47155 Limit the number of simultaneous index builds running from user ...Gregory Wlodarek2020-04-023-10/+101
* SERVER-47155 IndexBuildsCoordinatorMongod unit tests should use the default t...Gregory Wlodarek2020-04-021-8/+1
* SERVER-47155 MultiIndexBlock::init() should invariant the collection is held ...Gregory Wlodarek2020-04-022-2/+2
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-016-18/+26
* SERVER-47224 Rename commit quorum option "all" to "votingMembers".Suganthi Mani2020-04-019-40/+41
* SERVER-46818: Do untimestamped writes in idemptency testsLingzhi Deng2020-04-012-2/+21