summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdsaltzm-patch-1Matthew Saltz2020-03-301-1/+1
|
* SERVER-46835 Remove FCV branches related to deleting the config server ↵Esha Maharishi2020-03-3015-823/+1
| | | | implicit collection creation loop
* SERVER-45999 Remove unused opCtx argument to PersistentTaskStore constructorCheahuychou Mao2020-03-306-56/+44
|
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-303-22/+54
|
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-303-10/+32
|
* SERVER-47096 Fix broken topology_coordinator_v1_test.cpp compileKaloian Manassiev2020-03-301-0/+2
|
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-3010-54/+95
|
* SERVER-47167 Make hedged read tests more robustCheahuychou Mao2020-03-301-1/+2
|
* SERVER-47097 Use ReplSetMetadata.isPrimary to choose sync sourceA. Jesse Jiryu Davis2020-03-303-24/+118
|
* SERVER-46801 stacktrace logging cleanup/consolidationBilly Donahue2020-03-278-150/+89
|
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-2721-218/+302
|
* SERVER-46621 set ns field in currentOp for index buildsBenety Goh2020-03-271-0/+1
|
* SERVER-46924: Ensure arbiters are never given a 'newlyAdded' fieldXuerui Fa2020-03-274-0/+85
|
* Revert "SERVER-39423 Secondaries already possessing an index replicated via ↵Gregory Wlodarek2020-03-273-68/+0
| | | | | | startIndexBuild oplog entry should vote for commit immediately" This reverts commit 4870cb1a9dbefc1007a8d35f0be25d385e9f95f8.
* Revert "SERVER-47095 Secondaries voting to commit index builds already ↵Gregory Wlodarek2020-03-271-24/+2
| | | | | | existing should handle exceptions" This reverts commit 578375788561cb6a77e651a54f230bcbdffb3492.
* SERVER-44645 Windows does not generate minidumps on unhandled C++ exceptionsMark Benvenuto2020-03-273-2/+35
|
* SERVER-44450 Do not add fromMigrate field to applyOps insert oplog entriesJason Chan2020-03-271-5/+9
|
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-2731-148/+513
|
* SERVER-46833 Remove FCV-dependent code related to the Resumable Range ↵Alex Taskov2020-03-275-108/+25
| | | | Deleter Project
* SERVER-47146 Remove unused initial sync server parametersMatthew Russotto2020-03-271-29/+0
|
* Revert "SERVER-46681 Integrate the ServerPingMonitor into the ↵Haley Connelly2020-03-2716-288/+160
| | | | | | StreamableReplicaSetMonitor" This reverts commit 6694a0434f37db0d6671d05e37a54e78eb1f156b.
* SERVER-47141 Make failpoint in NetworkInterfaceTL sort targets before ↵Cheahuychou Mao2020-03-271-22/+18
| | | | constructing CommandState
* SERVER-46849 Submit range deletion task in an onCommit handlerMatthew Saltz2020-03-271-3/+27
|
* SERVER-46895 Do not check duplicate key violations on index builds during ↵Louis Williams2020-03-278-47/+16
| | | | oplog application phase of initial sync
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags ↵Jack Mulrow2020-03-2715-585/+21
| | | | upgrade/downgrade code
* SERVER-46681 Integrate the ServerPingMonitor into the ↵Haley Connelly2020-03-2716-160/+288
| | | | StreamableReplicaSetMonitor
* Revert "SERVER-46950 Add message-strings for TLS"Spencer Jackson2020-03-2710-210/+139
| | | | This reverts commit 81885344c49450f1618d056543ff35a05440324e.
* SERVER-47133 Refactor HttpClient to allow returning on errorSara Golemon2020-03-275-88/+149
|
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-275-36/+41
| | | | Cleaning up log lines to adhere to the LOGV2 style guide.
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-274-33/+30
| | | | Cleaning up log lines to adhere to the LOGV2 style guide.
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-2711-84/+158
|
* SERVER-47012 Make it more obvious that retryIdempotentWorkUntilSuccess will ↵Esha Maharishi2020-03-271-17/+27
| | | | stop retrying if the node has stepped down
* SERVER-47099 Remove FCV logic from periodic sharded index checkerJack Mulrow2020-03-261-17/+0
|
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-03-265-22/+104
|
* 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-263-24/+29
| | | | two-phase index build
* SERVER-47053 Check for undefined setParameters options in servers.jsWilliam Schultz2020-03-261-3/+4
|
* 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-46434 added more MemberConfig::toBSON unittestsJudah Schvimer2020-03-251-4/+78
|
* SERVER-44236 Delete database versioning code that is for backwards ↵Esha Maharishi2020-03-253-100/+1
| | | | compatibility with 4.2
* SERVER-46413 Add tests for OCSP on Windows and OSXShreyas Kalyan2020-03-253-55/+54
|
* 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
|