summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45243 generate_stop_words.py simplificationBilly Donahue2020-04-211-6/+4
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the Op...Kaloian Manassiev2020-04-211-9/+5
* SERVER-47220 log json field paddingBilly Donahue2020-04-215-250/+228
* SERVER-47654 Strengthen the guarantees of ReadThroughCache with cacheSize = 0Kaloian Manassiev2020-04-213-35/+88
* SERVER-45260 replace verify with uassert in shell_utils_launcherBilly Donahue2020-04-212-20/+25
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-2021-93/+317
* SERVER-43328 Enforce BSON size limit in OpMsgBuilderSpencer T Brody2020-04-205-7/+64
* SERVER-46460 Update log message added by SERVER-45754Louis Williams2020-04-201-7/+1
* SERVER-47569: Allow readConcern snapshot outside of transactions (mongod)Lingzhi Deng2020-04-202-12/+12
* SERVER-45269 remove orphaned log_test_v2.hGabriel Russell2020-04-201-68/+0
* SERVER-47429 Validate authenticationMechanisms server parameterMark Benvenuto2020-04-204-1/+76
* SERVER-46633 Windows TLS implementation may declare hostname mismatch on unre...Mark Benvenuto2020-04-201-10/+50
* SERVER-47600 Clear _receivingChunks on setFCV after metadata refreshGregory Noma2020-04-205-0/+30
* SERVER-43969 Update oplog application section in Repl Architechture GuideSamy Lanka2020-04-201-37/+73
* SERVER-47045 Add tests to check that the RSM behaves correctly when contactin...jannaerin2020-04-201-2/+7
* SERVER-47560 Include "internalClient" field in ReplicaSetMonitor isMaster req...Cheahuychou Mao2020-04-205-11/+230
* SERVER-43427 Remove TODO listed for SERVER-26110 (closed as Won't Fix)Blake Oler2020-04-201-1/+0
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-2014-146/+147
* SERVER-47356 Remove invariant that fast count is 0 when creating an index on ...Louis Williams2020-04-201-1/+1
* SERVER-46823 Enable default for index commit quorum as "votingMembers".Suganthi Mani2020-04-201-1/+1
* SERVER-47465 remove unused functions from indexbuildentryhelpers namespaceBenety Goh2020-04-184-330/+14
* SERVER-47638 Ensure isMaster is waiting before calling replSetInitiate in Awa...Jason Chan2020-04-171-0/+7
* SERVER-47062: Trigger hang analyzer for writeConcern timeout errorsLingzhi Deng2020-04-171-0/+23
* SERVER-47399 Use File Nodes to manage dSYM substructureAndrew Morrow2020-04-172-162/+0
* SERVER-46353 Remove 'newlyAdded' field from replSetGetConfig response objectVesselina Ratcheva2020-04-176-14/+62
* SERVER-47445 Don't update Scope::_loadedVersion before loadStored succeedsDavid Percy2020-04-171-1/+4
* SERVER-47267 Don't log awaitable isMaster as slow queryA. Jesse Jiryu Davis2020-04-171-0/+8
* SERVER-47046 Add tests that mongos receives topology change info immediatelyjannaerin2020-04-171-2/+5
* SERVER-47378 Resolve TODO for SERVER-37644Gregory Wlodarek2020-04-172-4/+0
* SERVER-47630 Reserving a slot in the oplog for addIndexBuildEntry can cause a...Gregory Wlodarek2020-04-171-7/+16
* SERVER-46989 Index builds should hold RSTL to prevent replication state chang...Louis Williams2020-04-177-182/+270
* SERVER-47240 Add the "The live migration protocol" section to the sharding ar...Alex Taskov2020-04-171-0/+16
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-1718-272/+361
* SERVER-47517 Secondary nodes will always try to vote for committing the index...Gregory Wlodarek2020-04-171-7/+27
* SERVER-47565 Add server parameter to limit block size growth for SharedBuffer...Henrik Edin2020-04-173-8/+25
* SERVER-47142 Don't allow non-force reconfig command in drain mode.Siyuan Zhou2020-04-173-20/+60
* SERVER-47142 Check primary before writing config and no-op.Siyuan Zhou2020-04-179-38/+110
* SERVER-47142 Revert "SERVER-45094 check if node is primary before doing recon...Siyuan Zhou2020-04-171-21/+15
* SERVER-47205 Stopping dropping snapshots after safe reconfig that does not ch...Siyuan Zhou2020-04-171-6/+10
* SERVER-47279 Establish the Execution Architecture guide markdown file in gith...Dianna Hohensee2020-04-171-0/+205
* SERVER-47048 Test that mongos can find primary despite "ping" failuresCheahuychou Mao2020-04-171-1/+12
* SERVER-45933 index builds support maxTimeMS through createIndexes interruptionsBenety Goh2020-04-161-9/+0
* SERVER-46487 Add fast path to getShardIdsForRange() when chunk range is [MinK...Gregory Noma2020-04-162-5/+46
* SERVER-47599 Index builder votes for ready to commit after first drain phase.Suganthi Mani2020-04-161-1/+1
* SERVER-47538: Extend `runMongoShell` mongod exceptions to multiversion mongod...Daniel Gottlieb2020-04-161-2/+7
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-168-50/+100
* SERVER-46514 Normalize host selection for mirrored readsAmirsaman Memaripour2020-04-164-20/+79
* SERVER-46514 Allow mirroring maestro to leave GC for the client threadAmirsaman Memaripour2020-04-167-14/+442
* SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit quorum on ...Suganthi Mani2020-04-162-1/+68
* SERVER-47438 Cloner::_copyIndexes() will not recreate dropped collectionBenety Goh2020-04-161-26/+2