summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | | | This commit does the following: - Introduces the GuaranteedExecutor/GuaranteedExecutorWithFallback class for when a callback *must* run! - Centralizes testing Executors in executor_test_util.h! - Makes a testing suite for InlineCountingExecutor, RejectingExecutor, and GuaranteedExecutor!
* 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
| | | | | | | | | | | | | Starting in 4.4, this flag is accepted by the server but does not affect how the query is executed. However, there were several places in the code base where 'oplogReplay' needed to be handled due to the possibility of a mixed version 4.2/4.4 cluster. This logic can now be removed, since a 4.6 node need not be compatible with 4.2. In order to avoid breaking old drivers, the 'oplogReplay' find command option and OP_QUERY flag bit will continue to be accepted but ignored.
* 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 ↵Louis Williams2020-03-265-35/+47
| | | | two-phase index build
* 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 ↵Gregory Wlodarek2020-03-261-2/+3
| | | | commit quorum off builder
* 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 ↵Esha Maharishi2020-03-254-122/+1
| | | | compatibility with 4.2
* SERVER-45575 Update resmoke.py to add in nodes to the replica set fixture ↵William Schultz2020-03-251-6/+14
| | | | one at a time
* 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 ↵Gregory Wlodarek2020-03-252-2/+153
| | | | should handle exceptions
* 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 ↵Nick Zolnierz2020-03-2525-369/+167
| | | | mongod/sharded clusters
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-2525-272/+88
|
* SERVER-47083 Disable multiversion passthrough suites that were missed in ↵Jason Chan2020-03-251-2/+2
| | | | initial commit
* 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
| | | | This reverts commit 8124a8d047ce142f6d6defc089e5e71192721a5c.
* 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
| | | | | | | This logic was necessary in 4.4 to support the 4.2/4.4 upgrade/downgrade process. A 4.6 node can always use the new array-based sort key format, since it never communicates with a 4.2 mongos or mongod.
* SERVER-47016 Drop and create output collection with writeConcern w: 2 in ↵Mihai Andrei2020-03-251-4/+10
| | | | out_merge_on_secondary_metadata.js
* 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 ↵Marcos José Grillo Ramírez2020-03-253-6/+5
| | | | suites using the MongoDFixture before running tests
* SERVER-46648 Make _killOperations command kill cursorsCheahuychou Mao2020-03-258-33/+157
| | | | (cherry picked from commit 29798df747882fcb02fe98178d42ade0b9a0da52)
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-2517-196/+317
|
* SERVER-47057 Use assert.soon when verifying sync source host name in ↵Jason Chan2020-03-241-4/+7
| | | | change_sync_source_in_initial_sync.js
* 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 ↵Jack Mulrow2020-03-247-235/+657
| | | | sharded indexes
* 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 ↵William Schultz2020-03-241-0/+3
| | | | config that we are not a member of
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the ↵Nick Zolnierz2020-03-248-12/+346
| | | | CursorManager
* SERVER-46176 Adding documentation of logging macros in logv2/log.hHenrik Edin2020-03-241-31/+125
|