summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46387 Only vote for candidate with same config version and term as self.r4.3.5Siyuan Zhou2020-03-263-39/+74
* SERVER-46032 Check if collection has stale epoch before setting shard staleBlake Oler2020-03-251-0/+5
* SERVER-46194 Applying transfer mods in a migration does not handle write conf...Alex Taskov2020-03-252-8/+76
* SERVER-47095 Secondaries voting to commit index builds already existing shoul...Gregory Wlodarek2020-03-252-2/+153
* SERVER-46211 Disable balancer on mr_output_options.jsRandolph Tan2020-03-251-1/+1
* SERVER-46947 Add cleanup fuzzer hook to undo undesired settings from fuzzerRandolph Tan2020-03-2510-0/+36
* SERVER-46507 Convert member variable from migrationId in MigrationDestination...Alex Taskov2020-03-252-15/+16
* SERVER-47016 Drop and create output collection with writeConcern w: 2 in out_...Mihai Andrei2020-03-251-4/+10
* SERVER-46324: update remaining nightlies v4.4Sam Kleinman2020-03-251-2/+2
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-2516-49/+44
* SERVER-46517: Move the update of readWriteAbility out of _updateMemberStateFr...Lingzhi Deng2020-03-253-43/+52
* SERVER-44115 autocomplete.js uses its own test databaseTommaso Tocci2020-03-251-0/+2
* SERVER-44892 getShardDistribution should use $collStats agg stage instead of ...Tommaso Tocci2020-03-251-56/+64
* SERVER-46608 Ban use of $function in schema validatorsSvilen Mihaylov2020-03-254-1/+60
* SERVER-47028 Configure the aggregation_secondary_reads test suite to use less...Mihai Andrei2020-03-252-1/+2
* SERVER-46674 Compare WriteConcernOptions properly (without converting to BSON)Kevin Pulo2020-03-254-6/+35
* SERVER-47085: Remove ElectionInProgress (216) from ResumableChangeStreamErrorLingzhi Deng2020-03-241-2/+1
* SERVER-46440 Routing info should be reloaded before retry of creating session...Alex Taskov2020-03-244-38/+62
* SERVER-47088 Make index_commands_shard_targeting.js not assert that index com...Cheahuychou Mao2020-03-241-3/+11
* SERVER-47070 fixing recursion in util_testGabriel Russell2020-03-243-50/+11
* SERVER-47064 Use std::invoke_result instead of std::result_ofMark Benvenuto2020-03-244-7/+7
* SERVER-47023 Ensure failpoints are reached before attempting to kill operatio...Mihai Andrei2020-03-241-18/+17
* SERVER-45973 Test stepdown of the primary during execution of $merge/$out on ...Mihai Andrei2020-03-242-4/+101
* SERVER-47067 Fix casing of index builds library function nameGregory Wlodarek2020-03-244-4/+4
* SERVER-47067 Do not run 'rolling_index_builds_secondaries_vote_immediately.js...Gregory Wlodarek2020-03-241-0/+9
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-248-16/+133
* SERVER-47054: Don't fail due to long timeout values on mainline buildsDavid Bradford2020-03-242-1/+13
* Revert "SERVER-45692 add explicit RWC to inter-node commands (even if merely ...Kaloian Manassiev2020-03-2460-852/+405
* SERVER-47061: Log all_durable timestamp on writeConcern failures if testComma...Lingzhi Deng2020-03-241-1/+2
* SERVER-46168 Sort without predicate on non-hashed prefix fields does not use ...Arun Banala2020-03-243-4/+79
* SERVER-47006 Implement a downgrade floor between 4.4 and 4.2Daniel Gottlieb2020-03-242-15/+29
* Import wiredtiger: 4500a8ed93af91b15901d00a9f9c2587f94275f9 from branch mongo...Luke Chen2020-03-2447-647/+1122
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-2460-405/+852
* SERVER-46994: Fix potential TypeError in checkDBHashesForReplSetLingzhi Deng2020-03-241-0/+4
* SERVER-46215: use primaryShardAfter for the second assertShardDatabaseVersion...Lamont Nelson2020-03-231-2/+2
* SERVER-45009: Run onStepdown on the TransactionCoordinatorService to prevent ...Lamont Nelson2020-03-231-0/+5
* SERVER-47029: add only confirmed nodes when publishing onConfirmedSet; includ...Lamont Nelson2020-03-233-20/+74
* SERVER-47058 Fix agg_union_with_chunk_migrations.js blacklist typo for multi ...Nick Zolnierz2020-03-231-1/+1
* SERVER-47042 min_max_key.js test works only on 4.4 and up.Martin Neupauer2020-03-232-4/+3
* SERVER-46985 Reduce WT Develop sys-perf variants frequency to 1/weekHenrik Ingo2020-03-231-2/+2
* SERVER-46712 Convert server_selector.cpp logs to LOGV2Tommaso Tocci2020-03-231-6/+8
* SERVER-46214 make autosplit_low_cardinality.js wait for all chunkSplit operat...Tommaso Tocci2020-03-231-0/+1
* SERVER-45147: Ensure ghost timestamped transactions trigger the stable timest...Daniel Gottlieb2020-03-203-4/+35
* SERVER-46984 Stop async updates to the oplogTruncateAfterPoint during primary...Dianna Hohensee2020-03-206-14/+22
* SERVER-45450 $accumulator performanceDavid Percy2020-03-205-66/+409
* SERVER-46783 Mark $accumulator, $_internalJs operators as FCV 4.4 onlyDavid Percy2020-03-207-24/+81
* SERVER-47004: Properly run eslint on modulesDavid Bradford2020-03-204-10/+45
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-209-250/+427
* SERVER-46741 Fix op_msg_fuzzer.cpp compileMark Benvenuto2020-03-201-2/+1
* SERVER-46468 Prevent validate from generating overlong responsesGregory Noma2020-03-193-13/+84