summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46387 Only vote for candidate with same config version and term as self.r4.3.5Siyuan Zhou2020-03-262-39/+70
* 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-251-8/+13
* SERVER-47095 Secondaries voting to commit index builds already existing shoul...Gregory Wlodarek2020-03-251-2/+24
* SERVER-46507 Convert member variable from migrationId in MigrationDestination...Alex Taskov2020-03-252-15/+16
* 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-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-253-0/+45
* 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-243-38/+22
* 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-45973 Test stepdown of the primary during execution of $merge/$out on ...Mihai Andrei2020-03-241-4/+9
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-246-14/+32
* Revert "SERVER-45692 add explicit RWC to inter-node commands (even if merely ...Kaloian Manassiev2020-03-2453-710/+328
* 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-242-4/+53
* 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-2453-328/+710
* SERVER-46994: Fix potential TypeError in checkDBHashesForReplSetLingzhi Deng2020-03-241-0/+4
* 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-232-18/+72
* SERVER-46712 Convert server_selector.cpp logs to LOGV2Tommaso Tocci2020-03-231-6/+8
* 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-202-57/+151
* SERVER-46783 Mark $accumulator, $_internalJs operators as FCV 4.4 onlyDavid Percy2020-03-206-24/+64
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-205-225/+281
* SERVER-46741 Fix op_msg_fuzzer.cpp compileMark Benvenuto2020-03-201-2/+1
* SERVER-46468 Prevent validate from generating overlong responsesGregory Noma2020-03-191-13/+7
* SERVER-46990 Fix check for command names for commands in txns paramMaria van Keulen2020-03-192-9/+7
* SERVER-46890 Prevent $unionWith explain attaching a cursor source twice.Ted Tuckman2020-03-192-1/+12
* SERVER-46704 IndexBuildsCoordinatorMongod::voteCommitIndexBuild should not pe...Suganthi Mani2020-03-191-38/+19
* SERVER-46945: Correct FCV-aware error messages for overlong collection names.Daniel Gottlieb2020-03-194-42/+15
* Import wiredtiger: f6ab94b43bc56ce16ba0192ed15d1b602e9f2017 from branch mongo...Luke Chen2020-03-1951-601/+1282
* SERVER-46917 Index builder on receiving commit/abort signal should cancel the...Suganthi Mani2020-03-196-28/+62
* SERVER-46742 Add unit tests for ReplicationCoordinator::awaitConfigCommitmentWilliam Schultz2020-03-181-0/+69
* SERVER-45096 Add unit tests to ensure safe reconfig never rolls back entries ...William Schultz2020-03-181-0/+200
* SERVER-46742 Move logic to wait for replica set config commitment into a dedi...William Schultz2020-03-1811-43/+88
* SERVER-46879 Fix profiler query in read_pref_cmd.js and not assert that the c...Cheahuychou Mao2020-03-182-9/+14
* SERVER-46646 Disallow hedging for commands that can potentially do writesCheahuychou Mao2020-03-184-15/+79
* SERVER-39423 Secondaries already possessing an index replicated via startInde...Gregory Wlodarek2020-03-183-0/+68
* SERVER-46567 Update shell methods Mongo.setReadPref and cursor.readPref to su...Cheahuychou Mao2020-03-182-13/+38
* SERVER-46694 Make hedging_metrics_server_status.js determinsticCheahuychou Mao2020-03-184-9/+31
* SERVER-46558 Abort index builds only after transitioning to rollback and when...Louis Williams2020-03-189-82/+53
* SERVER-46607 ignore MaxTimeMSExpire error on hedged readsMisha Tyulenev2020-03-181-11/+31
* SERVER-46566 increment hedging metrics countersMisha Tyulenev2020-03-187-6/+47