summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-03-267-141/+427
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-03-267-57/+450
* SERVER-46627: Ensure secondaries with 'newlyAdded' field have priority: 0Xuerui Fa2020-03-264-9/+192
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-2613-98/+112
* SERVER-46582 Remove FCV checks for safe replica set reconfigAli Mir2020-03-264-45/+9
* SERVER-45055 Startup recovery should work with more than one unfinished two-p...Louis Williams2020-03-265-35/+47
* SERVER-47053 Check for undefined setParameters options in servers.jsWilliam Schultz2020-03-261-3/+4
* SERVER-47131 Do not run 'rolling_index_builds_shutdown_early.js' on the commi...Gregory Wlodarek2020-03-261-2/+3
* SERVER-46090: Remove references to lastCommittedOpXuerui Fa2020-03-264-99/+4
* SERVER-47103 Add OrphanCleanupPolicy parameter to getOwnershipFilterTommaso Tocci2020-03-2612-17/+46
* SERVER-46434 return a bool for isNewlyAdded()Judah Schvimer2020-03-263-6/+9
* SERVER-46201 small missed tweaks to ReplicaSetAwareServiceKevin Pulo2020-03-261-3/+2
* SERVER-46832 add a variant to run the jstest/core suite with enabled hedge readsMisha Tyulenev2020-03-263-0/+281
* SERVER-46434 added more MemberConfig::toBSON unittestsJudah Schvimer2020-03-251-4/+78
* SERVER-44236 Delete database versioning code that is for backwards compatibil...Esha Maharishi2020-03-254-122/+1
* SERVER-45575 Update resmoke.py to add in nodes to the replica set fixture one...William Schultz2020-03-251-6/+14
* SERVER-46413 Add tests for OCSP on Windows and OSXShreyas Kalyan2020-03-2518-308/+436
* SERVER-46120 Make ReplSetMetadata non-optionalA. Jesse Jiryu Davis2020-03-252-38/+40
* SERVER-46503 inline namespace mongo::literalsBilly Donahue2020-03-253-12/+24
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-03-2510-139/+210
* SERVER-45269 refactor log_test_v2Billy Donahue2020-03-252-533/+496
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideEsha Maharishi2020-03-255-130/+194
* SERVER-47095 Secondaries voting to commit index builds already existing shoul...Gregory Wlodarek2020-03-252-2/+153
* SERVER-47005 Fix premature pipeline disposal if unionWith needs it to explainTed Tuckman2020-03-253-5/+24
* SERVER-46700 Update tests in aggregation suite to avoid spawning mongod/shard...Nick Zolnierz2020-03-2525-369/+167
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-2525-272/+88
* SERVER-47083 Disable multiversion passthrough suites that were missed in init...Jason Chan2020-03-251-2/+2
* SERVER-46773 Remove v4.4 FCV handling for simultaneous index buildsLouis Williams2020-03-2512-39/+13
* SERVER-43933 open namespace mongo::logv2 C++17 syntaxBilly Donahue2020-03-2538-159/+88
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-03-2510-173/+210
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-2517-317/+196
* SERVER-47072 Align the id in JSON log outputHenrik Edin2020-03-253-23/+29
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideCheahuychou Mao2020-03-259-46/+75
* SERVER-47109 Fix index-build race in replset1.jsA. Jesse Jiryu Davis2020-03-251-2/+1
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-2524-294/+87
* SERVER-47016 Drop and create output collection with writeConcern w: 2 in out_...Mihai Andrei2020-03-251-4/+10
* SERVER-46608 Ban use of $function in schema validatorsSvilen Mihaylov2020-03-254-1/+60
* SERVER-45631 Don't catch ErrorCodes.MultipleErrorsOccurred in the testMarcos José Grillo Ramírez2020-03-251-7/+8
* SERVER-44745 Trigger a logical session cache refresh for core passthrough sui...Marcos José Grillo Ramírez2020-03-253-6/+5
* SERVER-46648 Make _killOperations command kill cursorsCheahuychou Mao2020-03-258-33/+157
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-2517-196/+317
* SERVER-47057 Use assert.soon when verifying sync source host name in change_s...Jason Chan2020-03-241-4/+7
* SERVER-47085: Remove ElectionInProgress (216) from ResumableChangeStreamErrorLingzhi Deng2020-03-241-2/+1
* SERVER-46347: Ensure that force reconfigs are not given a 'newlyAdded' fieldXuerui Fa2020-03-242-118/+224
* SERVER-46084 Don't use setUnion in aggregation for finding inconsistent shard...Jack Mulrow2020-03-247-235/+657
* SERVER-47083 Disable multiversion passthroughs until FCV is bumped to 4.6Jason Chan2020-03-241-15/+15
* SERVER-45575 Add Javascript helper function to do automatic safe reconfigsWilliam Schultz2020-03-247-34/+462
* SERVER-46897 Clear replication node seed list whenever we install a new confi...William Schultz2020-03-241-0/+3
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-248-12/+346
* SERVER-46176 Adding documentation of logging macros in logv2/log.hHenrik Edin2020-03-241-31/+125