summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32907 Reduce replication.heartbeat log verbosity in local test logsWilliam Schultz2018-08-131-5/+22
* SERVER-32907 Make resmoke pass TestData.setParameters to mongo shell as a Jav...William Schultz2018-08-132-58/+36
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and c...Chibuikem Amaechi2018-08-135-12/+50
* SERVER-33243 Improve logging when a node changes its sync sourceSiyuan Zhou2018-08-131-3/+11
* SERVER-35246 Ignore NamespaceNotFound errors when running collMod during chec...Samy Lanka2018-08-131-4/+13
* SERVER-35723 Make the collection critical section into an RAII classjannaerin2018-08-134-17/+44
* SERVER-36067 - Upload artifacts from running install-mobile-test target in Ev...Jonathan Abrahams2018-08-131-1/+44
* SERVER-33417 Add logging back into migration destination managerSarah Zhou2018-08-101-1/+7
* SERVER-33417 Replace custom majority write catchup with Replication-designed ...Sarah Zhou2018-08-101-21/+2
* Revert "Revert "SERVER-33695 Fix lint""Jonathan Abrahams2018-08-101-1/+1
* Revert "Revert "SERVER-33695 Include the loop name in the before and after re...Jonathan Abrahams2018-08-102-8/+28
* SERVER-34258 Fix error in mount_drives.sh on WindowsJonathan Abrahams2018-08-102-5/+6
* Revert "SERVER-33695 Include the loop name in the before and after recovery f...Max Hirschhorn2018-08-102-28/+8
* Revert "SERVER-33695 Fix lint"Max Hirschhorn2018-08-101-1/+1
* SERVER-35180 Change L to LL to fix compile on MacBlake Oler2018-08-091-1/+1
* SERVER-35386 Wait for the secondary's majority commit point to advance before...Audrey Fang2018-08-091-1/+1
* SERVER-35537 Link DBClientConnection into shell/benchrun library.Max Hirschhorn2018-08-091-1/+1
* SERVER-33695 Fix lintJonathan Abrahams2018-08-091-1/+1
* SERVER-33695 Include the loop name in the before and after recovery files in ...Jonathan Abrahams2018-08-092-8/+28
* SERVER-35946 Powercycle kill_mongod function should ensure the service is not...Jonathan Abrahams2018-08-091-6/+24
* SERVER-36550 Blacklist drop_sharded_db_tags_cleanup.js in sharding_last_stabl...Cheahuychou Mao2018-08-091-0/+1
* SERVER-35180 Safeguard from setting operation session info values while in a ...Blake Oler2018-08-092-0/+31
* SERVER-36191 Simplify Error HandlingMark Benvenuto2018-08-092-9/+10
* SERVER-36245 Create a multi-arch android variantGabriel Russell2018-08-0911-0/+437
* SERVER-35986 Skip tests using db.eval during parallel test suiteSara Golemon2018-08-091-0/+29
* SERVER-35244 Dropping config db in 4.0.0-rc0 fails while it passes in 3.7.9 a...Sarah Zhou2018-08-081-5/+9
* SERVER-36397 Don't allow creation of TTL indexes in embedded.Henrik Edin2018-08-0814-140/+97
* SERVER-27725 Use batch insert when migrating chunksCheahuychou Mao2018-08-086-63/+74
* SERVER-35441 Make dropDatabase/dropCollection clean up config.tagsCheahuychou Mao2018-08-085-0/+148
* SERVER-36225 Do not hold replication mutex when calling getMinValidTess Avitabile2018-08-081-8/+11
* SERVER-36274: Re-enable --ycsb-throughput-analysis in sys-perfdalyd2018-08-081-2/+1
* SERVER-35849 Remove dependency of the write commands on sharding_runtime_dCheahuychou Mao2018-08-078-14/+197
* SERVER-35676 Handle integer overflow when validating numInitialChunksCheahuychou Mao2018-08-071-1/+2
* SERVER-35720 Allow zones to be created on non-existent collectionCheahuychou Mao2018-08-075-35/+164
* SERVER-35110 Log locations in set_feature_compatibility_version.js where fata...Cheahuychou Mao2018-08-071-9/+19
* SERVER-35775 Improve free-monitoring message on down cloud endpointMark Benvenuto2018-08-071-3/+6
* SERVER-35617 Improve free-monitoring message on non-primary nodeMark Benvenuto2018-08-071-0/+6
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-08-077-3/+211
* SERVER-36462: Add atlas user to runtime_secret.yml.julianedwards2018-08-071-0/+1
* SERVER-35754 Avoid network errors in stopSet() in catchup_takeover_one_high_p...Samy Lanka2018-08-071-0/+3
* SERVER-36062 Stop running parallel; enable concurrent test suites on mobileSulabh Mahajan2018-08-0720-25/+35
* Import wiredtiger: 2bb717625d1e81e6a0abfb910ead00afdde7fe2a from branch mongo...Luke Chen2018-08-07192-1402/+4018
* SERVER-35473 Fix writeconflict issues with cursor restartsSulabh Mahajan2018-08-079-60/+114
* SERVER-35766 Prevent stepdowns from interrupting database commandsVesselina Ratcheva2018-08-061-2/+11
* SERVER-35654 Disable implicit sessions for rollback_transaction_table.jsJack Mulrow2018-08-061-2/+4
* SERVER-33740 Run powercycle task against mobile storage engine.Max Hirschhorn2018-08-061-0/+24
* SERVER-36448 Disable election handoff in continuous stepdown suitesVesselina Ratcheva2018-08-066-0/+6
* SERVER-35624 Enable election handoff by defaultVesselina Ratcheva2018-08-062-4/+5
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-08-067-0/+232
* SERVER-35623 Add function for choosing node to step up for election handoffVesselina Ratcheva2018-08-063-6/+273