summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36729 Correct TooManyLogicalSessions error code to be consistent with ...r3.6.7-rc1r3.6.7Louis Williams2018-08-171-1/+1
* SERVER-36463 bypass validation of dummy signatures for isMaster on the unauth...r3.6.7-rc0Misha Tyulenev2018-08-145-3/+24
* 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
* Revert "SERVER-35239 AwaitData cursor must handle getMore from client with hi...Samy Lanka2018-08-134-139/+8
* SERVER-32371 features2.js should exclude clusterTime metadataRandolph Tan2018-08-131-11/+19
* Import wiredtiger: 0d4bc746f2221de7c9d08d7750ec85ba77691d31 from branch mongo...Luke Chen2018-08-135-2/+88
* 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-16/+31
* 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-31/+16
* Revert "SERVER-33695 Fix lint"Max Hirschhorn2018-08-101-1/+1
* SERVER-36083 Added evergreen variant with enableMajorityReadConcern set to fa...Suganthi Mani2018-08-0945-17/+262
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-08-093-50/+196
* SERVER-35754 Avoid network errors in stopSet() in catchup_takeover_one_high_p...Samy Lanka2018-08-091-0/+3
* 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-16/+31
* SERVER-35946 Powercycle kill_mongod function should ensure the service is not...Jonathan Abrahams2018-08-091-8/+26
* SERVER-35239 AwaitData cursor must handle getMore from client with higher las...Samy Lanka2018-08-094-8/+139
* SERVER-35986 Skip tests using db.eval during parallel test suiteSara Golemon2018-08-091-0/+29
* SERVER-27725 Use batch insert when migrating chunksCheahuychou Mao2018-08-085-63/+70
* SERVER-36225 Do not hold replication mutex when calling getMinValidTess Avitabile2018-08-081-8/+11
* SERVER-35110 Log locations in set_feature_compatibility_version.js where fata...Cheahuychou Mao2018-08-071-12/+20
* SERVER-36448 Disable election handoff in continuous stepdown suitesVesselina Ratcheva2018-08-075-1/+9
* SERVER-35624 Enable election handoff by defaultVesselina Ratcheva2018-08-073-4/+8
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-08-077-0/+232
* SERVER-35623 Add function for choosing node to step up for election handoffVesselina Ratcheva2018-08-073-4/+272
* SERVER-35113 Fix storage_commit_out_of_order.js test to work with auth passth...Spencer T Brody2018-08-071-3/+8
* SERVER-35113 Allow single voting primaries to advance stable timestamp even w...Judah Schvimer2018-08-073-0/+90
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-08-0724-188/+290
* SERVER-36462: Add atlas user to runtime_secret.yml.julianedwards2018-08-071-0/+1
* SERVER-35766 Prevent stepdowns from interrupting database commandsVesselina Ratcheva2018-08-061-2/+10
* SERVER-32792 Blacklist tests that assert on ismaster field of isMaster respon...Jack Mulrow2018-08-061-0/+6
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-08-032-2/+246
* SERVER-33245 remove unnecessary ScopeGuard for dropTempCollections() from map...Benety Goh2018-08-031-10/+8
* SERVER-33245 propagate Database::dropCollection() errors when dropping tempor...Benety Goh2018-08-031-2/+2
* SERVER-33245 improve PrimarySteppedDown and State destructor error messages i...Benety Goh2018-08-031-13/+25
* SERVER-35180 Safeguard from setting operation session info values while in a ...Blake Oler2018-08-012-2/+29
* SERVER-35663 Remove clusterTime >= operationTime invariantJack Mulrow2018-07-311-2/+2
* SERVER-34843 Compute operationTime before $clusterTimeJack Mulrow2018-07-314-181/+145
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-07-307-17/+229
* SERVER-35967 Ban explain() on $sample when storage engine supports random cur...Ian Boros2018-07-305-12/+75
* SERVER-36239: MatchExpression parser should reject a $text query that is not ...Nick Zolnierz2018-07-302-0/+29
* SERVER-35861: Remove call to dashboard_gen.py in perf.ymldalyd2018-07-291-18/+0
* SERVER-35377 use lastAppliedOpTime when there is clientTime available in oper...Misha Tyulenev2018-07-271-0/+4
* SERVER-36274: Re-enable --ycsb-throughput-analysis in sys-perfdalyd2018-07-271-2/+1
* SERVER-36248 Do not reject sessions in FCV 3.4Misha Tyulenev2018-07-261-10/+17
* SERVER-36232 Fix an error in the loop which would have caused extra retry and...Kaloian Manassiev2018-07-261-1/+1
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-266-0/+188